Searched refs:pcpu_freelist_head (Results 1 – 2 of 2) sorted by relevance
10 s->freelist = alloc_percpu(struct pcpu_freelist_head); in pcpu_freelist_init()15 struct pcpu_freelist_head *head = per_cpu_ptr(s->freelist, cpu); in pcpu_freelist_init()30 static inline void pcpu_freelist_push_node(struct pcpu_freelist_head *head, in pcpu_freelist_push_node()37 static inline void ___pcpu_freelist_push(struct pcpu_freelist_head *head, in ___pcpu_freelist_push()64 struct pcpu_freelist_head *head; in ___pcpu_freelist_push_nmi()102 struct pcpu_freelist_head *head; in pcpu_freelist_populate()123 struct pcpu_freelist_head *head; in ___pcpu_freelist_pop()155 struct pcpu_freelist_head *head; in ___pcpu_freelist_pop_nmi()
9 struct pcpu_freelist_head { struct15 struct pcpu_freelist_head __percpu *freelist; argument16 struct pcpu_freelist_head extralist;