Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvsi.c855 static long start_j = 0; in hvsi_write_worker() local
857 if (start_j == 0) in hvsi_write_worker()
858 start_j = jiffies; in hvsi_write_worker()
882 jiffies - start_j); in hvsi_write_worker()
883 start_j = 0; in hvsi_write_worker()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgvif.c6167 unsigned long start_j; in wl_set_ap_suspend() local
6214 start_j = get_jiffies_64(); in wl_set_ap_suspend()
6221 time_to_sleep -= jiffies_to_msecs(get_jiffies_64() - start_j); in wl_set_ap_suspend()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgvif.c6122 unsigned long start_j; in wl_set_ap_suspend() local
6169 start_j = get_jiffies_64(); in wl_set_ap_suspend()
6176 time_to_sleep -= jiffies_to_msecs(get_jiffies_64() - start_j); in wl_set_ap_suspend()