Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/sysdev/xive/
Dxive-internal.h39 void (*cleanup_queue)(unsigned int cpu, struct xive_cpu *xc, u8 prio); member
Dspapr.c645 .cleanup_queue = xive_spapr_cleanup_queue,
Dnative.c472 .cleanup_queue = xive_native_cleanup_queue,
Dcommon.c1298 xive_ops->cleanup_queue(cpu, xc, xive_irq_priority); in xive_cleanup_cpu_queues()
/Linux-v5.4/drivers/scsi/
Dscsi.c776 goto cleanup_queue; in init_scsi()
803 cleanup_queue: in init_scsi()
/Linux-v5.4/drivers/block/
Dsunvdc.c782 static void cleanup_queue(struct request_queue *q) in cleanup_queue() function
850 cleanup_queue(q); in probe_disk()
1085 cleanup_queue(port->disk->queue); in vdc_port_remove()
Dnull_blk_main.c1367 static void cleanup_queue(struct nullb_queue *nq) in cleanup_queue() function
1378 cleanup_queue(&nullb->queues[i]); in cleanup_queues()