Home
last modified time | relevance | path

Searched refs:memalloc (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/sound/core/
DMakefile14 pcm_memory.o memalloc.o
/linux-4.1.27/Documentation/DocBook/
D.alsa-driver-api.xml.cmd2 …c sound/core/device.c sound/core/sound.c sound/core/memory.c sound/core/memalloc.c sound/core/pcm.…
D.device-drivers.xml.cmd2 …nd/core/pcm_lib.c sound/core/hwdep.c sound/core/pcm_native.c sound/core/memalloc.c drivers/tty/ser…
/linux-4.1.27/drivers/mtd/nand/
Dnandsim.c1385 static void clear_memalloc(int memalloc) in clear_memalloc() argument
1387 if (memalloc) in clear_memalloc()
1394 int err, memalloc; in read_file() local
1399 memalloc = set_memalloc(); in read_file()
1401 clear_memalloc(memalloc); in read_file()
1409 int err, memalloc; in write_file() local
1414 memalloc = set_memalloc(); in write_file()
1416 clear_memalloc(memalloc); in write_file()