Searched refs:timeslice (Results 1 – 21 of 21) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| A D | Kconfig.profile | 14 int "Default max timeslice duration (us)" 17 Configures the default max timeslice duration between multiple 20 int "Default min timeslice duration (us)" 23 Configures the default min timeslice duration between multiple
|
| /linux/Documentation/scheduler/ |
| A D | sched-nice-design.rst | 13 support was historically coupled to timeslice length, and timeslice 14 units were driven by the HZ tick, so the smallest timeslice was 1/HZ. 18 that change), and we also intentionally calibrated the linear timeslice 20 understand it, the timeslice graph went like this (cheesy ASCII art 25 \ | [timeslice length]
|
| A D | sched-design-CFS.rst | 28 specifies when its next timeslice would start execution on the ideal
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| A D | intel_scheduler_helpers.c | 39 saved->timeslice = engine->props.timeslice_duration_ms; in intel_selftest_modify_policy() 83 engine->props.timeslice_duration_ms = saved->timeslice; in intel_selftest_restore_policy()
|
| A D | intel_scheduler_helpers.h | 18 u64 timeslice; member
|
| /linux/Documentation/admin-guide/ |
| A D | parport.rst | 103 | `-- timeslice 113 | | `-- timeslice 128 | `-- timeslice 196 ``timeslice`` The number of milliseconds that a device driver is 200 ``default/*`` The defaults for spintime and timeslice. When a new 203 default timeslice.
|
| /linux/include/linux/ |
| A D | parport.h | 149 unsigned long int timeslice; member 413 if ((dev->port->waithead == NULL) || (timeslip < dev->timeslice)) in parport_yield() 431 if ((dev->port->waithead == NULL) || (timeslip < dev->timeslice)) in parport_yield_blocking()
|
| /linux/tools/perf/scripts/python/ |
| A D | sched-migration.py | 306 timeslice = self.data[i] 307 if timeslice.start > end: 310 for cpu in timeslice.rqs: 311 self.update_rectangle_cpu(timeslice, cpu)
|
| /linux/Documentation/translations/zh_CN/scheduler/ |
| A D | sched-nice-design.rst | 30 \ | [timeslice length]
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| A D | blkio-controller.rst | 207 queues of this cgroup gets a timeslice. 212 (i.e., went from 0 to 1 request queued) to get a timeslice for one of 216 read when the cgroup is in a waiting (for timeslice) state, the stat 218 got a timeslice and will not include the current delta.
|
| /linux/drivers/net/can/esd/ |
| A D | esdacc.h | 224 struct acc_bmmsg_timeslice timeslice; member
|
| /linux/tools/perf/Documentation/ |
| A D | perf-inject.txt | 53 sched_stat contains a timeslice how long a task slept.
|
| /linux/drivers/parport/ |
| A D | procfs.c | 507 t->vars[0].data = &device->timeslice; in parport_device_proc_register()
|
| A D | share.c | 781 par_dev->timeslice = parport_default_timeslice; in parport_register_dev_model()
|
| /linux/drivers/gpu/drm/i915/ |
| A D | Kconfig.profile | 133 is scheduled for execution for the timeslice duration, before
|
| /linux/Documentation/driver-api/media/drivers/ |
| A D | pxa_camera.rst | 146 c) DMA hot chaining timeslice issue
|
| /linux/drivers/gpu/drm/i915/gt/ |
| A D | selftest_execlists.c | 1132 unsigned long timeslice; in live_timeslice_rewind() local 1151 timeslice = xchg(&engine->props.timeslice_duration_ms, 1); in live_timeslice_rewind() 1244 engine->props.timeslice_duration_ms = timeslice; in live_timeslice_rewind() 1276 timeout = 2 * msecs_to_jiffies_timeout(timeslice(engine)); in slice_timeout() 1431 unsigned long timeslice; in live_timeslice_nopreempt() local 1443 timeslice = xchg(&engine->props.timeslice_duration_ms, 1); in live_timeslice_nopreempt() 1510 xchg(&engine->props.timeslice_duration_ms, timeslice); in live_timeslice_nopreempt()
|
| A D | intel_execlists_submission.c | 1203 static unsigned long timeslice(const struct intel_engine_cs *engine) in timeslice() function 1228 duration = timeslice(engine); in start_timeslice()
|
| /linux/Documentation/timers/ |
| A D | timekeeping.rst | 119 determining the absolute timeslice for a certain process in the CFS scheduler
|
| A D | no_hz.rst | 272 running task's timeslice expires, which is almost always way
|
| /linux/Documentation/accel/qaic/ |
| A D | aic100.rst | 87 timeslice.
|
Completed in 51 milliseconds