Home
last modified time | relevance | path

Searched refs:can_wait (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/rds/
H A Dib_recv.c388 bool can_wait = !!(gfp & __GFP_DIRECT_RECLAIM); in rds_ib_recv_refill() local
457 (can_wait && rds_ib_ring_low(&ic->i_recv_ring)) || in rds_ib_recv_refill()
461 if (can_wait) in rds_ib_recv_refill()
/kernel/linux/linux-6.6/net/rds/
H A Dib_recv.c389 bool can_wait = !!(gfp & __GFP_DIRECT_RECLAIM); in rds_ib_recv_refill() local
458 (can_wait && rds_ib_ring_low(&ic->i_recv_ring)) || in rds_ib_recv_refill()
462 if (can_wait) in rds_ib_recv_refill()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c98 * @can_wait: Wait type
110 int can_wait) in rtrs_clt_get_permit()
116 if (likely(permit) || !can_wait) in rtrs_clt_get_permit()
348 bool notify, bool can_wait);
384 bool notify, bool can_wait) in complete_rdma_req()
405 * and can_wait == 1, in complete_rdma_req()
412 if (likely(can_wait)) { in complete_rdma_req()
425 } else if (likely(can_wait)) { in complete_rdma_req()
108 rtrs_clt_get_permit(struct rtrs_clt *clt, enum rtrs_clt_con_type con_type, int can_wait) rtrs_clt_get_permit() argument
383 complete_rdma_req(struct rtrs_clt_io_req *req, int errno, bool notify, bool can_wait) complete_rdma_req() argument
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c106 * @can_wait: Wait type
118 enum wait_type can_wait) in rtrs_clt_get_permit()
124 if (permit || !can_wait) in rtrs_clt_get_permit()
345 bool notify, bool can_wait);
381 bool notify, bool can_wait) in complete_rdma_req()
402 * and can_wait == 1, in complete_rdma_req()
409 if (can_wait) { in complete_rdma_req()
423 } else if (can_wait) { in complete_rdma_req()
116 rtrs_clt_get_permit(struct rtrs_clt_sess *clt, enum rtrs_clt_con_type con_type, enum wait_type can_wait) rtrs_clt_get_permit() argument
380 complete_rdma_req(struct rtrs_clt_io_req *req, int errno, bool notify, bool can_wait) complete_rdma_req() argument
/kernel/linux/linux-5.10/drivers/block/null_blk/
H A Dmain.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()

Completed in 13 milliseconds