Home
last modified time | relevance | path

Searched refs:on_cpu (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.10/drivers/perf/hisilicon/
Dhisi_uncore_pmu.c62 return sprintf(buf, "%d\n", hisi_pmu->on_cpu); in hisi_cpumask_sysfs_show()
166 if (hisi_pmu->on_cpu == -1) in hisi_uncore_pmu_event_init()
177 event->cpu = hisi_pmu->on_cpu; in hisi_uncore_pmu_event_init()
425 if (hisi_pmu->on_cpu != -1) in hisi_uncore_pmu_online_cpu()
429 hisi_pmu->on_cpu = cpu; in hisi_uncore_pmu_online_cpu()
449 if (hisi_pmu->on_cpu != cpu) in hisi_uncore_pmu_offline_cpu()
453 hisi_pmu->on_cpu = -1; in hisi_uncore_pmu_offline_cpu()
464 hisi_pmu->on_cpu = target; in hisi_uncore_pmu_offline_cpu()
Dhisi_uncore_pmu.h65 int on_cpu; member
Dhisi_uncore_ddrc_pmu.c348 ddrc_pmu->on_cpu = -1; in hisi_ddrc_pmu_dev_probe()
Dhisi_uncore_hha_pmu.c360 hha_pmu->on_cpu = -1; in hisi_hha_pmu_dev_probe()
Dhisi_uncore_l3c_pmu.c350 l3c_pmu->on_cpu = -1; in hisi_l3c_pmu_dev_probe()
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_raw_tp_test_run.c9 __u32 on_cpu = 0xffffffff; variable
17 on_cpu = bpf_get_smp_processor_id(); in BPF_PROG()
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Draw_tp_test_run.c46 CHECK(skel->data->on_cpu != 0xffffffff, "check_on_cpu", "got wrong value\n"); in test_raw_tp_test_run()
70 CHECK(skel->data->on_cpu != i, "check_on_cpu", in test_raw_tp_test_run()
71 "expect %d got %d\n", i, skel->data->on_cpu); in test_raw_tp_test_run()
/Linux-v5.10/drivers/perf/
Dqcom_l2_pmu.c144 int on_cpu; member
498 (cluster->on_cpu != event->group_leader->cpu)) { in l2_cache_event_init()
536 event->cpu = cluster->on_cpu; in l2_cache_event_init()
788 if (cluster->on_cpu != -1) in l2cache_pmu_online_cpu()
795 cluster->on_cpu = cpu; in l2cache_pmu_online_cpu()
818 if (cluster->on_cpu != cpu) in l2cache_pmu_offline_cpu()
823 cluster->on_cpu = -1; in l2cache_pmu_offline_cpu()
835 cluster->on_cpu = target; in l2cache_pmu_offline_cpu()
876 cluster->on_cpu = -1; in l2_cache_pmu_probe_cluster()
Darm_smmuv3_pmu.c107 unsigned int on_cpu; member
397 event->cpu = smmu_pmu->on_cpu; in smmu_pmu_event_init()
483 return cpumap_print_to_pagebuf(true, buf, cpumask_of(smmu_pmu->on_cpu)); in smmu_pmu_cpumask_show()
591 if (cpu != smmu_pmu->on_cpu) in smmu_pmu_offline_cpu()
599 smmu_pmu->on_cpu = target; in smmu_pmu_offline_cpu()
808 smmu_pmu->on_cpu = raw_smp_processor_id(); in smmu_pmu_probe()
810 cpumask_of(smmu_pmu->on_cpu))); in smmu_pmu_probe()
/Linux-v5.10/arch/x86/include/asm/
Dunwind.h120 return task != current && task->on_cpu; in task_on_another_cpu()
/Linux-v5.10/kernel/locking/
Dmutex.c568 if (!owner->on_cpu || need_resched() || in mutex_spin_on_owner()
605 retval = owner->on_cpu && !vcpu_is_preempted(task_cpu(owner)); in mutex_can_spin_on_owner()
Drwsem.c652 return owner->on_cpu && !vcpu_is_preempted(task_cpu(owner)); in owner_on_cpu()
/Linux-v5.10/kernel/sched/
Dcore.c2580 if (WARN_ON_ONCE(p->on_cpu)) in sched_ttwu_pending()
2581 smp_cond_load_acquire(&p->on_cpu, !VAL); in sched_ttwu_pending()
2949 if (smp_load_acquire(&p->on_cpu) && in try_to_wake_up()
2962 smp_cond_load_acquire(&p->on_cpu, !VAL); in try_to_wake_up()
3296 p->on_cpu = 0; in sched_fork()
3471 WRITE_ONCE(next->on_cpu, 1); in prepare_task()
3489 smp_store_release(&prev->on_cpu, 0); in finish_task()
3959 if (!p->on_cpu || !task_on_rq_queued(p)) in task_sched_runtime()
6566 idle->on_cpu = 1; in init_idle()
Dsched.h1701 return p->on_cpu; in task_running()
Dfair.c1104 (lockdep_is_held(&task_rq(p)->lock) && !READ_ONCE(p->on_cpu))); in deref_task_numa_group()
/Linux-v5.10/include/linux/
Dsched.h664 int on_cpu; member
/Linux-v5.10/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c2345 if (mask && t->on_cpu) in rdt_move_group_tasks()