Home
last modified time | relevance | path

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

/linux/mm/
H A Dslub.c2151 bool allow_spin = gfpflags_allow_spinning(gfp); in alloc_slab_obj_exts() local
2170 if (unlikely(!allow_spin)) in alloc_slab_obj_exts()
2215 if (unlikely(!allow_spin)) in alloc_slab_obj_exts()
2225 if (allow_spin) in alloc_slab_obj_exts()
2230 static inline void free_slab_obj_exts(struct slab *slab, bool allow_spin) in free_slab_obj_exts() argument
2258 if (allow_spin) in free_slab_obj_exts()
2325 static inline void free_slab_obj_exts(struct slab *slab, bool allow_spin) in free_slab_obj_exts() argument
3050 bool allow_spin) in barn_get_empty_sheaf() argument
3058 if (likely(allow_spin)) in barn_get_empty_sheaf()
3139 bool allow_spin) in barn_replace_empty_sheaf() argument
[all …]
/linux/lib/
H A Dstackdepot.c651 bool allow_spin = gfpflags_allow_spinning(alloc_flags); in stack_depot_save_flags() local
652 bool can_alloc = (depot_flags & STACK_DEPOT_FLAG_CAN_ALLOC) && allow_spin; in stack_depot_save_flags()
691 if (in_nmi() || !allow_spin) { in stack_depot_save_flags()
732 if (!allow_spin) in stack_depot_save_flags()