Home
last modified time | relevance | path

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

/Linux-v6.1/sound/core/
DMakefile18 pcm_memory.o memalloc.o
/Linux-v6.1/kernel/bpf/
DMakefile16 obj-$(CONFIG_BPF_SYSCALL) += btf.o memalloc.o
/Linux-v6.1/fs/quota/
Ddquot.c429 unsigned int memalloc; in dquot_acquire() local
433 memalloc = memalloc_nofs_save(); in dquot_acquire()
464 memalloc_nofs_restore(memalloc); in dquot_acquire()
476 unsigned int memalloc; in dquot_commit() local
480 memalloc = memalloc_nofs_save(); in dquot_commit()
490 memalloc_nofs_restore(memalloc); in dquot_commit()
502 unsigned int memalloc; in dquot_release() local
506 memalloc = memalloc_nofs_save(); in dquot_release()
522 memalloc_nofs_restore(memalloc); in dquot_release()
/Linux-v6.1/Documentation/sound/kernel-api/
Dalsa-driver-api.rst23 .. kernel-doc:: sound/core/memalloc.c