Searched refs:timeslice (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/gpu/drm/i915/selftests/
H A Dintel_scheduler_helpers.h18 u64 timeslice; member in struct:intel_selftest_saved_policy
H A Dintel_scheduler_helpers.c39 saved->timeslice = engine->props.timeslice_duration_ms;
83 engine->props.timeslice_duration_ms = saved->timeslice;
/linux-master/include/linux/
H A Dparport.h149 unsigned long int timeslice; member in struct:pardevice
412 * the current device is still within its "timeslice". The default
413 * timeslice is half a second, but it can be adjusted via the /proc
419 if ((dev->port->waithead == NULL) || (timeslip < dev->timeslice))
437 if ((dev->port->waithead == NULL) || (timeslip < dev->timeslice))
/linux-master/tools/perf/scripts/python/
H A Dsched-migration.py306 timeslice = self.data[i]
307 if timeslice.start > end:
310 for cpu in timeslice.rqs:
311 self.update_rectangle_cpu(timeslice, cpu)
/linux-master/drivers/net/can/esd/
H A Desdacc.h222 struct acc_bmmsg_timeslice timeslice; member in union:acc_bmmsg
/linux-master/drivers/parport/
H A Dprocfs.c365 .procname = "timeslice",
395 .procname = "timeslice",
507 t->vars[0].data = &device->timeslice;
H A Dshare.c790 par_dev->timeslice = parport_default_timeslice;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c1118 * The usual presumption on timeslice expiration is that we replace
1132 unsigned long timeslice; local
1145 * Force timeslice, release semaphore.
1151 timeslice = xchg(&engine->props.timeslice_duration_ms, 1);
1200 /* Wait for the timeslice to kick in */
1244 engine->props.timeslice_duration_ms = timeslice;
1275 /* Enough time for a timeslice to kick in, and kick out */
1276 timeout = 2 * msecs_to_jiffies_timeout(timeslice(engine));
1385 pr_err("%s: Failed to timeslice into queue\n",
1419 * We should not timeslice int
1431 unsigned long timeslice; local
[all...]
H A Dintel_execlists_submission.c1143 * it will be treated as a hog until the end of its timeslice (i.e.
1149 * timeslice in the near future.
1164 /* We do not need to start the timeslice until after the ACK */
1171 ENGINE_TRACE(engine, "timeslice required for second inflight context\n");
1177 ENGINE_TRACE(engine, "timeslice required for queue\n");
1182 ENGINE_TRACE(engine, "timeslice required for virtual\n");
1203 static unsigned long timeslice(const struct intel_engine_cs *engine) function
1216 /* Avoid continually prolonging an active timeslice */
1221 * its timeslice, so recheck.
1228 duration = timeslice(engin
[all...]

Completed in 285 milliseconds