Searched defs:can_wait (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/rds/ |
H A D | ib_recv.c | 388 bool can_wait = !!(gfp & __GFP_DIRECT_RECLAIM); in rds_ib_recv_refill() local
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | ib_recv.c | 389 bool can_wait = !!(gfp & __GFP_DIRECT_RECLAIM); in rds_ib_recv_refill() local
|
/kernel/linux/linux-5.10/drivers/block/null_blk/ |
H A D | main.c | 664 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, int can_wait) in alloc_cmd() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-clt.c | 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 D | rtrs-clt.c | 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
|
Completed in 13 milliseconds