Home
last modified time | relevance | path

Searched defs:can_wait (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/net/rds/
Dib_recv.c389 bool can_wait = !!(gfp & __GFP_DIRECT_RECLAIM); in rds_ib_recv_refill() local
/kernel/linux/linux-5.10/net/rds/
Dib_recv.c388 bool can_wait = !!(gfp & __GFP_DIRECT_RECLAIM); in rds_ib_recv_refill() local
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
Drtrs-clt.c118 enum wait_type can_wait) in rtrs_clt_get_permit()
381 bool notify, bool can_wait) in complete_rdma_req()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
Drtrs-clt.c110 int can_wait) in rtrs_clt_get_permit()
384 bool notify, bool can_wait) in complete_rdma_req()
/kernel/linux/linux-5.10/drivers/block/null_blk/
Dmain.c664 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, int can_wait) in alloc_cmd()