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

/linux-4.1.27/drivers/crypto/
H A Dn2_core.c68 static struct spu_queue **cpu_to_cwq; variable in typeref:struct:spu_queue
539 qp = cpu_to_cwq[cpu]; n2_do_async_digest()
983 qp = cpu_to_cwq[get_cpu()]; n2_do_ecb()
1038 qp = cpu_to_cwq[get_cpu()]; n2_do_chaining()
1720 if (cpu_to_cwq[i] == p) list_for_each_entry_safe()
1721 cpu_to_cwq[i] = NULL; list_for_each_entry_safe()
1927 cpu_to_cwq = kzalloc(sizeof(struct spu_queue *) * NR_CPUS, grab_global_resources()
1929 if (!cpu_to_cwq) grab_global_resources()
1946 kfree(cpu_to_cwq); grab_global_resources()
1947 cpu_to_cwq = NULL; grab_global_resources()
1961 kfree(cpu_to_cwq); release_global_resources()
1962 cpu_to_cwq = NULL; release_global_resources()
2045 cpu_to_cwq); n2_crypto_probe()

Completed in 69 milliseconds