Home
last modified time | relevance | path

Searched refs:fcoe_wq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H A Dfcoe.c64 static struct workqueue_struct *fcoe_wq; variable
2083 queue_work(fcoe_wq, &port->destroy_work); in fcoe_destroy()
2475 fcoe_wq = alloc_workqueue("fcoe", 0, 0); in fcoe_init()
2476 if (!fcoe_wq) in fcoe_init()
2509 destroy_workqueue(fcoe_wq); in fcoe_init()
2536 queue_work(fcoe_wq, &port->destroy_work); in fcoe_exit()
2547 * can take care of them. Just kill the fcoe_wq. in fcoe_exit()
2549 destroy_workqueue(fcoe_wq); in fcoe_exit()
2553 * destroys are done on the fcoe_wq. destroy_workqueue will in fcoe_exit()
2554 * enusre the fcoe_wq i in fcoe_exit()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H A Dfcoe.c64 static struct workqueue_struct *fcoe_wq; variable
2069 queue_work(fcoe_wq, &port->destroy_work); in fcoe_destroy()
2461 fcoe_wq = alloc_workqueue("fcoe", 0, 0); in fcoe_init()
2462 if (!fcoe_wq) in fcoe_init()
2496 destroy_workqueue(fcoe_wq); in fcoe_init()
2523 queue_work(fcoe_wq, &port->destroy_work); in fcoe_exit()
2534 * can take care of them. Just kill the fcoe_wq. in fcoe_exit()
2536 destroy_workqueue(fcoe_wq); in fcoe_exit()
2540 * destroys are done on the fcoe_wq. destroy_workqueue will in fcoe_exit()
2541 * enusre the fcoe_wq i in fcoe_exit()
[all...]

Completed in 7 milliseconds