Searched refs:MV_INIT_DELAYED_WORK (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mvsas/ |
H A D | mv_sas.h | 61 #define MV_INIT_DELAYED_WORK(w, f, d) INIT_DELAYED_WORK(w, f) macro
|
H A D | mv_sas.c | 1927 MV_INIT_DELAYED_WORK(&mwq->work_q, mvs_work_queue, mwq); in mvs_handle_event()
|
/kernel/linux/linux-6.6/drivers/scsi/mvsas/ |
H A D | mv_sas.h | 61 #define MV_INIT_DELAYED_WORK(w, f, d) INIT_DELAYED_WORK(w, f) macro
|
H A D | mv_sas.c | 1757 MV_INIT_DELAYED_WORK(&mwq->work_q, mvs_work_queue, mwq); in mvs_handle_event()
|
Completed in 8 milliseconds