Home
last modified time | relevance | path

Searched refs:sched_update_avail (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c396 * sched_update_avail() computes the delta since the last time it was called
400 static inline int sched_update_avail(struct sge *sge) in sched_update_avail() function
409 pr_debug("sched_update_avail delta=%lld\n", delta_time_ns); in sched_update_avail()
475 if (update-- && sched_update_avail(sge)) in sched_skb()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c387 * sched_update_avail() computes the delta since the last time it was called
391 static inline int sched_update_avail(struct sge *sge) in sched_update_avail() function
400 pr_debug("sched_update_avail delta=%lld\n", delta_time_ns); in sched_update_avail()
466 if (update-- && sched_update_avail(sge)) in sched_skb()

Completed in 6 milliseconds