Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/
Dxfs_dquot.h227 xfs_dqtype_t type, bool can_alloc,
230 bool can_alloc, struct xfs_dquot **dqpp);
Dxfs_dquot.c707 bool can_alloc, in xfs_qm_dqread() argument
719 if (error == -ENOENT && can_alloc) in xfs_qm_dqread()
913 bool can_alloc, in xfs_qm_dqget() argument
932 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget()
1001 bool can_alloc, in xfs_qm_dqget_inode() argument
1036 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget_inode()
/linux-6.14.4/lib/
Dstackdepot.c594 bool can_alloc = depot_flags & STACK_DEPOT_FLAG_CAN_ALLOC; in stack_depot_save_flags() local
626 if (unlikely(can_alloc && !READ_ONCE(new_pool))) { in stack_depot_save_flags()
635 WARN_ON_ONCE(can_alloc); in stack_depot_save_flags()
/linux-6.14.4/drivers/net/ethernet/google/gve/
Dgve_tx.c455 bool can_alloc = true; in gve_can_tx() local
458 can_alloc = gve_tx_fifo_can_alloc(&tx->tx_fifo, bytes_required); in gve_can_tx()
460 return (gve_tx_avail(tx) >= MAX_TX_DESC_NEEDED && can_alloc); in gve_can_tx()
/linux-6.14.4/mm/
Dslab_common.c1814 unsigned long *flags, void *ptr, bool can_alloc) in add_ptr_to_bulk_krc_lock() argument
1830 if (!bnode && can_alloc) { in add_ptr_to_bulk_krc_lock()