Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dcls_u32.c64 u32 __percpu *pcpu_success; member
140 __this_cpu_inc(*n->pcpu_success); in u32_classify()
369 free_percpu(n->pcpu_success); in u32_destroy_key()
715 new->pcpu_success = n->pcpu_success; in u32_init_knode()
852 n->pcpu_success = alloc_percpu(u32); in u32_change()
853 if (!n->pcpu_success) { in u32_change()
886 free_percpu(n->pcpu_success); in u32_change()
993 __u32 cnt = *per_cpu_ptr(n->pcpu_success, cpum); in u32_dump()