Home
last modified time | relevance | path

Searched refs:delta_bytes (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/samples/bpf/
H A Dhbm.c212 signed long long delta_time, delta_bytes, delta_rate; in run_bpf_prog() local
248 delta_bytes = new_eth_tx_bytes - last_eth_tx_bytes; in run_bpf_prog()
250 delta_rate = (delta_bytes * 8000000) / delta_time; in run_bpf_prog()
262 delta_bytes = new_cg_tx_bytes - in run_bpf_prog()
265 delta_rate = (delta_bytes * 8000000) / in run_bpf_prog()
/kernel/linux/linux-6.6/samples/bpf/
H A Dhbm.c219 signed long long delta_time, delta_bytes, delta_rate; in run_bpf_prog() local
255 delta_bytes = new_eth_tx_bytes - last_eth_tx_bytes; in run_bpf_prog()
257 delta_rate = (delta_bytes * 8000000) / delta_time; in run_bpf_prog()
269 delta_bytes = new_cg_tx_bytes - in run_bpf_prog()
272 delta_rate = (delta_bytes * 8000000) / in run_bpf_prog()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c138 unsigned int delta_bytes, ret; in compute_word_offset() local
139 delta_bytes = (unsigned long)addr - (unsigned long)start; in compute_word_offset()
141 ret = delta_bytes/WORD_SIZE; in compute_word_offset()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c137 unsigned int delta_bytes, ret; in compute_word_offset() local
138 delta_bytes = (unsigned long)addr - (unsigned long)start; in compute_word_offset()
140 ret = delta_bytes/WORD_SIZE; in compute_word_offset()

Completed in 5 milliseconds