Home
last modified time | relevance | path

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

/block/
Ddeadline-iosched.c43 unsigned int starved; /* times reads have starved writes */ member
271 if (writes && (dd->starved++ >= dd->writes_starved)) in deadline_dispatch_requests()
287 dd->starved = 0; in deadline_dispatch_requests()
Dblk-core.c627 rl->starved[BLK_RW_SYNC] = rl->starved[BLK_RW_ASYNC] = 0; in blk_init_rl()
970 if (unlikely(rl->starved[sync ^ 1])) in freed_request()
1118 rl->starved[is_sync] = 0; in __get_request()
1218 rl->starved[is_sync] = 1; in __get_request()