Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_flow.c43 u32 perturb_period; member
349 if (f->perturb_period) in flow_perturbation()
350 mod_timer(&f->perturb_timer, jiffies + f->perturb_period); in flow_perturbation()
398 unsigned int perturb_period = 0; in flow_change() local
477 perturb_period = fold->perturb_period; in flow_change()
481 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ; in flow_change()
499 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ; in flow_change()
541 fnew->perturb_period = perturb_period; in flow_change()
542 if (perturb_period) in flow_change()
543 mod_timer(&fnew->perturb_timer, jiffies + perturb_period); in flow_change()
[all …]
H A Dsch_sfq.c141 int perturb_period; member
619 if (q->perturb_period) in sfq_perturbation()
620 mod_timer(&q->perturb_timer, jiffies + q->perturb_period); in sfq_perturbation()
662 q->perturb_period = ctl->perturb_period * HZ; in sfq_change()
700 if (q->perturb_period) { in sfq_change()
701 mod_timer(&q->perturb_timer, jiffies + q->perturb_period); in sfq_change()
724 q->perturb_period = 0; in sfq_destroy()
758 q->perturb_period = 0; in sfq_init()
797 opt.v0.perturb_period = q->perturb_period / HZ; in sfq_dump()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpkt_sched.h214 int perturb_period; /* Period of hash perturbation */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_sched.h214 int perturb_period; /* Period of hash perturbation */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpkt_sched.h214 int perturb_period; /* Period of hash perturbation */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_sched.h215 int perturb_period; /* Period of hash perturbation */ member