/kernel/sched/ |
H A D | stop_task.c | 4 * stop-task scheduling class. 6 * The stop task is the highest priority task in the system, it preempts 16 return task_cpu(p); /* stop tasks as never migrate */ 29 struct task_struct *stop = rq->stop; local 31 if (!stop || !task_on_rq_queued(stop)) 36 stop->se.exec_start = rq_clock_task(rq); 38 return stop; 55 BUG(); /* the stop tas 83 struct task_struct *stop = rq->stop; local [all...] |
H A D | stats.c | 124 .stop = schedstat_stop,
|
H A D | core.c | 885 * When this happens, we stop ->clock_task and only update the 922 void sched_set_stop_task(int cpu, struct task_struct *stop) argument 925 struct task_struct *old_stop = cpu_rq(cpu)->stop; 927 if (stop) { 933 * much confusion -- but then, stop work should not 936 sched_setscheduler_nocheck(stop, SCHED_FIFO, ¶m); 938 stop->sched_class = &stop_sched_class; 941 cpu_rq(cpu)->stop = stop; 3517 * Changing the policy of the stop thread 4934 struct task_struct *next, *stop = rq->stop; local [all...] |
H A D | debug.c | 459 .stop = sched_debug_stop,
|
/kernel/trace/ |
H A D | trace_benchmark.c | 37 u64 stop; local 52 stop = trace_clock_local(); 57 delta = stop - start;
|
H A D | trace_irqsoff.c | 433 /* start and stop critical timings used to for stoppage (in idle) */ 667 .stop = irqsoff_tracer_stop, 701 .stop = irqsoff_tracer_stop, 737 .stop = irqsoff_tracer_stop,
|
H A D | trace_selftest.c | 379 /* stop the tracing. */ 678 /* stop the tracing. */ 838 trace->stop(tr); 839 /* stop the tracing. */ 900 trace->stop(tr); 901 /* stop the tracing. */ 966 trace->stop(tr); 967 /* stop the tracing. */ 996 trace->stop(tr); 997 /* stop th [all...] |
H A D | trace_sched_wakeup.c | 685 .stop = wakeup_tracer_stop, 707 .stop = wakeup_tracer_stop, 729 .stop = wakeup_tracer_stop,
|
H A D | trace_syscalls.c | 83 struct syscall_metadata **stop; local 88 stop = __stop_syscalls_metadata; 94 for ( ; start < stop; start++) {
|
H A D | trace_printk.c | 331 .stop = t_stop,
|
H A D | trace_stat.c | 229 .stop = stat_seq_stop,
|
H A D | trace_stack.c | 389 .stop = t_stop,
|
H A D | trace_events.c | 966 /* ->stop() is called even if ->start() fails */ 985 .stop = f_stop, 1283 .stop = t_stop, 1290 .stop = t_stop,
|
/kernel/power/ |
H A D | swap.c | 449 struct timeval stop; local 472 do_gettimeofday(&stop); 477 swsusp_show_speed(&start, &stop, nr_to_write, "Wrote"); 487 atomic_t stop; /* ready to stop flag */ member in struct:crc_data 509 atomic_set(&d->stop, 1); 518 atomic_set(&d->stop, 1); 529 atomic_t stop; /* ready to stop flag */ member in struct:cmp_data 553 atomic_set(&d->stop, 584 struct timeval stop; local 969 struct timeval stop; local 1018 atomic_t stop; /* ready to stop flag */ member in struct:dec_data 1071 struct timeval stop; local [all...] |
H A D | hibernate.c | 231 * @stop: Final event. 232 * @nr_pages: Number of memory pages processed between @start and @stop. 235 void swsusp_show_speed(struct timeval *start, struct timeval *stop, argument 243 elapsed_centisecs64 = timeval_to_ns(stop) - timeval_to_ns(start);
|
H A D | snapshot.c | 1579 struct timeval start, stop; local 1712 do_gettimeofday(&stop); 1714 swsusp_show_speed(&start, &stop, pages, "Allocated");
|
/kernel/ |
H A D | jump_label.c | 48 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) argument 52 size = (((unsigned long)stop - (unsigned long)start) 166 struct jump_entry *stop, int enable) 168 for (; (entry < stop) && 444 struct jump_entry *stop = __stop___jump_table; local 453 stop = mod->jump_entries + mod->num_jump_entries; 457 __jump_label_update(key, entry, stop, enable); 164 __jump_label_update(struct static_key *key, struct jump_entry *entry, struct jump_entry *stop, int enable) argument
|
H A D | user_namespace.c | 531 .stop = m_stop, 538 .stop = m_stop, 545 .stop = m_stop,
|
H A D | kallsyms.c | 556 .stop = s_stop,
|
H A D | stop_machine.c | 93 * stop_one_cpu - stop a cpu 94 * @cpu: cpu to stop 235 * @cpu1: the cpu to stop 236 * @cpu2: the other cpu to stop 306 * stop_one_cpu_nowait - stop a cpu but don't wait for completion 307 * @cpu: cpu to stop 368 * stop_cpus - stop multiple cpus 369 * @cpumask: cpus to stop 407 * try_stop_cpus - try to stop multiple cpus 408 * @cpumask: cpus to stop [all...] |
/kernel/locking/ |
H A D | lockdep_proc.c | 99 .stop = l_stop, 167 .stop = lc_stop, 592 .stop = ls_stop,
|
/kernel/rcu/ |
H A D | tree_trace.c | 163 .stop = r_stop, 383 .stop = r_stop,
|
/kernel/time/ |
H A D | timer_list.c | 344 .stop = timer_list_stop,
|
/kernel/events/ |
H A D | hw_breakpoint.c | 615 .stop = hw_breakpoint_stop,
|
/kernel/gcov/ |
H A D | fs.c | 137 .stop = gcov_seq_stop,
|