Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/
DMakefile17 pcm_memory.o memalloc.o
/linux-4.4.14/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 include/media/t…
Dnetworking.xml.db149 API-sk-set-memalloc
/linux-4.4.14/drivers/mtd/nand/
Dnandsim.c1384 static void clear_memalloc(int memalloc) in clear_memalloc() argument
1386 if (memalloc) in clear_memalloc()
1393 int err, memalloc; in read_file() local
1398 memalloc = set_memalloc(); in read_file()
1400 clear_memalloc(memalloc); in read_file()
1408 int err, memalloc; in write_file() local
1413 memalloc = set_memalloc(); in write_file()
1415 clear_memalloc(memalloc); in write_file()