Home
last modified time | relevance | path

Searched refs:nr_online (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_test_run.c10 int comm_fd = -1, err, nr_online, i, prog_fd; in test_raw_tp_test_run() local
23 &nr_online); in test_raw_tp_test_run()
57 for (i = 0; i < nr_online; i++) { in test_raw_tp_test_run()
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c1158 u32 nr_online = scx_bpf_nr_online_cids(); in monitor_cpuperf() local
1165 bpf_for(cid, 0, nr_online) { in monitor_cpuperf()
1183 if (!nr_online || !cap_sum) in monitor_cpuperf()
1191 qa.cpuperf_target_avg = target_sum / nr_online; in monitor_cpuperf()