Home
last modified time | relevance | path

Searched refs:PSCHED_TICKS2NS (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/net/
Dpkt_sched.h46 #define PSCHED_TICKS2NS(x) ((s64)(x) << PSCHED_SHIFT) macro
74 qdisc_watchdog_schedule_ns(wd, PSCHED_TICKS2NS(expires), true); in qdisc_watchdog_schedule()
/linux-4.1.27/net/sched/
Dsch_tbf.c342 buffer = min_t(u64, PSCHED_TICKS2NS(qopt->buffer), ~0U); in tbf_change()
343 mtu = min_t(u64, PSCHED_TICKS2NS(qopt->mtu), ~0U); in tbf_change()
410 q->mtu = PSCHED_TICKS2NS(qopt->mtu); in tbf_change()
415 q->buffer = PSCHED_TICKS2NS(qopt->buffer); in tbf_change()
Dsch_pie.c471 ((u32) PSCHED_TICKS2NS(q->params.target)) / in pie_dump()
494 .delay = ((u32) PSCHED_TICKS2NS(q->vars.qdelay)) / in pie_dump_stats()
Dsch_htb.c1457 cl->tokens = PSCHED_TICKS2NS(hopt->buffer); in htb_change_class()
1458 cl->ctokens = PSCHED_TICKS2NS(hopt->cbuffer); in htb_change_class()
1513 cl->buffer = PSCHED_TICKS2NS(hopt->buffer); in htb_change_class()
1514 cl->cbuffer = PSCHED_TICKS2NS(hopt->cbuffer); in htb_change_class()
Dact_police.c218 police->tcfp_burst = PSCHED_TICKS2NS(parm->burst); in tcf_act_police_locate()
Dsch_cbq.c508 expires = ns_to_ktime(PSCHED_TICKS2NS(sched)); in cbq_ovl_delay()
619 time = ktime_add_ns(time, PSCHED_TICKS2NS(now + delay)); in cbq_undelay()
Dsch_api.c1901 (u32)NSEC_PER_USEC, (u32)PSCHED_TICKS2NS(1), in psched_show()