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 | 699 * and release the buffer immediately. If @can_alloc is true, fill any 707 bool can_alloc, in xfs_qm_dqread() argument 719 if (error == -ENOENT && can_alloc) in xfs_qm_dqread() 907 bool can_alloc, in xfs_qm_dqget() argument 922 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget() 987 * Return the dquot for a given inode and type. If @can_alloc is true, then 995 bool can_alloc, in xfs_qm_dqget_inode() argument 1029 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget_inode()
|
| /linux/mm/ |
| H A D | slab_common.c | 1827 // state specified by flags. If can_alloc is true, the caller must 1834 unsigned long *flags, void *ptr, bool can_alloc) in add_ptr_to_bulk_krc_lock() argument 1850 if (!bnode && can_alloc) { in add_ptr_to_bulk_krc_lock()
|