| /linux/arch/x86/include/asm/trace/ |
| A D | irq_vectors.h | 156 unsigned int prev_cpu), 158 TP_ARGS(irq, vector, cpu, prev_vector, prev_cpu), 165 __field( unsigned int, prev_cpu ) 173 __entry->prev_cpu = prev_cpu; 179 __entry->prev_vector, __entry->prev_cpu) 186 unsigned int prev_cpu), \ 187 TP_ARGS(irq, vector, cpu, prev_vector, prev_cpu), NULL, NULL); \
|
| /linux/tools/testing/selftests/sched_ext/ |
| A D | select_cpu_dispatch.bpf.c | 16 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument 19 s32 cpu = prev_cpu; in BPF_STRUCT_OPS() 29 cpu = prev_cpu; in BPF_STRUCT_OPS()
|
| A D | enq_select_cpu_fails.bpf.c | 13 s32 scx_bpf_select_cpu_dfl(struct task_struct *p, s32 prev_cpu, u64 wake_flags, 17 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument 19 return prev_cpu; in BPF_STRUCT_OPS()
|
| A D | select_cpu_dfl_nodispatch.bpf.c | 31 s32 scx_bpf_select_cpu_dfl(struct task_struct *p, s32 prev_cpu, u64 wake_flags, 35 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument 46 cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, in BPF_STRUCT_OPS()
|
| A D | select_cpu_dispatch_bad_dsq.bpf.c | 18 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument 23 return prev_cpu; in BPF_STRUCT_OPS()
|
| A D | select_cpu_dispatch_dbl_dsp.bpf.c | 18 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument 24 return prev_cpu; in BPF_STRUCT_OPS()
|
| A D | ddsp_bogus_dsq_fail.bpf.c | 14 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument 28 return prev_cpu; in BPF_STRUCT_OPS()
|
| A D | ddsp_vtimelocal_fail.bpf.c | 14 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument 25 return prev_cpu; in BPF_STRUCT_OPS()
|
| A D | dsp_local_on.bpf.c | 20 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument 22 return prev_cpu; in BPF_STRUCT_OPS()
|
| A D | exit.bpf.c | 21 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument 28 return scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &found); in BPF_STRUCT_OPS()
|
| A D | select_cpu_vtime.bpf.c | 39 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument 47 cpu = prev_cpu; in BPF_STRUCT_OPS()
|
| A D | maximal.bpf.c | 15 s32 BPF_STRUCT_OPS(maximal_select_cpu, struct task_struct *p, s32 prev_cpu, in BPF_STRUCT_OPS() argument 18 return prev_cpu; in BPF_STRUCT_OPS()
|
| /linux/drivers/irqchip/ |
| A D | irq-loongarch-avec.c | 54 unsigned int prev_cpu; member 83 if (cpu_online(adata->prev_cpu)) { in avecintc_sync() 84 plist = per_cpu_ptr(&pending_list, adata->prev_cpu); in avecintc_sync() 87 mp_ops.send_ipi_single(adata->prev_cpu, ACTION_CLEAR_VECTOR); in avecintc_sync() 164 cpu = adata->prev_cpu; in complete_irq_moving() 190 adata->prev_cpu = adata->cpu; in complete_irq_moving() 253 adata->prev_cpu = adata->cpu = cpu; in avecintc_alloc_vector() 297 per_cpu(irq_map, adata->prev_cpu)[adata->prev_vec] = NULL; in avecintc_free_vector() 298 irq_matrix_free(loongarch_avec.vector_matrix, adata->prev_cpu, adata->prev_vec, false); in avecintc_free_vector()
|
| /linux/arch/powerpc/lib/ |
| A D | qspinlock.c | 260 static struct qnode *get_tail_qnode(struct qspinlock *lock, int prev_cpu) in get_tail_qnode() argument 262 struct qnodes *qnodesp = per_cpu_ptr(&qnodes, prev_cpu); in get_tail_qnode() 376 static __always_inline bool yield_to_prev(struct qspinlock *lock, struct qnode *node, int prev_cpu,… in yield_to_prev() argument 391 if (node->sleepy || vcpu_is_preempted(prev_cpu)) { in yield_to_prev() 418 yield_count = yield_count_of(prev_cpu); in yield_to_prev() 430 yield_to_preempted(prev_cpu, yield_count); in yield_to_prev() 575 int prev_cpu = decode_tail_cpu(old); in queued_spin_lock_mcs_queue() local 576 struct qnode *prev = get_tail_qnode(lock, prev_cpu); in queued_spin_lock_mcs_queue() 586 if (yield_to_prev(lock, node, prev_cpu, paravirt)) in queued_spin_lock_mcs_queue()
|
| /linux/arch/riscv/include/asm/ |
| A D | switch_to.h | 81 bool thread_migrated = smp_processor_id() != task->thread.prev_cpu; in switch_to_should_flush_icache() 90 #define __set_prev_cpu(thread) ((thread).prev_cpu = smp_processor_id())
|
| A D | processor.h | 114 unsigned int prev_cpu; member
|
| /linux/Documentation/translations/zh_CN/scheduler/ |
| A D | sched-energy.rst | 118 依然放在之前活动的prev_cpu是否可以节省能量。 132 prev_cpu = 0(上一次运行在CPU0)。 197 **情况3. P依旧留在prev_cpu/CPU0**::
|
| /linux/arch/sparc/kernel/ |
| A D | cpumap.c | 193 int n, id, cpu, prev_cpu, last_cpu, level; in build_cpuinfo_tree() local 204 prev_cpu = cpu = cpumask_first(cpu_online_mask); in build_cpuinfo_tree() 268 (cpu == last_cpu) ? cpu : prev_cpu; in build_cpuinfo_tree() 290 prev_cpu = cpu; in build_cpuinfo_tree()
|
| /linux/tools/sched_ext/ |
| A D | scx_qmap.bpf.c | 134 static s32 pick_direct_dispatch_cpu(struct task_struct *p, s32 prev_cpu) in pick_direct_dispatch_cpu() argument 139 scx_bpf_test_and_clear_cpu_idle(prev_cpu)) in pick_direct_dispatch_cpu() 140 return prev_cpu; in pick_direct_dispatch_cpu() 161 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument 169 cpu = pick_direct_dispatch_cpu(p, prev_cpu); in BPF_STRUCT_OPS() 175 return prev_cpu; in BPF_STRUCT_OPS()
|
| A D | scx_simple.bpf.c | 60 s32 BPF_STRUCT_OPS(simple_select_cpu, struct task_struct *p, s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument 65 cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &is_idle); in BPF_STRUCT_OPS()
|
| A D | scx_central.bpf.c | 96 s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument
|
| A D | scx_flatcg.bpf.c | 322 s32 BPF_STRUCT_OPS(fcg_select_cpu, struct task_struct *p, s32 prev_cpu, u64 wake_flags) in BPF_STRUCT_OPS() argument 328 cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &is_idle); in BPF_STRUCT_OPS()
|
| /linux/arch/x86/kernel/apic/ |
| A D | vector.c | 31 unsigned int prev_cpu; member 174 apicd->prev_cpu = apicd->cpu; in apic_update_vector() 357 apicd->prev_cpu); in clear_irq_vector() 368 per_cpu(vector_irq, apicd->prev_cpu)[vector] = VECTOR_SHUTDOWN; in clear_irq_vector() 369 irq_matrix_free(vector_matrix, apicd->prev_cpu, vector, managed); in clear_irq_vector() 648 seq_printf(m, "%*sPrevious target: %5u\n", ind, "", apicd.prev_cpu); in x86_vector_debug_show() 938 unsigned int cpu = apicd->prev_cpu; in free_moved_vector() 1010 unsigned int cpu = apicd->prev_cpu; in __vector_schedule_cleanup() 1105 if (!vector || (apicd->cpu != cpu && apicd->prev_cpu != cpu)) in irq_force_complete_move()
|
| /linux/kernel/sched/ |
| A D | ext.c | 3131 test_and_clear_cpu_idle(prev_cpu)) { in scx_select_cpu_dfl() 3132 cpu = prev_cpu; in scx_select_cpu_dfl() 3141 if (test_and_clear_cpu_idle(prev_cpu)) { in scx_select_cpu_dfl() 3142 cpu = prev_cpu; in scx_select_cpu_dfl() 3150 return prev_cpu; in scx_select_cpu_dfl() 3170 return prev_cpu; in select_task_rq_scx() 3186 return prev_cpu; in select_task_rq_scx() 5921 goto prev_cpu; in scx_bpf_select_cpu_dfl() 5925 goto prev_cpu; in scx_bpf_select_cpu_dfl() 5931 prev_cpu: in scx_bpf_select_cpu_dfl() [all …]
|
| A D | fair.c | 7372 return available_idle_cpu(prev_cpu) ? prev_cpu : this_cpu; in wake_affine_idle() 7377 if (available_idle_cpu(prev_cpu)) in wake_affine_idle() 7378 return prev_cpu; in wake_affine_idle() 7439 return prev_cpu; in wake_affine() 7515 return prev_cpu; in sched_balance_find_dst_cpu() 8421 target = prev_cpu; in find_energy_efficient_cpu() 8492 if (cpu == prev_cpu) { in find_energy_efficient_cpu() 8519 prev_cpu); in find_energy_efficient_cpu() 8594 int new_cpu = prev_cpu; in select_task_rq_fair() 8614 new_cpu = prev_cpu; in select_task_rq_fair() [all …]
|