Searched refs:delta_bytes (Results 1 – 3 of 3) sorted by relevance
219 signed long long delta_time, delta_bytes, delta_rate; in run_bpf_prog() local255 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()
137 unsigned int delta_bytes, ret; in compute_word_offset() local138 delta_bytes = (unsigned long)addr - (unsigned long)start; in compute_word_offset()140 ret = delta_bytes/WORD_SIZE; in compute_word_offset()
922 size_t delta_bytes = 0; in cifs_dir_emit() local932 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()