Home
last modified time | relevance | path

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

/linux/crypto/
A Dcryptd.c104 struct cryptd_cpu_queue *cpu_queue; in cryptd_init_queue() local
107 if (!queue->cpu_queue) in cryptd_init_queue()
110 cpu_queue = per_cpu_ptr(queue->cpu_queue, cpu); in cryptd_init_queue()
121 struct cryptd_cpu_queue *cpu_queue; in cryptd_fini_queue() local
124 cpu_queue = per_cpu_ptr(queue->cpu_queue, cpu); in cryptd_fini_queue()
125 BUG_ON(cpu_queue->queue.qlen); in cryptd_fini_queue()
127 free_percpu(queue->cpu_queue); in cryptd_fini_queue()
134 struct cryptd_cpu_queue *cpu_queue; in cryptd_enqueue_request() local
138 cpu_queue = this_cpu_ptr(queue->cpu_queue); in cryptd_enqueue_request()
164 struct cryptd_cpu_queue *cpu_queue; in cryptd_queue_worker() local
[all …]
/linux/drivers/xen/events/
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); in init_control_block()
277 struct evtchn_fifo_queue *q = &per_cpu(cpu_queue, cpu); in consume_one_event()

Completed in 9 milliseconds