Home
last modified time | relevance | path

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

/linux/mm/
H A Dslub.c2144 bool allow_spin = gfpflags_allow_spinning(gfp); in alloc_slab_obj_exts() local
2163 if (unlikely(!allow_spin)) in alloc_slab_obj_exts()
2207 if (unlikely(!allow_spin)) in alloc_slab_obj_exts()
2217 if (allow_spin) in alloc_slab_obj_exts()
2222 static inline void free_slab_obj_exts(struct slab *slab, bool allow_spin) in free_slab_obj_exts() argument
2250 if (allow_spin) in free_slab_obj_exts()
2323 static inline void free_slab_obj_exts(struct slab *slab, bool allow_spin) in free_slab_obj_exts() argument
3087 bool allow_spin) in barn_get_empty_sheaf() argument
3095 if (likely(allow_spin)) in barn_get_empty_sheaf()
3176 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()