Searched refs:cpu_queue (Results 1 – 4 of 4) sorted by relevance
99 struct cryptd_cpu_queue *cpu_queue; in cryptd_init_queue() local102 if (!queue->cpu_queue) in cryptd_init_queue()105 cpu_queue = per_cpu_ptr(queue->cpu_queue, cpu); in cryptd_init_queue()116 struct cryptd_cpu_queue *cpu_queue; in cryptd_fini_queue() local119 cpu_queue = per_cpu_ptr(queue->cpu_queue, cpu); in cryptd_fini_queue()120 BUG_ON(cpu_queue->queue.qlen); in cryptd_fini_queue()122 free_percpu(queue->cpu_queue); in cryptd_fini_queue()129 struct cryptd_cpu_queue *cpu_queue; in cryptd_enqueue_request() local133 cpu_queue = this_cpu_ptr(queue->cpu_queue); in cryptd_enqueue_request()159 struct cryptd_cpu_queue *cpu_queue; in cryptd_queue_worker() local[all …]
65 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()279 struct evtchn_fifo_queue *q = &per_cpu(cpu_queue, cpu); in consume_one_event()
129745 ffff8000118cd4f8 d cpu_queue
Completed in 343 milliseconds