Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc.h1239 struct timer_list cpuhp_poll_timer; member
Dlpfc_init.c11310 del_timer_sync(&phba->cpuhp_poll_timer); in __lpfc_cpuhp_remove()
11329 mod_timer(&phba->cpuhp_poll_timer, in lpfc_cpuhp_add()
13312 timer_setup(&phba->cpuhp_poll_timer, lpfc_sli4_poll_hbtimer, 0); in lpfc_pci_probe_one_s4()
Dlpfc_sli.c14621 struct lpfc_hba *phba = from_timer(phba, t, cpuhp_poll_timer); in lpfc_sli4_poll_hbtimer()
14630 mod_timer(&phba->cpuhp_poll_timer, in lpfc_sli4_poll_hbtimer()
14669 mod_timer(&phba->cpuhp_poll_timer, in lpfc_sli4_add_to_poll_list()
14687 del_timer_sync(&phba->cpuhp_poll_timer); in lpfc_sli4_remove_from_poll_list()