Home
last modified time | relevance | path

Searched refs:delta_bytes (Results 1 – 2 of 2) 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/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()