Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dcls_u32.c60 u32 __percpu *pcpu_success; member
144 __this_cpu_inc(*n->pcpu_success); in u32_classify()
403 free_percpu(n->pcpu_success); in u32_destroy_key()
831 new->pcpu_success = n->pcpu_success; in u32_init_knode()
1053 n->pcpu_success = alloc_percpu(u32); in u32_change()
1054 if (!n->pcpu_success) { in u32_change()
1096 free_percpu(n->pcpu_success); in u32_change()
1325 __u32 cnt = *per_cpu_ptr(n->pcpu_success, cpum); in u32_dump()