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 bool ___pcpu_freelist_push(struct pcpu_freelist_head *head, in ___pcpu_freelist_push()50 struct pcpu_freelist_head *head; in __pcpu_freelist_push()89 struct pcpu_freelist_head *head; in pcpu_freelist_populate()111 struct pcpu_freelist_head *head; in ___pcpu_freelist_pop()
10 struct pcpu_freelist_head { struct16 struct pcpu_freelist_head __percpu *freelist; argument17 struct pcpu_freelist_head extralist;