Searched refs:can_alloc (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/ |
| H A D | stackdepot.c | 652 bool can_alloc = (depot_flags & STACK_DEPOT_FLAG_CAN_ALLOC) && allow_spin; in stack_depot_save_flags() local 684 if (unlikely(can_alloc && !READ_ONCE(new_pool))) { in stack_depot_save_flags() 693 WARN_ON_ONCE(can_alloc); in stack_depot_save_flags()
|
| /linux/fs/xfs/ |
| H A D | xfs_dquot.c | 707 bool can_alloc, in xfs_qm_dqread() argument 719 if (error == -ENOENT && can_alloc) in xfs_qm_dqread() 908 bool can_alloc, in xfs_qm_dqget() argument 923 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget() 996 bool can_alloc, in xfs_qm_dqget_inode() argument 1030 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget_inode()
|
| /linux/mm/ |
| H A D | slab_common.c | 1851 unsigned long *flags, void *ptr, bool can_alloc) in add_ptr_to_bulk_krc_lock() argument 1867 if (!bnode && can_alloc) { in add_ptr_to_bulk_krc_lock()
|