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

/linux-master/crypto/
H A Dcryptd.c46 struct cryptd_cpu_queue __percpu *cpu_queue; member in struct:cryptd_queue
104 struct cryptd_cpu_queue *cpu_queue; local
106 queue->cpu_queue = alloc_percpu(struct cryptd_cpu_queue);
107 if (!queue->cpu_queue)
110 cpu_queue = per_cpu_ptr(queue->cpu_queue, cpu);
111 crypto_init_queue(&cpu_queue->queue, max_cpu_qlen);
112 INIT_WORK(&cpu_queue->work, cryptd_queue_worker);
121 struct cryptd_cpu_queue *cpu_queue; local
124 cpu_queue
134 struct cryptd_cpu_queue *cpu_queue; local
164 struct cryptd_cpu_queue *cpu_queue; local
[all...]
/linux-master/drivers/xen/events/
H A Devents_fifo.c65 static DEFINE_PER_CPU(struct evtchn_fifo_queue, cpu_queue);
105 struct evtchn_fifo_queue *q = &per_cpu(cpu_queue, cpu);
277 struct evtchn_fifo_queue *q = &per_cpu(cpu_queue, cpu);

Completed in 99 milliseconds