Home
last modified time | relevance | path

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

/net/rds/
Dmessage.c339 int extra_bytes = num_sgs * sizeof(struct scatterlist); in rds_message_map_pages() local
341 rm = rds_message_alloc(extra_bytes, GFP_NOWAIT); in rds_message_map_pages()
/net/ipv4/
Dtcp_output.c2591 u64 extra_bytes = (u64)sk->sk_pacing_rate * tcp_sk(sk)->tcp_tx_delay; in tcp_small_queue_check() local
2598 extra_bytes >>= (20 - 1); in tcp_small_queue_check()
2599 limit += extra_bytes; in tcp_small_queue_check()