Searched refs:batching (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/block/ |
D | deadline-iosched.c | 41 unsigned int batching; /* number of sequential requests made */ member 325 if (rq && dd->batching < dd->fifo_batch) in deadline_dispatch_requests() 390 dd->batching = 0; in deadline_dispatch_requests() 396 dd->batching++; in deadline_dispatch_requests()
|
D | kyber-iosched.c | 114 unsigned int batching; member 446 khd->batching = 0; in kyber_init_hctx() 712 khd->batching++; in kyber_dispatch_cur_domain() 722 khd->batching++; in kyber_dispatch_cur_domain() 746 if (khd->batching < kyber_batch_size[khd->cur_domain]) { in kyber_dispatch_request() 761 khd->batching = 0; in kyber_dispatch_request() 925 seq_printf(m, "%u\n", khd->batching); in kyber_batching_show()
|
D | mq-deadline.c | 50 unsigned int batching; /* number of sequential requests made */ member 292 if (rq && dd->batching < dd->fifo_batch) in __dd_dispatch_request() 357 dd->batching = 0; in __dd_dispatch_request() 363 dd->batching++; in __dd_dispatch_request() 702 seq_printf(m, "%u\n", dd->batching); in DEADLINE_DEBUGFS_DDIR_ATTRS()
|
/Linux-v4.19/Documentation/trace/ |
D | events-kmem.rst | 66 callers should be batching their activities.
|
/Linux-v4.19/Documentation/networking/ |
D | kcm.txt | 241 Message batching
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-design-CFS.txt | 96 "server" (i.e., good batching) workloads. It defaults to a setting suitable
|
/Linux-v4.19/Documentation/vm/ |
D | hmm.rst | 319 and thus batching multiple pages is needed as otherwise the migration overhead
|
/Linux-v4.19/Documentation/RCU/ |
D | RTFP.txt | 36 this paper helped inspire the update-side batching used in the later 2382 RCU updates, RCU grace-period batching, update overhead, 2663 RCU updates, RCU grace-period batching, update overhead,
|
D | whatisRCU.txt | 322 implementations of the RCU infrastructure make heavy use of batching in
|
/Linux-v4.19/Documentation/filesystems/ |
D | xfs-delayed-logging-design.txt | 71 doing aggregation of transactions in memory - batching them, if you like - to
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 365 * our batching and round-robin selection scheme
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1666 to batching them for performance.
|