Home
last modified time | relevance | path

Searched refs:alloc_depth (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/
H A Dqemu-nbd.c599 bool alloc_depth = false; in main() local
721 alloc_depth = true; in main()
828 alloc_depth || seen_aio || seen_discard || seen_cache) { in main()
1171 .has_allocation_depth = alloc_depth, in main()
1172 .allocation_depth = alloc_depth, in main()
/openbmc/qemu/block/
H A Dnbd.c106 bool alloc_depth; member
290 s->alloc_depth = true; in nbd_handle_updated_info()
707 if (s->alloc_depth && extent->flags > 2) { in nbd_parse_blockstatus_payload()
/openbmc/linux/block/
H A Dbfq-iosched.c591 int alloc_depth = BFQ_LIMIT_INLINE_DEPTH; in bfqq_request_over_limit() local
612 if (depth > alloc_depth) { in bfqq_request_over_limit()
619 alloc_depth = depth; in bfqq_request_over_limit()