Home
last modified time | relevance | path

Searched refs:time_budget (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/
H A Doutput.c301 * HC-sender CCID a grace period of up to @time_budget jiffies. If this function
304 void dccp_flush_write_queue(struct sock *sk, long *time_budget) in dccp_flush_write_queue() argument
310 while (*time_budget > 0 && (skb = skb_peek(&sk->sk_write_queue))) { in dccp_flush_write_queue()
324 if (delay > *time_budget) in dccp_flush_write_queue()
329 *time_budget -= (delay - rc); in dccp_flush_write_queue()
H A Ddccp.h245 void dccp_flush_write_queue(struct sock *sk, long *time_budget);
/kernel/linux/linux-6.6/net/dccp/
H A Doutput.c304 * @time_budget: time allowed to drain the queue
308 * HC-sender CCID a grace period of up to @time_budget jiffies. If this function
311 void dccp_flush_write_queue(struct sock *sk, long *time_budget) in dccp_flush_write_queue() argument
317 while (*time_budget > 0 && (skb = skb_peek(&sk->sk_write_queue))) { in dccp_flush_write_queue()
331 if (delay > *time_budget) in dccp_flush_write_queue()
336 *time_budget -= (delay - rc); in dccp_flush_write_queue()
H A Ddccp.h240 void dccp_flush_write_queue(struct sock *sk, long *time_budget);

Completed in 4 milliseconds