Searched refs:fd_timer (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/thermal/thermometer/ |
H A D | thermometer.c | 60 int fd_timer; member 395 thermometer->tz[i].fd_timer = timerfd_create(CLOCK_MONOTONIC, 0); in thermometer_start() 396 if (thermometer->tz[i].fd_timer < 0) { in thermometer_start() 408 if (timerfd_settime(thermometer->tz[i].fd_timer, 0, in thermometer_start() 412 if (mainloop_add(thermometer->tz[i].fd_timer, in thermometer_start()
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | ataflop.c | 455 static DEFINE_TIMER(fd_timer, check_change); 474 mod_timer(&fd_timer, jiffies + CHECK_CHANGE_DELAY); in start_check_change_timer() 1375 if (timer_pending(&fd_timer) && time_before(fd_timer.expires, jiffies + 5)) in finish_fdc_done() 1379 mod_timer(&fd_timer, jiffies + 5); in finish_fdc_done() 2114 del_timer_sync(&fd_timer); in atari_floppy_exit()
|
H A D | floppy.c | 1012 static DECLARE_DELAYED_WORK(fd_timer, fd_timer_workfn); 1017 cancel_delayed_work(&fd_timer); in cancel_activity() 1034 cancel_delayed_work(&fd_timer); in fd_watchdog() 1036 queue_delayed_work(floppy_wq, &fd_timer, HZ / 10); in fd_watchdog() 1042 cancel_delayed_work(&fd_timer); in main_command_interrupt() 1058 cancel_delayed_work(&fd_timer); in fd_wait_for_completion() 1060 queue_delayed_work(floppy_wq, &fd_timer, expires - jiffies); in fd_wait_for_completion() 1855 if (delayed_work_pending(&fd_timer)) in show_floppy() 1857 fd_timer.work.func, in show_floppy() 1858 fd_timer in show_floppy() [all...] |
/kernel/linux/linux-6.6/drivers/block/ |
H A D | ataflop.c | 458 static DEFINE_TIMER(fd_timer, check_change); 487 mod_timer(&fd_timer, jiffies + CHECK_CHANGE_DELAY); in start_check_change_timer() 1403 if (timer_pending(&fd_timer) && time_before(fd_timer.expires, jiffies + 5)) in finish_fdc_done() 1407 mod_timer(&fd_timer, jiffies + 5); in finish_fdc_done() 2052 del_timer_sync(&fd_timer); in atari_floppy_cleanup()
|
H A D | floppy.c | 1012 static DECLARE_DELAYED_WORK(fd_timer, fd_timer_workfn); 1017 cancel_delayed_work(&fd_timer); in cancel_activity() 1034 cancel_delayed_work(&fd_timer); in fd_watchdog() 1036 queue_delayed_work(floppy_wq, &fd_timer, HZ / 10); in fd_watchdog() 1042 cancel_delayed_work(&fd_timer); in main_command_interrupt() 1058 cancel_delayed_work(&fd_timer); in fd_wait_for_completion() 1060 queue_delayed_work(floppy_wq, &fd_timer, expires - jiffies); in fd_wait_for_completion() 1855 if (delayed_work_pending(&fd_timer)) in show_floppy() 1857 fd_timer.work.func, in show_floppy() 1858 fd_timer in show_floppy() [all...] |
Completed in 13 milliseconds