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

/linux-master/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c39 static struct wq_table_entry __percpu *wq_table; variable in typeref:struct:__percpu
43 struct wq_table_entry *entry = per_cpu_ptr(wq_table, cpu);
60 struct wq_table_entry *entry = per_cpu_ptr(wq_table, cpu);
74 struct wq_table_entry *entry = per_cpu_ptr(wq_table, cpu);
82 struct wq_table_entry *entry = per_cpu_ptr(wq_table, cpu);
716 free_percpu(wq_table);
726 wq_table = alloc_percpu(struct wq_table_entry);
727 if (!wq_table)
731 entry = per_cpu_ptr(wq_table, cpu);

Completed in 88 milliseconds