Home
last modified time | relevance | path

Searched refs:HH_FLOWS_CNT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dsch_hhf.c97 #define HH_FLOWS_CNT 1024 /* number of entries in exact-matching table T */ macro
484 for (i = 0; i < HH_FLOWS_CNT; i++) { in hhf_destroy()
604 q->hh_flows = kvcalloc(HH_FLOWS_CNT, sizeof(struct list_head), in hhf_init()
608 for (i = 0; i < HH_FLOWS_CNT; i++) in hhf_init()
612 q->hh_flows_limit = 2 * HH_FLOWS_CNT; in hhf_init()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_hhf.c97 #define HH_FLOWS_CNT 1024 /* number of entries in exact-matching table T */ macro
484 for (i = 0; i < HH_FLOWS_CNT; i++) { in hhf_destroy()
601 q->hh_flows = kvcalloc(HH_FLOWS_CNT, sizeof(struct list_head), in hhf_init()
605 for (i = 0; i < HH_FLOWS_CNT; i++) in hhf_init()
609 q->hh_flows_limit = 2 * HH_FLOWS_CNT; in hhf_init()

Completed in 3 milliseconds