Searched refs:erofs_pcpubuf (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/erofs/
H A Dpcpubuf.c12 struct erofs_pcpubuf { struct
19 static DEFINE_PER_CPU(struct erofs_pcpubuf, erofs_pcb);
24 struct erofs_pcpubuf *pcb = &get_cpu_var(erofs_pcb);
40 struct erofs_pcpubuf *pcb = &per_cpu(erofs_pcb, smp_processor_id());
63 struct erofs_pcpubuf *pcb = &per_cpu(erofs_pcb, cpu);
122 struct erofs_pcpubuf *pcb = &per_cpu(erofs_pcb, cpu);
133 struct erofs_pcpubuf *pcb = &per_cpu(erofs_pcb, cpu);

Completed in 116 milliseconds