/Linux-v4.19/include/linux/ |
D | wait.h | 272 schedule()) 311 schedule(); try_to_freeze()) 387 cmd1; schedule(); cmd2) 400 cmd1; schedule(); cmd2) 425 schedule()) 503 schedule()); \ 564 schedule()) 577 schedule()) 591 schedule(); try_to_freeze()) 619 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \ [all …]
|
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 | swait.h | 197 schedule()) 221 schedule()) 246 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule())
|
D | rcuwait.h | 57 schedule(); \
|
D | wait_bit.h | 271 schedule()) 283 schedule())
|
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_traceonoff_triggers.tc | 89 cnt=`grep schedule set_ftrace_filter | wc -l` 124 cnt=`grep schedule set_ftrace_filter | wc -l` 136 cnt=`grep schedule set_ftrace_filter | wc -l` 154 cnt=`grep schedule set_ftrace_filter | wc -l`
|
D | fgraph-filter-stack.tc | 62 count=`cat trace | grep '()' | grep -v schedule | wc -l` 79 count=`cat trace | grep '()' | grep -v schedule | wc -l`
|
D | fgraph-filter.tc | 40 count=`cat trace | grep '()' | grep -v schedule | wc -l`
|
/Linux-v4.19/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-v4.19/tools/perf/Documentation/ |
D | perf-probe.txt | 233 …or code changes. For example, actual 10th line of schedule() can be moved easily by modifying sche… 246 Display which lines in schedule() can be probed: 248 ./perf probe --line schedule 250 Add a probe on schedule() function 12th line with recording cpu local variable: 252 ./perf probe schedule:12 cpu 254 ./perf probe --add='schedule:12 cpu' 256 Add one or more probes which has the name start with "schedule". 258 ./perf probe schedule* 260 ./perf probe --add='schedule*' 262 Add probes on lines in schedule() function which calls update_rq_clock(). [all …]
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-arch.txt | 25 be enabled to call schedule() then disabled again. 28 be cleared until the running task has called schedule(). Idle 33 schedule(). It should not call schedule() otherwise.
|
/Linux-v4.19/drivers/misc/lkdtm/ |
D | heap.c | 105 schedule(); in lkdtm_WRITE_BUDDY_AFTER_FREE() 111 schedule(); in lkdtm_WRITE_BUDDY_AFTER_FREE()
|
/Linux-v4.19/arch/c6x/kernel/ |
D | entry.S | 191 ;; Jump to schedule() then return to ret_from_exception 195 MVKL .S1 schedule,A0 196 MVKH .S1 schedule,A0 199 B .S1 schedule 258 MVKL .S1 schedule,A1 259 MVKH .S1 schedule,A1 262 B .S2 schedule
|
/Linux-v4.19/fs/dlm/ |
D | requestqueue.c | 102 schedule(); in dlm_process_requestqueue() 125 schedule(); in dlm_wait_requestqueue()
|
/Linux-v4.19/tools/testing/selftests/x86/ |
D | fsgsbase.c | 148 static void mov_0_gs(unsigned long initial_base, bool schedule) in mov_0_gs() argument 152 …printf("[RUN]\tARCH_SET_GS to 0x%lx then mov 0 to %%gs%s\n", initial_base, schedule ? " and schedu… in mov_0_gs() 156 if (schedule) in mov_0_gs()
|
/Linux-v4.19/kernel/power/ |
D | process.c | 222 schedule(); in thaw_processes() 243 schedule(); in thaw_kernel_threads()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | context_tracking.h | 8 #define SCHEDULE_USER bl schedule
|
/Linux-v4.19/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-v4.19/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-v4.19/drivers/atm/ |
D | ambassador.c | 597 schedule(); in command_do() 604 schedule(); in command_do() 761 schedule(); in drain_rx_pool() 765 schedule(); in drain_rx_pool() 1164 schedule(); in amb_open() 1172 schedule(); in amb_open() 1180 schedule(); in amb_open() 1214 schedule(); in amb_open() 1256 schedule(); in amb_close() 1286 schedule(); in amb_close() [all …]
|
/Linux-v4.19/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-v4.19/drivers/staging/speakup/ |
D | thread.c | 41 schedule(); in speakup_thread()
|
/Linux-v4.19/kernel/locking/ |
D | rwsem-spinlock.c | 159 schedule(); in __down_read_common() 241 schedule(); in __down_write_common()
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_fo.c | 63 .schedule = ip_vs_fo_schedule,
|
D | ip_vs_ovf.c | 70 .schedule = ip_vs_ovf_schedule,
|