Home
last modified time | relevance | path

Searched refs:cpuhp_poll_timer (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc.h1537 struct timer_list cpuhp_poll_timer; member
H A Dlpfc_init.c12743 timer_delete_sync(&phba->cpuhp_poll_timer); in __lpfc_cpuhp_remove()
12763 mod_timer(&phba->cpuhp_poll_timer, in lpfc_cpuhp_add()
14877 timer_setup(&phba->cpuhp_poll_timer, lpfc_sli4_poll_hbtimer, 0); in lpfc_pci_probe_one_s4()
H A Dlpfc_sli.c15721 struct lpfc_hba *phba = timer_container_of(phba, t, cpuhp_poll_timer); in lpfc_sli4_poll_hbtimer()
15729 mod_timer(&phba->cpuhp_poll_timer, in lpfc_sli4_poll_hbtimer()
15741 mod_timer(&phba->cpuhp_poll_timer, in lpfc_sli4_add_to_poll_list()
15759 timer_delete_sync(&phba->cpuhp_poll_timer); in lpfc_sli4_remove_from_poll_list()