Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/platforms/pseries/
DhvCall_inst.c21 unsigned long num_calls; /* number of calls (on this CPU) */ member
58 if (hs[h_num].num_calls) { in hc_show()
61 hs[h_num].num_calls, in hc_show()
66 hs[h_num].num_calls, in hc_show()
107 h->num_calls++; in probe_hcall_exit()
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Duser_ringbuf_success.c43 static int num_calls; in record_sample() local
45 if (num_calls++ % 2 == 0) { in record_sample()