Searched refs:batches (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | Kconfig.profile | 92 int "Scheduling quantum for userspace batches (ms, jiffy granularity)" 95 When two user batches of equal priority are executing, we will 98 an implicit dependency between those batches that requires
|
/Linux-v5.10/Documentation/block/ |
D | deadline-iosched.rst | 35 Requests are grouped into ``batches`` of a particular data direction (read or 37 deadline expiries are only checked between batches. fifo_batch controls the
|
/Linux-v5.10/drivers/gpu/drm/v3d/ |
D | v3d_sched.c | 344 u32 batches = V3D_CORE_READ(0, V3D_CSD_CURRENT_CFG4); in v3d_csd_job_timedout() local 349 if (job->timedout_batches != batches) { in v3d_csd_job_timedout() 350 job->timedout_batches = batches; in v3d_csd_job_timedout()
|
/Linux-v5.10/Documentation/vm/ |
D | free_page_reporting.rst | 21 Once registered the page reporting API will begin reporting batches of
|
/Linux-v5.10/Documentation/RCU/ |
D | torture.rst | 104 by readers, but in terms of counter flips (or batches) rather 178 complete all the scenarios in two batches, reducing the time to complete 181 but rather tell you how the tests would be scheduled into batches. This
|
D | checklist.rst | 209 Restructure your code so that it batches the updates, allowing
|
D | whatisRCU.rst | 202 requests in batches in order to improve efficiencies, which can
|
/Linux-v5.10/Documentation/admin-guide/device-mapper/ |
D | dm-clone.rst | 119 batches of this many regions. 176 batches of this many regions.
|
/Linux-v5.10/Documentation/networking/ |
D | kcm.rst | 253 based on groups, or batches of messages, can be beneficial for performance.
|
/Linux-v5.10/tools/perf/Documentation/ |
D | perf-trace.txt | 227 Do sorting on batches of events, use when noticing out of order events that
|
/Linux-v5.10/arch/sparc/lib/ |
D | M7memcpy.S | 450 ! ST_CHUNK batches up initial BIS operations for several cache lines
|
/Linux-v5.10/Documentation/core-api/ |
D | dma-api.rst | 744 that the code allocates entries in batches, so the exact number of
|