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()28 static inline void pcpu_freelist_push_node(struct pcpu_freelist_head *head, in pcpu_freelist_push_node()35 static inline bool ___pcpu_freelist_push(struct pcpu_freelist_head *head, in ___pcpu_freelist_push()48 struct pcpu_freelist_head *head; in __pcpu_freelist_push()81 struct pcpu_freelist_head *head; in pcpu_freelist_populate()103 struct pcpu_freelist_head *head; in ___pcpu_freelist_pop()
10 struct pcpu_freelist_head { struct16 struct pcpu_freelist_head __percpu *freelist; argument