Home
last modified time | relevance | path

Searched refs:can_wait (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/net/rds/
Dib_recv.c387 bool can_wait = !!(gfp & __GFP_DIRECT_RECLAIM); in rds_ib_recv_refill() local
456 (can_wait && rds_ib_ring_low(&ic->i_recv_ring)) || in rds_ib_recv_refill()
460 if (can_wait) in rds_ib_recv_refill()
/Linux-v5.10/drivers/infiniband/ulp/rtrs/
Drtrs-clt.c108 int can_wait) in rtrs_clt_get_permit() argument
114 if (likely(permit) || !can_wait) in rtrs_clt_get_permit()
346 bool notify, bool can_wait);
382 bool notify, bool can_wait) in complete_rdma_req() argument
410 if (likely(can_wait)) { in complete_rdma_req()
423 } else if (likely(can_wait)) { in complete_rdma_req()
/Linux-v5.10/drivers/block/
Dnull_blk_main.c664 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, int can_wait) in alloc_cmd() argument
670 if (cmd || !can_wait) in alloc_cmd()