keep_alive_timer 1839 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c struct hclgevf_dev *hdev = from_timer(hdev, t, keep_alive_timer); keep_alive_timer 1842 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c mod_timer(&hdev->keep_alive_timer, jiffies + keep_alive_timer 2189 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c mod_timer(&hdev->keep_alive_timer, jiffies + keep_alive_timer 2205 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c del_timer_sync(&hdev->keep_alive_timer); keep_alive_timer 2235 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c if (hdev->keep_alive_timer.function) keep_alive_timer 2236 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c del_timer_sync(&hdev->keep_alive_timer); keep_alive_timer 2808 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c timer_setup(&hdev->keep_alive_timer, hclgevf_keep_alive_timer, 0); keep_alive_timer 288 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h struct timer_list keep_alive_timer; keep_alive_timer 438 drivers/staging/wusbcore/devconnect.c struct wusbhc *wusbhc = container_of(dw, struct wusbhc, keep_alive_timer); keep_alive_timer 444 drivers/staging/wusbcore/devconnect.c queue_delayed_work(wusbd, &wusbhc->keep_alive_timer, keep_alive_timer 982 drivers/staging/wusbcore/devconnect.c INIT_DELAYED_WORK(&wusbhc->keep_alive_timer, wusbhc_keep_alive_run); keep_alive_timer 1029 drivers/staging/wusbcore/devconnect.c queue_delayed_work(wusbd, &wusbhc->keep_alive_timer, keep_alive_timer 1057 drivers/staging/wusbcore/devconnect.c cancel_delayed_work_sync(&wusbhc->keep_alive_timer); keep_alive_timer 66 drivers/staging/wusbcore/wusbhc.c cancel_delayed_work(&wusbhc->keep_alive_timer); keep_alive_timer 68 drivers/staging/wusbcore/wusbhc.c queue_delayed_work(wusbd, &wusbhc->keep_alive_timer, keep_alive_timer 254 drivers/staging/wusbcore/wusbhc.h struct delayed_work keep_alive_timer;