Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Diocontext.h111 int nr_batch_requests; /* Number of requests left in the batch */ member
/Linux-v4.19/block/
Dblk-core.c1233 return ioc->nr_batch_requests == q->nr_batching || in ioc_batching()
1234 (ioc->nr_batch_requests > 0 in ioc_batching()
1249 ioc->nr_batch_requests = q->nr_batching; in ioc_set_batching()
1466 ioc->nr_batch_requests--; in __get_request()
/Linux-v4.19/fs/btrfs/
Dvolumes.c579 if (ioc && ioc->nr_batch_requests > 0 && in run_scheduled_bios()