Home
last modified time | relevance | path

Searched refs:schedule (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/linux-6.15/Documentation/translations/zh_CN/scheduler/
H A Dsched-arch.rst35 1. 现在抢占应该在空闲的例程上禁用。应该只在调用schedule()时启用,然后再禁用。
37 2. need_resched/TIF_NEED_RESCHED 只会被设置,并且在运行任务调用 schedule()
40 3. 当cpu_idle发现(need_resched() == 'true'),它应该调用schedule()。否则
41 它不应该调用schedule()。
H A Dsched-stats.rst46 接下来的三个是schedule()的统计数据:
50 3) schedule()被调用了#次
51 4) 调用schedule()导致处理器变为空闲了#次
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_snprintf.c35 extern const void schedule __ksym;
58 &schedule, &schedule, &schedule); in handler()
/linux-6.15/include/linux/
H A Dwait.h329 schedule())
368 0, 0, schedule())
444 cmd1; schedule(); cmd2)
457 cmd1; schedule(); cmd2)
482 schedule())
561 schedule()); \
622 schedule())
635 schedule())
649 schedule())
1008 schedule(); \
[all …]
H A Dswait.h184 schedule())
208 schedule())
233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule())
H A Dwait_bit.h282 schedule())
341 schedule())
406 schedule())
465 schedule(); \
/linux-6.15/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_traceonoff_triggers.tc75 cnt=`grep schedule set_ftrace_filter | wc -l`
110 cnt=`grep schedule set_ftrace_filter | wc -l`
122 cnt=`grep schedule set_ftrace_filter | wc -l`
140 cnt=`grep schedule set_ftrace_filter | wc -l`
H A Dfgraph-filter-stack.tc43 count=`cat trace | grep '()' | grep -v schedule | wc -l`
60 count=`cat trace | grep '()' | grep -v schedule | wc -l`
H A Dfgraph-filter.tc29 count=`cat trace | grep '()' | grep -v schedule | wc -l`
/linux-6.15/drivers/net/dsa/sja1105/
H A Dsja1105_tas.c166 struct sja1105_schedule_entry *schedule; in sja1105_init_scheduling() local
236 schedule = table->entries; in sja1105_init_scheduling()
314 schedule[k].destports = BIT(port); in sja1105_init_scheduling()
315 schedule[k].resmedia_en = true; in sja1105_init_scheduling()
316 schedule[k].resmedia = SJA1105_GATE_MASK & in sja1105_init_scheduling()
345 schedule[k].destports = e->rule->vl.destports; in sja1105_init_scheduling()
346 schedule[k].setvalid = true; in sja1105_init_scheduling()
347 schedule[k].txen = true; in sja1105_init_scheduling()
348 schedule[k].vlindex = e->rule->vl.sharindx; in sja1105_init_scheduling()
351 schedule[k].winst = true; in sja1105_init_scheduling()
[all …]
/linux-6.15/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_calendar.c293 data->schedule[idx] = SPX5_DSM_CAL_EMPTY; in sparx5_dsm_calendar_calc()
297 data->schedule[0] = SPX5_DSM_CAL_MAX_DEVS_PER_TAXI; in sparx5_dsm_calendar_calc()
386 data->schedule[idx] = SPX5_DSM_CAL_MAX_DEVS_PER_TAXI; in sparx5_dsm_calendar_calc()
409 if (data->schedule[slot] == SPX5_DSM_CAL_EMPTY) in sparx5_dsm_calendar_calc()
419 memcpy(data->short_list, data->schedule, in sparx5_dsm_calendar_calc()
428 memcpy(data->long_list, data->schedule, in sparx5_dsm_calendar_calc()
465 data->schedule[slot] = data->temp_sched[slot]; in sparx5_dsm_calendar_calc()
479 u32 cal_length = sparx5_dsm_cal_len(data->schedule); in sparx5_dsm_calendar_check()
490 if (data->schedule[idx] == port) { in sparx5_dsm_calendar_check()
532 u32 cal_len = sparx5_dsm_cal_len(data->schedule), len, idx; in sparx5_dsm_calendar_update()
[all …]
/linux-6.15/kernel/time/
H A Dsleep_timeout.c75 schedule(); in schedule_timeout()
99 schedule(); in schedule_timeout()
207 schedule(); in schedule_hrtimeout_range_clock()
216 schedule(); in schedule_hrtimeout_range_clock()
/linux-6.15/Documentation/trace/rv/
H A Dmonitor_sched.rst108 The schedule called with preemption disabled (scpd) monitor ensures schedule is
129 The schedule does not enable preempt (snep) monitor ensures a schedule call
150 The schedule not called with interrupt disabled (sncid) monitor ensures
151 schedule is not called with interrupt disabled::
/linux-6.15/drivers/net/ethernet/microchip/sparx5/lan969x/
H A Dlan969x_calendar.c128 data->schedule[0] = SPX5_DSM_CAL_EMPTY; in lan969x_dsm_calendar_calc()
171 data->schedule[i] = SPX5_DSM_CAL_EMPTY; in lan969x_dsm_calendar_calc()
180 err = lan969x_dsm_cal_idx_get(data->schedule, in lan969x_dsm_calendar_calc()
184 data->schedule[idx] = speed->devs[dev]; in lan969x_dsm_calendar_calc()
/linux-6.15/net/atm/
H A Dsvc.c64 schedule(); in svc_disconnect()
140 schedule(); in svc_bind()
221 schedule(); in svc_connect()
244 schedule(); in svc_connect()
251 schedule(); in svc_connect()
311 schedule(); in svc_listen()
363 schedule(); in svc_accept()
405 schedule(); in svc_accept()
450 schedule(); in svc_change_qos()
552 schedule(); in svc_addparty()
[all …]
/linux-6.15/Documentation/tools/rv/
H A Drv-mon-sched.rst49 * scpd: schedule called with preemption disabled
50 * snep: schedule does not enable preempt
51 * sncid: schedule not called with interrupt disabled
/linux-6.15/Documentation/scheduler/
H A Dsched-arch.rst27 be enabled to call schedule() then disabled again.
30 be cleared until the running task has called schedule(). Idle
35 schedule(). It should not call schedule() otherwise.
/linux-6.15/tools/perf/Documentation/
H A Dperf-probe.txt247 Display which lines in schedule() can be probed:
249 ./perf probe --line schedule
253 ./perf probe schedule:12 cpu
255 ./perf probe --add='schedule:12 cpu'
257 Add one or more probes which has the name start with "schedule".
259 ./perf probe schedule*
261 ./perf probe --add='schedule*'
265 ./perf probe 'schedule;update_rq_clock*'
267 ./perf probe --add='schedule;update_rq_clock*'
269 Delete all probes on schedule().
[all …]
/linux-6.15/drivers/net/dsa/hirschmann/
H A Dhellcreek.c1549 if (!schedule->max_sdu[tc]) in hellcreek_setup_maxsdu()
1580 const struct tc_taprio_qopt_offload *schedule) in hellcreek_setup_gcl() argument
1585 cur = initial = &schedule->entries[0]; in hellcreek_setup_gcl()
1588 for (i = 1; i <= schedule->num_entries; ++i) { in hellcreek_setup_gcl()
1592 if (i == schedule->num_entries) in hellcreek_setup_gcl()
1601 if (i == schedule->num_entries) in hellcreek_setup_gcl()
1629 u32 cycle_time = schedule->cycle_time; in hellcreek_set_cycle_time()
1833 struct tc_taprio_qopt_offload *schedule) in hellcreek_validate_schedule() argument
1842 if (schedule->cycle_time > (u32)-1) in hellcreek_validate_schedule()
1846 if (schedule->cycle_time_extension) in hellcreek_validate_schedule()
[all …]
/linux-6.15/kernel/power/
H A Dprocess.c210 schedule(); in thaw_processes()
231 schedule(); in thaw_kernel_threads()
/linux-6.15/kernel/trace/
H A Dring_buffer_benchmark.c225 schedule(); in ring_buffer_consumer()
377 schedule(); in wait_to_die()
393 schedule(); in ring_buffer_consumer_thread()
/linux-6.15/arch/powerpc/include/asm/
H A Dcontext_tracking.h8 #define SCHEDULE_USER bl schedule
/linux-6.15/tools/testing/shared/linux/
H A Dkernel.h21 #define schedule() macro
/linux-6.15/drivers/gpu/drm/i915/gem/
H A Di915_gem_wait.c105 if (engine->sched_engine->schedule) in fence_set_priority()
106 engine->sched_engine->schedule(rq, attr); in fence_set_priority()
/linux-6.15/kernel/entry/
H A Dkvm.c17 schedule(); in xfer_to_guest_mode_work()

12345678910>>...23