Home
last modified time | relevance | path

Searched refs:HASH_ZERO (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/kernel/locking/
Dqspinlock_paravirt.h202 HASH_EARLY | HASH_ZERO, in __pv_init_lock_hash()
/Linux-v5.4/include/linux/
Dmemblock.h547 #define HASH_ZERO 0x00000004 /* Zero allocated hash table */ macro
/Linux-v5.4/fs/
Dinode.c1985 HASH_EARLY | HASH_ZERO, in inode_init_early()
2011 HASH_ZERO, in inode_init()
Ddcache.c3153 HASH_EARLY | HASH_ZERO, in dcache_init_early()
3181 HASH_ZERO, in dcache_init()
Dnamespace.c3755 HASH_ZERO, in mnt_init()
3760 HASH_ZERO, in mnt_init()
/Linux-v5.4/mm/
Dpage_alloc.c8135 gfp_flags = (flags & HASH_ZERO) ? GFP_ATOMIC | __GFP_ZERO : GFP_ATOMIC; in alloc_large_system_hash()
8140 if (flags & HASH_ZERO) in alloc_large_system_hash()