Searched refs:glue (Results 1 – 8 of 8) sorted by relevance
239 struct irq_glue *glue; in free_irq_cpu_rmap() local247 if (glue) in free_irq_cpu_rmap()265 struct irq_glue *glue = in irq_cpu_rmap_notify() local269 rc = cpu_rmap_update(glue->rmap, glue->index, mask); in irq_cpu_rmap_notify()283 glue->rmap->obj[glue->index] = NULL; in irq_cpu_rmap_release()285 kfree(glue); in irq_cpu_rmap_release()312 struct irq_glue *glue = kzalloc(sizeof(*glue), GFP_KERNEL); in irq_cpu_rmap_add() local315 if (!glue) in irq_cpu_rmap_add()319 glue->rmap = rmap; in irq_cpu_rmap_add()325 glue->index = rc; in irq_cpu_rmap_add()[all …]
4 libblake2s-arm-y := blake2s-core.o blake2s-glue.o7 chacha-neon-y := chacha-scalar-core.o chacha-glue.o11 poly1305-arm-y := poly1305-core.o poly1305-glue.o
4 chacha-p10-crypto-y := chacha-p10-glue.o chacha-p10le-8x.o7 poly1305-p10-crypto-y := poly1305-p10-glue.o poly1305-p10le_64.o
4 chacha-neon-y := chacha-neon-core.o chacha-neon-glue.o7 poly1305-neon-y := poly1305-core.o poly1305-glue.o
4 chacha-mips-y := chacha-core.o chacha-glue.o8 poly1305-mips-y := poly1305-core.o poly1305-glue.o
4 chacha_s390-y := chacha-glue.o chacha-s390.o
4 chacha-riscv64-y := chacha-riscv64-glue.o chacha-riscv64-zvkb.o
4 libblake2s-x86_64-y := blake2s-core.o blake2s-glue.o
Completed in 10 milliseconds