Searched refs:can_alloc (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_dquot.h | 214 xfs_dqtype_t type, bool can_alloc, 217 bool can_alloc, struct xfs_dquot **dqpp);
|
D | xfs_dquot.c | 676 bool can_alloc, in xfs_qm_dqread() argument 688 if (error == -ENOENT && can_alloc) in xfs_qm_dqread() 882 bool can_alloc, in xfs_qm_dqget() argument 901 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget() 970 bool can_alloc, in xfs_qm_dqget_inode() argument 1004 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget_inode()
|
/linux-6.12.1/lib/ |
D | stackdepot.c | 594 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()
|
/linux-6.12.1/drivers/net/ethernet/google/gve/ |
D | gve_tx.c | 452 bool can_alloc = true; in gve_can_tx() local 455 can_alloc = gve_tx_fifo_can_alloc(&tx->tx_fifo, bytes_required); in gve_can_tx() 457 return (gve_tx_avail(tx) >= MAX_TX_DESC_NEEDED && can_alloc); in gve_can_tx()
|
/linux-6.12.1/kernel/rcu/ |
D | tree.c | 3720 unsigned long *flags, void *ptr, bool can_alloc) in add_ptr_to_bulk_krc_lock() argument 3736 if (!bnode && can_alloc) { in add_ptr_to_bulk_krc_lock()
|