Home
last modified time | relevance | path

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

/fs/xfs/
Dkmem.h35 #define KM_ZERO ((__force xfs_km_flags_t)0x0010u) macro
47 BUG_ON(flags & ~(KM_SLEEP|KM_NOSLEEP|KM_NOFS|KM_MAYFAIL|KM_ZERO)); in kmem_flags_convert()
67 if (flags & KM_ZERO) in kmem_flags_convert()
85 return kmem_alloc(size, flags | KM_ZERO); in kmem_zalloc()
131 return kmem_zone_alloc(zone, flags | KM_ZERO); in kmem_zone_zalloc()