Home
last modified time | relevance | path

Searched refs:boot_work (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/mfd/
H A Dcs42l43.h88 struct work_struct boot_work; member
/linux/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c827 int boot_work, status; in beiscsi_boot_process_compl() local
843 boot_work = 1; in beiscsi_boot_process_compl()
878 boot_work = 0; in beiscsi_boot_process_compl()
904 boot_work = 0; in beiscsi_boot_process_compl()
909 if (!boot_work) { in beiscsi_boot_process_compl()
914 schedule_work(&phba->boot_work); in beiscsi_boot_process_compl()
H A Dbe_main.h391 struct work_struct boot_work; member
H A Dbe_main.c4918 schedule_work(&phba->boot_work); in beiscsi_start_boot_work()
5142 container_of(work, struct beiscsi_hba, boot_work); in beiscsi_boot_work()
5179 schedule_work(&phba->boot_work); in beiscsi_boot_work()
5407 cancel_work_sync(&phba->boot_work); in beiscsi_disable_port()
5680 INIT_WORK(&phba->boot_work, beiscsi_boot_work); in beiscsi_dev_probe()