Home
last modified time | relevance | path

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

12345678910>>...20

/linux-3.4.99/tools/perf/Documentation/
Dperf-probe.txt150 …or code changes. For example, actual 10th line of schedule() can be moved easily by modifying sche…
163 Display which lines in schedule() can be probed:
165 ./perf probe --line schedule
167 Add a probe on schedule() function 12th line with recording cpu local variable:
169 ./perf probe schedule:12 cpu
171 ./perf probe --add='schedule:12 cpu'
173 this will add one or more probes which has the name start with "schedule".
175 Add probes on lines in schedule() function which calls update_rq_clock().
177 ./perf probe 'schedule;update_rq_clock*'
179 ./perf probe --add='schedule;update_rq_clock*'
[all …]
/linux-3.4.99/net/atm/
Dsvc.c56 schedule(); in svc_disconnect()
132 schedule(); in svc_bind()
215 schedule(); in svc_connect()
238 schedule(); in svc_connect()
245 schedule(); in svc_connect()
309 schedule(); in svc_listen()
361 schedule(); in svc_accept()
401 schedule(); in svc_accept()
446 schedule(); in svc_change_qos()
548 schedule(); in svc_addparty()
[all …]
Dsignaling.c41 schedule(); in sigd_put_skb()
79 schedule(); in modify_qos()
173 schedule(); in sigd_enq2()
/linux-3.4.99/kernel/
Drtmutex_common.h30 schedule(); \
36 # define schedule_rt_mutex(_lock) schedule()
Dkthread.c117 schedule(); in kthread()
290 schedule(); in kthreadd()
370 schedule(); in kthread_worker_fn()
Drtmutex-tester.c174 schedule(); in schedule_rt_mutex_test()
223 schedule(); in schedule_rt_mutex_test()
252 schedule(); in test_func()
/linux-3.4.99/Documentation/scheduler/
Dsched-arch.txt35 be enabled to call schedule() then disabled again.
38 be cleared until the running task has called schedule(). Idle
43 schedule(). It should not call schedule() otherwise.
/linux-3.4.99/arch/c6x/kernel/
Dentry.S191 ;; 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-3.4.99/include/linux/
Dfreezer.h147 schedule(); \
221 #define freezable_schedule() schedule()
Dwait.h200 schedule(); \
275 schedule(); \
367 schedule(); \
404 schedule(); \
600 schedule(); \
/linux-3.4.99/kernel/power/
Dprocess.c198 schedule(); in thaw_processes()
218 schedule(); in thaw_kernel_threads()
/linux-3.4.99/fs/dlm/
Drequestqueue.c91 schedule(); in dlm_process_requestqueue()
114 schedule(); in dlm_wait_requestqueue()
/linux-3.4.99/fs/jffs2/
Dbackground.c97 schedule(); in jffs2_garbage_collect_thread()
135 schedule(); in jffs2_garbage_collect_thread()
/linux-3.4.99/fs/fscache/
Dmain.c205 schedule(); in fscache_wait_bit()
215 schedule(); in fscache_wait_bit_interruptible()
/linux-3.4.99/kernel/trace/
Dring_buffer_benchmark.c207 schedule(); in ring_buffer_consumer()
364 schedule(); in wait_to_die()
381 schedule(); in ring_buffer_consumer_thread()
/linux-3.4.99/arch/openrisc/kernel/
Didle.c75 schedule(); in cpu_idle()
/linux-3.4.99/arch/mips/kernel/
Dprocess.c336 kallsyms_lookup_size_offset((unsigned long)schedule, &size, &ofs); in frame_info_init()
338 schedule_mfi.func = schedule; in frame_info_init()
348 printk("Can't analyze schedule() prologue at %p\n", schedule); in frame_info_init()
Dentry.S148 jal schedule
174 # call schedule() instead
/linux-3.4.99/drivers/staging/speakup/
Dthread.c39 schedule(); in speakup_thread()
/linux-3.4.99/drivers/atm/
Dambassador.c597 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-3.4.99/drivers/usb/host/
Dsl811-hcd.c320 struct sl811h_ep, schedule); in start()
333 if (ep->schedule.next == &sl811->async) in start()
336 sl811->next_async = container_of(ep->schedule.next, in start()
337 struct sl811h_ep, schedule); in start()
442 if (!list_empty(&ep->schedule)) { in finish_request()
443 list_del_init(&ep->schedule); in finish_request()
839 INIT_LIST_HEAD(&ep->schedule); in sl811h_urb_enqueue()
891 if (list_empty(&ep->schedule)) in sl811h_urb_enqueue()
892 list_add_tail(&ep->schedule, &sl811->async); in sl811h_urb_enqueue()
1435 list_for_each_entry (ep, &sl811->async, schedule) { in proc_sl811h_show()
/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_lc.c75 .schedule = ip_vs_lc_schedule,
/linux-3.4.99/lib/
Drwsem-spinlock.c174 schedule(); in __down_read()
241 schedule(); in __down_write_nested()
/linux-3.4.99/Documentation/trace/
Dftrace.txt759 not schedule. To record this time, use the preemptirqsoff
829 ls-4473 0dN.1 1us : _spin_lock (schedule)
831 ls-4473 0d..2 2us : put_prev_task_fair (schedule)
834 ls-4473 0d..2 13us : __switch_to (schedule)
835 sshd-4261 0d..2 14us : finish_task_switch (schedule)
895 schedule took place to run sshd. When the interrupts were
906 up to the time that it executes. This is also known as "schedule
909 but the average schedule latency is better for non-RT tasks.
954 <idle>-0 1d..4 4us : schedule (cpu_idle)
959 marker in the schedule is before the actual "switch", we stop
[all …]
/linux-3.4.99/drivers/net/wan/lmc/
Dlmc_debug.c76 schedule(); in lmc_trace()

12345678910>>...20