Home
last modified time | relevance | path

Searched refs:extra_bytes (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/block/
Dblk-throttle.c933 u64 bytes_allowed, extra_bytes, tmp; in tg_with_in_bps_limit() local
956 extra_bytes = tg->bytes_disp[rw] + bio_size - bytes_allowed; in tg_with_in_bps_limit()
957 jiffy_wait = div64_u64(extra_bytes * HZ, tg_bps_limit(tg, rw)); in tg_with_in_bps_limit()
/linux-4.19.296/fs/ceph/
Dmds_client.c935 int extra_bytes = 0; in create_session_open_msg() local
950 extra_bytes = 4; /* map length */ in create_session_open_msg()
952 extra_bytes += 8 + strlen(metadata[i][0]) + in create_session_open_msg()
957 extra_bytes += 4 + 8; in create_session_open_msg()
960 msg = ceph_msg_new(CEPH_MSG_CLIENT_SESSION, sizeof(*h) + extra_bytes, in create_session_open_msg()