Home
last modified time | relevance | path

Searched refs:task_cpu (Results 1 – 20 of 20) sorted by relevance

/linux-3.4.99/arch/ia64/include/asm/
Dswitch_to.h77 (task_cpu(current) != \
80 task_thread_info(current)->last_cpu = task_cpu(current); \
/linux-3.4.99/kernel/trace/
Dtrace_sched_switch.c46 entry->next_cpu = task_cpu(next); in tracing_sched_switch_trace()
102 entry->next_cpu = task_cpu(wakee); in tracing_sched_wakeup_trace()
Dtrace_sched_wakeup.c451 wakeup_cpu = task_cpu(p); in probe_wakeup()
/linux-3.4.99/kernel/sched/
Didle_task.c14 return task_cpu(p); /* IDLE tasks as never migrated */ in select_task_rq_idle()
Dstop_task.c16 return task_cpu(p); /* stop tasks as never migrate */ in select_task_rq_stop()
Drt.c1254 cpu = task_cpu(p); in select_task_rq_rt()
1489 int cpu = task_cpu(task); in find_lowest_rq()
1615 BUG_ON(rq->cpu != task_cpu(p)); in pick_next_pushable_task()
1680 if (task_cpu(next_task) == rq->cpu && task == next_task) { in push_rt_task()
Dcore.c522 cpu = task_cpu(p); in resched_task()
1042 return cpu_curr(task_cpu(p)) == p; in task_curr()
1111 if (task_cpu(p) != new_cpu) { in set_task_cpu()
1252 cpu = task_cpu(p); in kick_process()
1344 cpu = select_fallback_rq(task_cpu(p), p); in select_task_rq()
1590 cpu = task_cpu(p); in try_to_wake_up()
1627 if (task_cpu(p) != cpu) { in try_to_wake_up()
2749 stop_one_cpu(task_cpu(p), migration_cpu_stop, &arg); in sched_exec()
5209 if (cpumask_test_cpu(task_cpu(p), new_mask)) in set_cpus_allowed_ptr()
5253 if (task_cpu(p) != src_cpu) in __migrate_task()
[all …]
Ddebug.c157 if (!p->on_rq || task_cpu(p) != rq_cpu) in print_rq()
Dsched.h481 #define task_rq(p) cpu_rq(task_cpu(p))
Dfair.c2502 prev_cpu = task_cpu(p); in wake_affine()
2657 int prev_cpu = task_cpu(p); in select_idle_sibling()
2719 int prev_cpu = task_cpu(p); in select_task_rq_fair()
5370 set_task_rq(p, task_cpu(p)); in task_move_group_fair()
/linux-3.4.99/include/trace/events/
Dsched.h75 __entry->target_cpu = task_cpu(p);
173 __entry->orig_cpu = task_cpu(p);
/linux-3.4.99/kernel/
Dcpu.c201 if (task_cpu(p) == cpu && p->state == TASK_RUNNING && in check_for_tasks()
Dworkqueue.c1311 if (task_cpu(task) == gcwq->cpu && in worker_maybe_bind_and_lock()
/linux-3.4.99/mm/
Doom_kill.c415 task_cpu(task), task->signal->oom_adj, in dump_tasks()
/linux-3.4.99/fs/proc/
Darray.c505 seq_put_decimal_ll(m, ' ', task_cpu(task)); in do_task_stat()
/linux-3.4.99/include/linux/
Dsched.h2710 static inline unsigned int task_cpu(const struct task_struct *p) in task_cpu() function
2719 static inline unsigned int task_cpu(const struct task_struct *p) in task_cpu() function
/linux-3.4.99/arch/powerpc/kernel/
Dprocess.c1082 unsigned long cpu = task_cpu(p); in valid_irq_stack()
/linux-3.4.99/arch/ia64/kernel/
Dmca.c1630 printk(" %d (cpu %d task 0x%p)", g->pid, task_cpu(g), g); in default_monarch_init_process()
/linux-3.4.99/kernel/events/
Dcore.c58 if (task_cpu(p) != smp_processor_id() || !task_curr(p)) in remote_function()
89 smp_call_function_single(task_cpu(p), remote_function, &data, 1); in task_function_call()
/linux-3.4.99/Documentation/filesystems/
Dproc.txt304 task_cpu which CPU the task is scheduled on