Home
last modified time | relevance | path

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

/linux-4.4.14/net/rds/
Dib_recv.c382 bool can_wait = !!(gfp & __GFP_DIRECT_RECLAIM); in rds_ib_recv_refill() local
/linux-4.4.14/drivers/block/
Dnull_blk.c196 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, int can_wait) in alloc_cmd()