Searched refs:batching (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/block/ |
D | kyber-iosched.c | 187 unsigned int batching; member 504 khd->batching = 0; in kyber_init_hctx() 774 khd->batching++; in kyber_dispatch_cur_domain() 787 khd->batching++; in kyber_dispatch_cur_domain() 814 if (khd->batching < kyber_batch_size[khd->cur_domain]) { in kyber_dispatch_request() 829 khd->batching = 0; in kyber_dispatch_request() 981 seq_printf(m, "%u\n", khd->batching); in kyber_batching_show()
|
D | mq-deadline.c | 88 unsigned int batching; /* number of sequential requests made */ member 383 if (rq && dd->batching < dd->fifo_batch) in __dd_dispatch_request() 449 dd->batching = 0; in __dd_dispatch_request() 455 dd->batching++; in __dd_dispatch_request() 928 seq_printf(m, "%u\n", dd->batching); in deadline_batching_show()
|
/Linux-v5.15/Documentation/trace/ |
D | events-kmem.rst | 66 callers should be batching their activities.
|
/Linux-v5.15/tools/memory-model/Documentation/ |
D | simple.txt | 64 single-threaded grace-period processing is use of batching, where all 67 it more efficient. Nor is RCU unique: Similar batching optimizations
|
/Linux-v5.15/Documentation/RCU/Design/Expedited-Grace-Periods/ |
D | Expedited-Grace-Periods.rst | 258 This batching is controlled by a sequence counter named 497 batching, so that a single grace-period operation can serve numerous 520 permits much higher degrees of batching, and thus much lower per-request
|
/Linux-v5.15/Documentation/scheduler/ |
D | sched-design-CFS.rst | 100 "server" (i.e., good batching) workloads. It defaults to a setting suitable
|
/Linux-v5.15/Documentation/networking/ |
D | kcm.rst | 245 Message batching
|
/Linux-v5.15/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.rst | 358 implementations of the RCU infrastructure make heavy use of batching in
|
/Linux-v5.15/Documentation/RCU/Design/Requirements/ |
D | Requirements.rst | 1217 synchronize_rcu() are required to use batching optimizations so that 1560 requirement is another factor driving batching of grace periods, but it 1577 complete more quickly, but at the cost of restricting RCU's batching 2314 must *decrease* the per-operation overhead, witness the batching
|
/Linux-v5.15/Documentation/filesystems/ |
D | xfs-delayed-logging-design.rst | 74 doing aggregation of transactions in memory - batching them, if you like - to
|
/Linux-v5.15/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 365 * our batching and round-robin selection scheme
|