Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_dquot.h222 xfs_dqtype_t type, bool can_alloc,
225 bool can_alloc, struct xfs_dquot **dqpp);
Dxfs_dquot.c679 bool can_alloc, in xfs_qm_dqread() argument
691 if (error == -ENOENT && can_alloc) in xfs_qm_dqread()
878 bool can_alloc, in xfs_qm_dqget() argument
897 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget()
966 bool can_alloc, in xfs_qm_dqget_inode() argument
1000 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget_inode()
/Linux-v5.15/drivers/net/ethernet/google/gve/
Dgve_tx.c323 bool can_alloc = true; in gve_can_tx() local
326 can_alloc = gve_tx_fifo_can_alloc(&tx->tx_fifo, bytes_required); in gve_can_tx()
328 return (gve_tx_avail(tx) >= MAX_TX_DESC_NEEDED && can_alloc); in gve_can_tx()
/Linux-v5.15/kernel/rcu/
Dtree.c3457 unsigned long *flags, void *ptr, bool can_alloc) in add_ptr_to_bulk_krc_lock() argument
3472 if (!bnode && can_alloc) { in add_ptr_to_bulk_krc_lock()