Searched refs:dst_cpu (Results 1 – 4 of 4) sorted by relevance
| /include/linux/sched/ |
| D | numa_balancing.h | 34 int src_nid, int dst_cpu); 51 struct folio *folio, int src_nid, int dst_cpu) in should_numa_migrate_memory() argument
|
| /include/trace/events/ |
| D | sched.h | 637 TP_PROTO(struct task_struct *tsk, int src_cpu, int dst_cpu), 639 TP_ARGS(tsk, src_cpu, dst_cpu), 647 __field( int, dst_cpu ) 657 __entry->dst_cpu = dst_cpu; 658 __entry->dst_nid = cpu_to_node(dst_cpu); 664 __entry->dst_cpu, __entry->dst_nid) 670 struct task_struct *dst_tsk, int dst_cpu), 672 TP_ARGS(src_tsk, src_cpu, dst_tsk, dst_cpu), 683 __field( int, dst_cpu ) 696 __entry->dst_cpu = dst_cpu; [all …]
|
| /include/trace/hooks/ |
| D | sched.h | 43 TP_PROTO(struct task_struct *p, int dst_cpu, int *can_migrate), 44 TP_ARGS(p, dst_cpu, can_migrate), 1); 124 TP_PROTO(int dst_cpu, struct sched_group *group, 127 TP_ARGS(dst_cpu, group, env_cpus, busiest, done), 1);
|
| /include/linux/ |
| D | perf_event.h | 1162 int src_cpu, int dst_cpu);
|