Home
last modified time | relevance | path

Searched refs:jiffies (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtimer.h33 #define lbolt ((clock_t)jiffies)
36 #define ddi_get_lbolt() ((clock_t)jiffies)
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c103 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 Dvchi_bsd.h366 #define jiffies _jiffies() macro
368 #define jiffies ticks macro
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_api_cmd.c323 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 Dhinic_pmd_hwif.c314 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 Dhinic_pmd_cmdq.c379 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 Dhinic_compat.h185 #define jiffies clock_gettime_ms() macro
H A Dhinic_pmd_mgmt.c728 end = jiffies + msecs_to_jiffies(timeout); in hinic_aeq_poll_msg()
747 } while (time_before(jiffies, end)); in hinic_aeq_poll_msg()
H A Dhinic_pmd_hwdev.c468 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 Dspl-condvar.c233 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 Dspl-generic.c742 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 Dspl-taskq.c233 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 Dspl-kmem-cache.c283 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 Dblkdev_compat.h526 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 Dkni_net.c280 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 Dzfs_vfsops.c1519 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 Dzpl_inode.c70 dentry->d_time = jiffies; in zpl_lookup()
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1896 arm_state->suspend_timer.expires = jiffies + in start_suspend_timer()