Home
last modified time | relevance | path

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

12345678910>>...22

/linux/tools/testing/selftests/bpf/progs/
A Dtest_snprintf.c35 extern const void schedule __ksym;
58 &schedule, &schedule, &schedule); in handler()
/linux/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_calendar.c41 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/drivers/net/dsa/sja1105/
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/tools/testing/selftests/ftrace/test.d/ftrace/
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`
A Dfgraph-filter-stack.tc43 count=`cat trace | grep '()' | grep -v schedule | wc -l`
60 count=`cat trace | grep '()' | grep -v schedule | wc -l`
A Dfgraph-filter.tc29 count=`cat trace | grep '()' | grep -v schedule | wc -l`
/linux/include/linux/
A Dwait.h326 schedule())
441 cmd1; schedule(); cmd2)
454 cmd1; schedule(); cmd2)
479 schedule())
557 schedule()); \
618 schedule())
631 schedule())
673 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \
908 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule())
976 schedule(); \
[all …]
A Dfreezer.h172 schedule(); in freezable_schedule()
180 schedule(); in freezable_schedule_unsafe()
289 #define freezable_schedule() schedule()
291 #define freezable_schedule_unsafe() schedule()
A Dswait.h184 schedule())
208 schedule())
233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule())
A Dwait_bit.h271 schedule())
283 schedule())
310 schedule())
/linux/net/atm/
A Dsvc.c59 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/tools/perf/Documentation/
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/Documentation/scheduler/
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/fs/dlm/
A Drequestqueue.c100 schedule(); in dlm_process_requestqueue()
123 schedule(); in dlm_wait_requestqueue()
/linux/drivers/net/dsa/hirschmann/
A Dhellcreek.c1462 const struct tc_taprio_qopt_offload *schedule) in hellcreek_setup_gcl() argument
1467 cur = initial = &schedule->entries[0]; in hellcreek_setup_gcl()
1470 for (i = 1; i <= schedule->num_entries; ++i) { in hellcreek_setup_gcl()
1474 if (i == schedule->num_entries) in hellcreek_setup_gcl()
1483 if (i == schedule->num_entries) in hellcreek_setup_gcl()
1509 const struct tc_taprio_qopt_offload *schedule) in hellcreek_set_cycle_time() argument
1511 u32 cycle_time = schedule->cycle_time; in hellcreek_set_cycle_time()
1709 struct tc_taprio_qopt_offload *schedule) in hellcreek_validate_schedule() argument
1718 if (schedule->cycle_time > (u32)-1) in hellcreek_validate_schedule()
1722 if (schedule->cycle_time_extension) in hellcreek_validate_schedule()
[all …]
/linux/kernel/power/
A Dprocess.c222 schedule(); in thaw_processes()
243 schedule(); in thaw_kernel_threads()
/linux/kernel/trace/
A Dring_buffer_benchmark.c223 schedule(); in ring_buffer_consumer()
375 schedule(); in wait_to_die()
391 schedule(); in ring_buffer_consumer_thread()
/linux/drivers/media/test-drivers/vivid/
A Dvivid-kthread-touch.c72 schedule(); in vivid_thread_touch_cap()
133 schedule(); in vivid_thread_touch_cap()
/linux/drivers/atm/
A Dambassador.c582 schedule(); in command_do()
589 schedule(); in command_do()
746 schedule(); in drain_rx_pool()
750 schedule(); in drain_rx_pool()
1149 schedule(); in amb_open()
1157 schedule(); in amb_open()
1165 schedule(); in amb_open()
1199 schedule(); in amb_open()
1362 schedule(); in amb_send()
2027 schedule(); in amb_ucode_version()
[all …]
/linux/drivers/misc/lkdtm/
A Dheap.c138 schedule(); in lkdtm_WRITE_BUDDY_AFTER_FREE()
144 schedule(); in lkdtm_WRITE_BUDDY_AFTER_FREE()
/linux/drivers/usb/host/
A Dsl811-hcd.c318 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()
/linux/arch/powerpc/include/asm/
A Dcontext_tracking.h8 #define SCHEDULE_USER bl schedule
/linux/Documentation/trace/
A Dftrace-uses.rst258 To just trace the schedule function:
262 ret = ftrace_set_filter(&ops, "schedule", strlen("schedule"), 0);
324 ftrace_set_filter(&ops, "schedule", strlen("schedule"), 1);
336 ftrace_set_filter(&ops, "schedule", strlen("schedule"), 1);
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_wait.c107 if (engine->sched_engine->schedule) in fence_set_priority()
108 engine->sched_engine->schedule(rq, attr); in fence_set_priority()
/linux/tools/testing/selftests/x86/
A Dfsgsbase.c191 static void mov_0_gs(unsigned long initial_base, bool schedule) in mov_0_gs() argument
195 …printf("[RUN]\tARCH_SET_GS to 0x%lx then mov 0 to %%gs%s\n", initial_base, schedule ? " and schedu… in mov_0_gs()
199 if (schedule) in mov_0_gs()

Completed in 45 milliseconds

12345678910>>...22