Home
last modified time | relevance | path

Searched refs:horizon (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dsch_fq.c113 u64 horizon; /* horizon in ns */ member
439 return unlikely((s64)skb->tstamp > (s64)(q->ktime_cache + q->horizon)); in fq_packet_beyond_horizon()
467 skb->tstamp = q->ktime_cache + q->horizon; in fq_enqueue()
894 q->horizon = (u64)NSEC_PER_USEC * in fq_change()
954 q->horizon = 10ULL * NSEC_PER_SEC; /* 10 seconds */ in fq_init()
955 q->horizon_drop = 1; /* by default, drop packets beyond horizon */ in fq_init()
974 u64 horizon = q->horizon; in fq_dump() local
984 do_div(horizon, NSEC_PER_USE in fq_dump()
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dsch_fq.c113 u64 horizon; /* horizon in ns */ member
439 return unlikely((s64)skb->tstamp > (s64)(q->ktime_cache + q->horizon)); in fq_packet_beyond_horizon()
467 skb->tstamp = q->ktime_cache + q->horizon; in fq_enqueue()
891 q->horizon = (u64)NSEC_PER_USEC * in fq_change()
951 q->horizon = 10ULL * NSEC_PER_SEC; /* 10 seconds */ in fq_init()
952 q->horizon_drop = 1; /* by default, drop packets beyond horizon */ in fq_init()
971 u64 horizon = q->horizon; in fq_dump() local
981 do_div(horizon, NSEC_PER_USE in fq_dump()
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A DMakefile11 obj-$(CONFIG_ATM_HORIZON) += horizon.o

Completed in 5 milliseconds