/Linux-v5.4/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_traceonoff_triggers.tc | 78 cnt=`grep schedule set_ftrace_filter | wc -l` 113 cnt=`grep schedule set_ftrace_filter | wc -l` 125 cnt=`grep schedule set_ftrace_filter | wc -l` 143 cnt=`grep schedule set_ftrace_filter | wc -l`
|
D | fgraph-filter-stack.tc | 58 count=`cat trace | grep '()' | grep -v schedule | wc -l` 75 count=`cat trace | grep '()' | grep -v schedule | wc -l`
|
D | fgraph-filter.tc | 33 count=`cat trace | grep '()' | grep -v schedule | wc -l`
|
/Linux-v5.4/include/linux/ |
D | freezer.h | 172 schedule(); in freezable_schedule() 180 schedule(); in freezable_schedule_unsafe() 279 #define freezable_schedule() schedule() 281 #define freezable_schedule_unsafe() schedule()
|
D | wait.h | 285 schedule()) 400 cmd1; schedule(); cmd2) 413 cmd1; schedule(); cmd2) 438 schedule()) 516 schedule()); \ 577 schedule()) 590 schedule()) 632 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \ 656 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \ 867 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) [all …]
|
D | swait.h | 197 schedule()) 221 schedule()) 246 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule())
|
D | wait_bit.h | 271 schedule()) 283 schedule()) 310 schedule())
|
D | rcuwait.h | 45 schedule(); \
|
/Linux-v5.4/drivers/net/dsa/sja1105/ |
D | sja1105_tas.c | 93 struct sja1105_schedule_entry *schedule; in sja1105_init_scheduling() local 153 schedule = table->entries; in sja1105_init_scheduling() 222 schedule[k].delta = ns_to_sja1105_delta(delta_ns); in sja1105_init_scheduling() 223 schedule[k].destports = BIT(port); in sja1105_init_scheduling() 224 schedule[k].resmedia_en = true; in sja1105_init_scheduling() 225 schedule[k].resmedia = SJA1105_GATE_MASK & in sja1105_init_scheduling()
|
/Linux-v5.4/net/atm/ |
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-v5.4/tools/perf/Documentation/ |
D | perf-probe.txt | 234 …or code changes. For example, actual 10th line of schedule() can be moved easily by modifying sche… 247 Display which lines in schedule() can be probed: 249 ./perf probe --line schedule 251 Add a probe on schedule() function 12th line with recording cpu local variable: 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*' 263 Add probes on lines in schedule() function which calls update_rq_clock(). [all …]
|
/Linux-v5.4/Documentation/scheduler/ |
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-v5.4/arch/c6x/kernel/ |
D | entry.S | 188 ;; Jump to schedule() then return to ret_from_exception 192 MVKL .S1 schedule,A0 193 MVKH .S1 schedule,A0 196 B .S1 schedule 255 MVKL .S1 schedule,A1 256 MVKH .S1 schedule,A1 259 B .S2 schedule
|
/Linux-v5.4/fs/dlm/ |
D | requestqueue.c | 100 schedule(); in dlm_process_requestqueue() 123 schedule(); in dlm_wait_requestqueue()
|
/Linux-v5.4/drivers/misc/lkdtm/ |
D | heap.c | 109 schedule(); in lkdtm_WRITE_BUDDY_AFTER_FREE() 115 schedule(); in lkdtm_WRITE_BUDDY_AFTER_FREE()
|
/Linux-v5.4/kernel/power/ |
D | process.c | 222 schedule(); in thaw_processes() 243 schedule(); in thaw_kernel_threads()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | context_tracking.h | 8 #define SCHEDULE_USER bl schedule
|
/Linux-v5.4/kernel/trace/ |
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-v5.4/Documentation/trace/ |
D | ftrace-uses.rst | 204 To just trace the schedule function: 208 ret = ftrace_set_filter(&ops, "schedule", strlen("schedule"), 0); 270 ftrace_set_filter(&ops, "schedule", strlen("schedule"), 1); 282 ftrace_set_filter(&ops, "schedule", strlen("schedule"), 1);
|
/Linux-v5.4/drivers/gpu/drm/i915/gem/ |
D | i915_gem_wait.c | 110 if (engine->schedule) in __fence_set_priority() 111 engine->schedule(rq, attr); in __fence_set_priority()
|
/Linux-v5.4/arch/um/kernel/skas/ |
D | syscall.c | 28 schedule(); in handle_syscall()
|
/Linux-v5.4/tools/testing/selftests/x86/ |
D | fsgsbase.c | 191 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()
|
/Linux-v5.4/drivers/atm/ |
D | ambassador.c | 582 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() 1241 schedule(); in amb_close() 1271 schedule(); in amb_close() [all …]
|
/Linux-v5.4/drivers/usb/host/ |
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() 1435 list_for_each_entry (ep, &sl811->async, schedule) { in sl811h_debug_show()
|
/Linux-v5.4/drivers/staging/speakup/ |
D | thread.c | 41 schedule(); in speakup_thread()
|