Home
last modified time | relevance | path

Searched refs:delta_bytes (Results 1 – 3 of 3) sorted by relevance

/linux/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()
/linux/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()
/linux/fs/smb/client/
H A Dreaddir.c922 size_t delta_bytes = 0; in cifs_dir_emit() local
932 delta_bytes = sizeof(struct cached_dirent) + (size_t)namelen + 1; in cifs_dir_emit()
941 atomic64_add((long long)delta_bytes, &cfid->cfids->total_dirents_bytes); in cifs_dir_emit()
943 atomic64_add((long long)delta_bytes, &cifs_dircache_bytes_used); in cifs_dir_emit()