Searched refs:stop (Results 1 - 25 of 39) sorted by relevance

12

/kernel/sched/
H A Dstop_task.c4 * 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 Dstats.c124 .stop = schedstat_stop,
H A Dcore.c885 * 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, &param);
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 Ddebug.c459 .stop = sched_debug_stop,
/kernel/trace/
H A Dtrace_benchmark.c37 u64 stop; local
52 stop = trace_clock_local();
57 delta = stop - start;
H A Dtrace_irqsoff.c433 /* 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 Dtrace_selftest.c379 /* 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 Dtrace_sched_wakeup.c685 .stop = wakeup_tracer_stop,
707 .stop = wakeup_tracer_stop,
729 .stop = wakeup_tracer_stop,
H A Dtrace_syscalls.c83 struct syscall_metadata **stop; local
88 stop = __stop_syscalls_metadata;
94 for ( ; start < stop; start++) {
H A Dtrace_printk.c331 .stop = t_stop,
H A Dtrace_stat.c229 .stop = stat_seq_stop,
H A Dtrace_stack.c389 .stop = t_stop,
H A Dtrace_events.c966 /* ->stop() is called even if ->start() fails */
985 .stop = f_stop,
1283 .stop = t_stop,
1290 .stop = t_stop,
/kernel/power/
H A Dswap.c449 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 Dhibernate.c231 * @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 Dsnapshot.c1579 struct timeval start, stop; local
1712 do_gettimeofday(&stop);
1714 swsusp_show_speed(&start, &stop, pages, "Allocated");
/kernel/
H A Djump_label.c48 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 Duser_namespace.c531 .stop = m_stop,
538 .stop = m_stop,
545 .stop = m_stop,
H A Dkallsyms.c556 .stop = s_stop,
H A Dstop_machine.c93 * 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 Dlockdep_proc.c99 .stop = l_stop,
167 .stop = lc_stop,
592 .stop = ls_stop,
/kernel/rcu/
H A Dtree_trace.c163 .stop = r_stop,
383 .stop = r_stop,
/kernel/time/
H A Dtimer_list.c344 .stop = timer_list_stop,
/kernel/events/
H A Dhw_breakpoint.c615 .stop = hw_breakpoint_stop,
/kernel/gcov/
H A Dfs.c137 .stop = gcov_seq_stop,

Completed in 586 milliseconds

12