Searched refs:fw_event_q_name (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_init.c | 314 snprintf(a->fw_event_q_name, ESAS2R_KOBJ_NAME_LEN, "esas2r/%d", in esas2r_init_adapter() 316 a->fw_event_q = create_singlethread_workqueue(a->fw_event_q_name); in esas2r_init_adapter()
|
H A D | esas2r.h | 932 char fw_event_q_name[ESAS2R_KOBJ_NAME_LEN]; member
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r_init.c | 314 snprintf(a->fw_event_q_name, ESAS2R_KOBJ_NAME_LEN, "esas2r/%d", in esas2r_init_adapter() 316 a->fw_event_q = create_singlethread_workqueue(a->fw_event_q_name); in esas2r_init_adapter()
|
H A D | esas2r.h | 932 char fw_event_q_name[ESAS2R_KOBJ_NAME_LEN]; member
|
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptbase.h | 732 char fw_event_q_name[MPT_KOBJ_NAME_LEN]; member
|
H A D | mptbase.c | 1998 snprintf(ioc->fw_event_q_name, MPT_KOBJ_NAME_LEN, "mpt/%d", ioc->id); in mpt_attach() 1999 ioc->fw_event_q = alloc_workqueue(ioc->fw_event_q_name, in mpt_attach()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptbase.h | 732 char fw_event_q_name[MPT_KOBJ_NAME_LEN]; member
|
H A D | mptbase.c | 1989 snprintf(ioc->fw_event_q_name, MPT_KOBJ_NAME_LEN, "mpt/%d", ioc->id); in mpt_attach() 1990 ioc->fw_event_q = alloc_workqueue(ioc->fw_event_q_name, in mpt_attach()
|
Completed in 34 milliseconds