Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/sysdev/xive/
Dxive-internal.h41 void (*cleanup_queue)(unsigned int cpu, struct xive_cpu *xc, u8 prio); member
Dnative.c453 .cleanup_queue = xive_native_cleanup_queue,
Dspapr.c593 .cleanup_queue = xive_spapr_cleanup_queue,
Dcommon.c1231 xive_ops->cleanup_queue(cpu, xc, xive_irq_priority); in xive_cleanup_cpu_queues()
/Linux-v4.19/drivers/scsi/
Dscsi.c799 goto cleanup_queue; in init_scsi()
826 cleanup_queue: in init_scsi()
/Linux-v4.19/drivers/block/
Dnull_blk_main.c1464 static void cleanup_queue(struct nullb_queue *nq) in cleanup_queue() function
1475 cleanup_queue(&nullb->queues[i]); in cleanup_queues()