Home
last modified time | relevance | path

Searched refs:batching (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.10/block/
Dkyber-iosched.c184 unsigned int batching; member
502 khd->batching = 0; in kyber_init_hctx()
772 khd->batching++; in kyber_dispatch_cur_domain()
785 khd->batching++; in kyber_dispatch_cur_domain()
812 if (khd->batching < kyber_batch_size[khd->cur_domain]) { in kyber_dispatch_request()
827 khd->batching = 0; in kyber_dispatch_request()
979 seq_printf(m, "%u\n", khd->batching); in kyber_batching_show()
Dmq-deadline.c51 unsigned int batching; /* number of sequential requests made */ member
293 if (rq && dd->batching < dd->fifo_batch) in __dd_dispatch_request()
358 dd->batching = 0; in __dd_dispatch_request()
364 dd->batching++; in __dd_dispatch_request()
719 seq_printf(m, "%u\n", dd->batching); in DEADLINE_DEBUGFS_DDIR_ATTRS()
/Linux-v5.10/Documentation/trace/
Devents-kmem.rst66 callers should be batching their activities.
/Linux-v5.10/tools/memory-model/Documentation/
Dsimple.txt64 single-threaded grace-period processing is use of batching, where all
67 it more efficient. Nor is RCU unique: Similar batching optimizations
/Linux-v5.10/Documentation/RCU/Design/Expedited-Grace-Periods/
DExpedited-Grace-Periods.rst258 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.10/Documentation/networking/
Dkcm.rst245 Message batching
/Linux-v5.10/Documentation/scheduler/
Dsched-design-CFS.rst100 "server" (i.e., good batching) workloads. It defaults to a setting suitable
/Linux-v5.10/Documentation/RCU/
DRTFP.txt36 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,
DwhatisRCU.rst358 implementations of the RCU infrastructure make heavy use of batching in
/Linux-v5.10/Documentation/RCU/Design/Requirements/
DRequirements.rst1216 ``synchronize_rcu()`` are required to use batching optimizations so that
1559 requirement is another factor driving batching of grace periods, but it
1576 complete more quickly, but at the cost of restricting RCU's batching
2284 must *decrease* the per-operation overhead, witness the batching
/Linux-v5.10/Documentation/filesystems/
Dxfs-delayed-logging-design.rst74 doing aggregation of transactions in memory - batching them, if you like - to
/Linux-v5.10/drivers/scsi/aic7xxx/
Daic79xx.seq365 * our batching and round-robin selection scheme
/Linux-v5.10/Documentation/admin-guide/
Dkernel-parameters.txt1867 to batching them for performance.