Home
last modified time | relevance | path

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

/Linux-v4.19/net/rds/
Dib_recv.c386 bool can_wait = !!(gfp & __GFP_DIRECT_RECLAIM); in rds_ib_recv_refill() local
449 ((can_wait && rds_ib_ring_low(&ic->i_recv_ring)) || in rds_ib_recv_refill()
/Linux-v4.19/drivers/block/
Dnull_blk_main.c585 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, int can_wait) in alloc_cmd() argument
591 if (cmd || !can_wait) in alloc_cmd()