| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | timer.h | 33 #define lbolt ((clock_t)jiffies) 36 #define ddi_get_lbolt() ((clock_t)jiffies)
|
| /f-stack/freebsd/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.c | 103 callout_reset(&t->callout, expires - jiffies, run_timer, t); in vchiq_mod_timer() 233 start = jiffies; in wait_for_completion_interruptible_timeout() 240 now = jiffies; in wait_for_completion_interruptible_timeout()
|
| H A D | vchi_bsd.h | 366 #define jiffies _jiffies() macro 368 #define jiffies ticks macro
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_api_cmd.c | 323 end = jiffies + msecs_to_jiffies(API_CMD_TIMEOUT); in wait_for_status_poll() 334 } while (time_before(jiffies, end)); in wait_for_status_poll() 454 end = jiffies + msecs_to_jiffies(API_CMD_TIMEOUT); in api_cmd_hw_restart() 465 } while (time_before(jiffies, end)); in api_cmd_hw_restart() 560 end = jiffies + msecs_to_jiffies(API_CMD_TIMEOUT); in wait_for_ready_chain() 575 } while (time_before(jiffies, end)); in wait_for_ready_chain()
|
| H A D | hinic_pmd_hwif.c | 314 end = jiffies + in wait_until_doorbell_flush_states() 322 } while (time_before(jiffies, end)); in wait_until_doorbell_flush_states() 333 end = jiffies + in wait_until_doorbell_and_outbound_enabled() 344 } while (time_before(jiffies, end)); in wait_until_doorbell_and_outbound_enabled()
|
| H A D | hinic_pmd_cmdq.c | 379 end = jiffies + msecs_to_jiffies(WAIT_CMDQ_ENABLE_TIMEOUT); in wait_cmdqs_enable() 384 } while (time_before(jiffies, end)); in wait_cmdqs_enable() 743 end = jiffies + msecs_to_jiffies(timeout); in hinic_cmdq_poll_msg() 752 } while (time_before(jiffies, end)); in hinic_cmdq_poll_msg()
|
| H A D | hinic_compat.h | 185 #define jiffies clock_gettime_ms() macro
|
| H A D | hinic_pmd_mgmt.c | 728 end = jiffies + msecs_to_jiffies(timeout); in hinic_aeq_poll_msg() 747 } while (time_before(jiffies, end)); in hinic_aeq_poll_msg()
|
| H A D | hinic_pmd_hwdev.c | 468 end = jiffies + msecs_to_jiffies(HINIC_FLR_TIMEOUT); in wait_for_flr_finish() 476 } while (time_before(jiffies, end)); in wait_for_flr_finish() 495 end = jiffies + msecs_to_jiffies(HINIC_WAIT_CMDQ_IDLE_TIMEOUT); in wait_cmdq_stop() 510 } while (time_before(jiffies, end)); in wait_cmdq_stop()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-condvar.c | 233 long expire_time = jiffies + time_left; in spl_io_schedule_timeout() 248 time_left = expire_time - jiffies; in spl_io_schedule_timeout() 272 time_left = expire_time - jiffies; in __cv_timedwait_common()
|
| H A D | spl-generic.c | 742 if (jiffies != 0) { in spl_random_init() 743 s[0] = jiffies; in spl_random_init() 744 s[1] = ~0 - jiffies; in spl_random_init()
|
| H A D | spl-taskq.c | 233 t->tqent_birth = jiffies; in task_expire_impl() 614 t->tqent_birth = jiffies; in taskq_dispatch() 729 t->tqent_birth = jiffies; in taskq_dispatch_ent() 1261 if (t && time_after(jiffies, t->tqent_birth + 5*HZ)) { in param_set_taskq_kick()
|
| H A D | spl-kmem-cache.c | 283 sks->sks_age = jiffies; in spl_slab_alloc() 937 sks->sks_age = jiffies; in spl_cache_obj() 1202 sks->sks_age = jiffies; in spl_cache_shrink()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | blkdev_compat.h | 526 unsigned long start_time = jiffies; in blk_generic_start_io_acct() 530 unsigned long start_time = jiffies; in blk_generic_start_io_acct()
|
| /f-stack/dpdk/kernel/linux/kni/ |
| H A D | kni_net.c | 280 dev->trans_start = jiffies; in kni_net_tx() 634 pr_debug("Transmit timeout at %ld, latency %ld\n", jiffies, in kni_net_tx_timeout() 635 jiffies - dev_trans_start(dev)); in kni_net_tx_timeout()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_vfsops.c | 1519 zfsvfs->z_snap_defer_time = jiffies; in zfs_domount() 1836 zfsvfs->z_rollback_time = jiffies; in zfs_resume_fs() 1947 if (time_after(jiffies, zfsvfs->z_snap_defer_time + in zfs_exit_fs() 1949 zfsvfs->z_snap_defer_time = jiffies; in zfs_exit_fs()
|
| H A D | zpl_inode.c | 70 dentry->d_time = jiffies; in zpl_lookup()
|
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_arm.c | 1896 arm_state->suspend_timer.expires = jiffies + in start_suspend_timer()
|