/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | test_snprintf.c | 35 extern const void schedule __ksym; 58 &schedule, &schedule, &schedule); in handler()
|
/linux-6.3-rc2/Documentation/translations/zh_CN/scheduler/ |
A D | sched-arch.rst | 36 1. 现在抢占应该在空闲的例程上禁用。应该只在调用schedule()时启用,然后再禁用。 38 2. need_resched/TIF_NEED_RESCHED 只会被设置,并且在运行任务调用 schedule() 41 3. 当cpu_idle发现(need_resched() == 'true'),它应该调用schedule()。否则 42 它不应该调用schedule()。
|
A D | sched-stats.rst | 46 接下来的三个是schedule()的统计数据: 50 3) schedule()被调用了#次 51 4) 调用schedule()导致处理器变为空闲了#次
|
/linux-6.3-rc2/include/linux/ |
A D | wait.h | 326 schedule()) 365 0, 0, schedule()) 441 cmd1; schedule(); cmd2) 454 cmd1; schedule(); cmd2) 479 schedule()) 558 schedule()); \ 619 schedule()) 632 schedule()) 646 schedule()) 1005 schedule(); \ [all …]
|
A D | swait.h | 184 schedule()) 208 schedule()) 233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule())
|
A D | wait_bit.h | 271 schedule()) 283 schedule()) 310 schedule())
|
A D | rcuwait.h | 70 schedule(); \
|
/linux-6.3-rc2/tools/testing/selftests/ftrace/test.d/ftrace/ |
A D | func_traceonoff_triggers.tc | 75 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`
|
A D | fgraph-filter-stack.tc | 43 count=`cat trace | grep '()' | grep -v schedule | wc -l` 60 count=`cat trace | grep '()' | grep -v schedule | wc -l`
|
A D | fgraph-filter.tc | 29 count=`cat trace | grep '()' | grep -v schedule | wc -l`
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_calendar.c | 41 u32 schedule[SPX5_DSM_CAL_LEN]; member 297 data->schedule[idx] = SPX5_DSM_CAL_EMPTY; in sparx5_dsm_calendar_calc() 301 data->schedule[0] = SPX5_DSM_CAL_MAX_DEVS_PER_TAXI; in sparx5_dsm_calendar_calc() 390 data->schedule[idx] = SPX5_DSM_CAL_MAX_DEVS_PER_TAXI; in sparx5_dsm_calendar_calc() 413 if (data->schedule[slot] == SPX5_DSM_CAL_EMPTY) in sparx5_dsm_calendar_calc() 423 memcpy(data->short_list, data->schedule, in sparx5_dsm_calendar_calc() 432 memcpy(data->long_list, data->schedule, in sparx5_dsm_calendar_calc() 469 data->schedule[slot] = data->temp_sched[slot]; in sparx5_dsm_calendar_calc() 483 u32 cal_length = sparx5_dsm_cal_len(data->schedule); in sparx5_dsm_calendar_check() 494 if (data->schedule[idx] == port) { in sparx5_dsm_calendar_check() [all …]
|
/linux-6.3-rc2/drivers/net/dsa/sja1105/ |
A D | sja1105_tas.c | 166 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.3-rc2/net/atm/ |
A D | svc.c | 59 schedule(); in svc_disconnect() 135 schedule(); in svc_bind() 216 schedule(); in svc_connect() 239 schedule(); in svc_connect() 246 schedule(); in svc_connect() 306 schedule(); in svc_listen() 358 schedule(); in svc_accept() 400 schedule(); in svc_accept() 445 schedule(); in svc_change_qos() 547 schedule(); in svc_addparty() [all …]
|
/linux-6.3-rc2/Documentation/scheduler/ |
A D | sched-arch.rst | 27 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.3-rc2/tools/perf/Documentation/ |
A D | perf-probe.txt | 247 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.3-rc2/drivers/net/dsa/hirschmann/ |
A D | hellcreek.c | 1554 if (!schedule->max_sdu[tc]) in hellcreek_setup_maxsdu() 1585 const struct tc_taprio_qopt_offload *schedule) in hellcreek_setup_gcl() argument 1590 cur = initial = &schedule->entries[0]; in hellcreek_setup_gcl() 1593 for (i = 1; i <= schedule->num_entries; ++i) { in hellcreek_setup_gcl() 1597 if (i == schedule->num_entries) in hellcreek_setup_gcl() 1606 if (i == schedule->num_entries) in hellcreek_setup_gcl() 1634 u32 cycle_time = schedule->cycle_time; in hellcreek_set_cycle_time() 1838 struct tc_taprio_qopt_offload *schedule) in hellcreek_validate_schedule() argument 1847 if (schedule->cycle_time > (u32)-1) in hellcreek_validate_schedule() 1851 if (schedule->cycle_time_extension) in hellcreek_validate_schedule() [all …]
|
/linux-6.3-rc2/kernel/power/ |
A D | process.c | 212 schedule(); in thaw_processes() 233 schedule(); in thaw_kernel_threads()
|
/linux-6.3-rc2/kernel/trace/ |
A D | ring_buffer_benchmark.c | 223 schedule(); in ring_buffer_consumer() 375 schedule(); in wait_to_die() 391 schedule(); in ring_buffer_consumer_thread()
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | context_tracking.h | 8 #define SCHEDULE_USER bl schedule
|
/linux-6.3-rc2/drivers/media/test-drivers/vivid/ |
A D | vivid-kthread-touch.c | 77 schedule(); in vivid_thread_touch_cap() 140 schedule(); in vivid_thread_touch_cap()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/ |
A D | i915_gem_wait.c | 105 if (engine->sched_engine->schedule) in fence_set_priority() 106 engine->sched_engine->schedule(rq, attr); in fence_set_priority()
|
/linux-6.3-rc2/arch/um/kernel/skas/ |
A D | syscall.c | 30 schedule(); in handle_syscall()
|
/linux-6.3-rc2/kernel/entry/ |
A D | kvm.c | 17 schedule(); in xfer_to_guest_mode_work()
|
/linux-6.3-rc2/samples/ftrace/ |
A D | ftrace-direct-multi.c | 74 ftrace_set_filter_ip(&direct, (unsigned long) schedule, 0, 0); in ftrace_direct_multi_init()
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | sl811-hcd.c | 318 struct sl811h_ep, schedule); in start() 331 if (ep->schedule.next == &sl811->async) in start() 334 sl811->next_async = container_of(ep->schedule.next, in start() 335 struct sl811h_ep, schedule); in start() 442 if (!list_empty(&ep->schedule)) { in finish_request() 443 list_del_init(&ep->schedule); in finish_request() 842 INIT_LIST_HEAD(&ep->schedule); in sl811h_urb_enqueue() 895 if (list_empty(&ep->schedule)) in sl811h_urb_enqueue() 896 list_add_tail(&ep->schedule, &sl811->async); in sl811h_urb_enqueue() 1434 list_for_each_entry (ep, &sl811->async, schedule) { in sl811h_debug_show()
|