Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xive/
H A Dxive-internal.h46 void (*cleanup_queue)(unsigned int cpu, struct xive_cpu *xc, u8 prio); member
H A Dnative.c474 .cleanup_queue = xive_native_cleanup_queue,
H A Dspapr.c679 .cleanup_queue = xive_spapr_cleanup_queue,
H A Dcommon.c1332 xive_ops->cleanup_queue(cpu, xc, xive_irq_priority); in xive_cleanup_cpu_queues()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi.c761 goto cleanup_queue; in init_scsi()
788 cleanup_queue: in init_scsi()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dsunvdc.c783 static void cleanup_queue(struct request_queue *q) in cleanup_queue() function
851 cleanup_queue(q); in probe_disk()
1086 cleanup_queue(port->disk->queue); in vdc_port_remove()
H A Dnull_blk_main.c1512 static void cleanup_queue(struct nullb_queue *nq) in cleanup_queue() function
1523 cleanup_queue(&nullb->queues[i]); in cleanup_queues()