Home
last modified time | relevance | path

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

/Linux-v6.6/sound/core/
DMakefile18 pcm_memory.o memalloc.o
/Linux-v6.6/kernel/bpf/
DMakefile17 obj-$(CONFIG_BPF_SYSCALL) += btf.o memalloc.o
/Linux-v6.6/fs/quota/
Ddquot.c455 unsigned int memalloc; in dquot_acquire() local
459 memalloc = memalloc_nofs_save(); in dquot_acquire()
490 memalloc_nofs_restore(memalloc); in dquot_acquire()
502 unsigned int memalloc; in dquot_commit() local
506 memalloc = memalloc_nofs_save(); in dquot_commit()
516 memalloc_nofs_restore(memalloc); in dquot_commit()
528 unsigned int memalloc; in dquot_release() local
532 memalloc = memalloc_nofs_save(); in dquot_release()
548 memalloc_nofs_restore(memalloc); in dquot_release()
/Linux-v6.6/Documentation/sound/kernel-api/
Dalsa-driver-api.rst23 .. kernel-doc:: sound/core/memalloc.c