Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dn2_core.c69 static struct spu_queue **cpu_to_mau; variable
1932 cpu_to_mau = kzalloc(sizeof(struct spu_queue *) * NR_CPUS, in grab_global_resources()
1934 if (!cpu_to_mau) in grab_global_resources()
1964 kfree(cpu_to_mau); in release_global_resources()
1965 cpu_to_mau = NULL; in release_global_resources()
2157 cpu_to_mau); in n2_mau_probe()