Home
last modified time | relevance | path

Searched refs:perturb_period (Results 1 – 3 of 3) sorted by relevance

/linux/net/sched/
H A Dcls_flow.c45 u32 perturb_period;
356 if (f->perturb_period)
357 mod_timer(&f->perturb_timer, jiffies + f->perturb_period);
406 unsigned int perturb_period = 0; in flow_change()
485 perturb_period = fold->perturb_period; in flow_change()
489 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ; in flow_change()
507 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ; in flow_change()
557 fnew->perturb_period = perturb_period; in flow_change()
44 u32 perturb_period; global() member
401 unsigned int perturb_period = 0; flow_change() local
[all...]
H A Dsch_sfq.c134 int perturb_period; member
621 /* q->perturb_period can change under us from in sfq_perturbation()
624 period = READ_ONCE(q->perturb_period); in sfq_perturbation()
643 int perturb_period; in sfq_change() local
668 if (ctl->perturb_period < 0 || in sfq_change()
669 ctl->perturb_period > INT_MAX / HZ) { in sfq_change()
673 perturb_period = ctl->perturb_period * HZ; in sfq_change()
734 WRITE_ONCE(q->perturb_period, perturb_period); in sfq_change()
[all...]
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h214 int perturb_period; /* Period of hash perturbation */ member