Home
last modified time | relevance | path

Searched refs:perturbation (Results 1 – 4 of 4) sorted by relevance

/linux/net/sched/
H A Dsch_sfb.c48 siphash_key_t perturbation; /* siphash key */ member
223 get_random_bytes(&q->bins[slot].perturbation, in sfb_init_perturbation()
224 sizeof(q->bins[slot].perturbation)); in sfb_init_perturbation()
325 sfbhash = siphash_1u32(salt, &q->bins[slot].perturbation); in sfb_enqueue()
327 sfbhash = skb_get_hash_perturb(skb, &q->bins[slot].perturbation); in sfb_enqueue()
364 &q->bins[slot].perturbation); in sfb_enqueue()
H A Dsch_sfq.c114 siphash_key_t perturbation; member
153 return skb_get_hash_perturb(skb, &q->perturbation) & (q->divisor - 1); in sfq_hash()
529 * When q->perturbation is changed, we rehash all queued skbs
616 q->perturbation = nkey; in sfq_perturbation()
748 get_random_bytes(&q->perturbation, sizeof(q->perturbation)); in sfq_change()
804 get_random_bytes(&q->perturbation, sizeof(q->perturbation)); in sfq_init()
H A Dsch_hhf.c129 siphash_key_t perturbation; /* hash perturbation */ member
268 hash = skb_get_hash_perturb(skb, &q->perturbation); in hhf_classify()
617 get_random_bytes(&q->perturbation, sizeof(q->perturbation)); in hhf_init()
/linux/tools/perf/Documentation/
H A Dperf-arm-spe.txt36 perturbation is also added to the sampling interval by default.