Searched refs:returnValCount (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | hbm_kern.h | 204 __sync_add_and_fetch(&(qsp->returnValCount[0]), in hbm_update_stats() 207 __sync_add_and_fetch(&(qsp->returnValCount[1]), in hbm_update_stats() 210 __sync_add_and_fetch(&(qsp->returnValCount[2]), in hbm_update_stats() 213 __sync_add_and_fetch(&(qsp->returnValCount[3]), in hbm_update_stats()
|
H A D | hbm.h | 33 unsigned long long returnValCount[4]; member
|
H A D | hbm.c | 389 percent_pkts = (qstats.returnValCount[k] * 100.0) / in run_bpf_prog() 392 percent_pkts, (int)qstats.returnValCount[k]); in run_bpf_prog()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | hbm_kern.h | 202 __sync_add_and_fetch(&(qsp->returnValCount[0]), in hbm_update_stats() 205 __sync_add_and_fetch(&(qsp->returnValCount[1]), in hbm_update_stats() 208 __sync_add_and_fetch(&(qsp->returnValCount[2]), in hbm_update_stats() 211 __sync_add_and_fetch(&(qsp->returnValCount[3]), in hbm_update_stats()
|
H A D | hbm.h | 33 unsigned long long returnValCount[4]; member
|
H A D | hbm.c | 396 percent_pkts = (qstats.returnValCount[k] * 100.0) / in run_bpf_prog() 399 percent_pkts, (int)qstats.returnValCount[k]); in run_bpf_prog()
|
Completed in 3 milliseconds