Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
H A 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/tools/testing/selftests/bpf/progs/
H A Duser_ringbuf_success.c43 static int num_calls; in record_sample() local
45 if (num_calls++ % 2 == 0) { in record_sample()