| /f-stack/freebsd/sys/ |
| H A D | times.h | 46 typedef __clock_t clock_t; typedef 51 clock_t tms_utime; /* User CPU time */ 52 clock_t tms_stime; /* System CPU time */ 53 clock_t tms_cutime; /* User CPU time of terminated child procs */ 54 clock_t tms_cstime; /* System CPU time of terminated child procs */ 61 clock_t times(struct tms *);
|
| H A D | types.h | 94 typedef __clock_t clock_t; typedef
|
| /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) 39 #define ddi_time_before(a, b) (typecheck(clock_t, a) && \ 40 typecheck(clock_t, b) && \
|
| H A D | condvar.h | 85 extern int __cv_timedwait(kcondvar_t *, kmutex_t *, clock_t); 86 extern int __cv_timedwait_io(kcondvar_t *, kmutex_t *, clock_t); 87 extern int __cv_timedwait_sig(kcondvar_t *, kmutex_t *, clock_t); 88 extern int __cv_timedwait_idle(kcondvar_t *, kmutex_t *, clock_t);
|
| H A D | taskq.h | 146 uint_t, clock_t);
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-condvar.c | 258 static clock_t 259 __cv_timedwait_common(kcondvar_t *cvp, kmutex_t *mp, clock_t expire_time, in __cv_timedwait_common() 264 clock_t time_left; in __cv_timedwait_common() 319 __cv_timedwait(kcondvar_t *cvp, kmutex_t *mp, clock_t exp_time) in __cv_timedwait() 327 __cv_timedwait_io(kcondvar_t *cvp, kmutex_t *mp, clock_t exp_time) in __cv_timedwait_io() 335 __cv_timedwait_sig(kcondvar_t *cvp, kmutex_t *mp, clock_t exp_time) in __cv_timedwait_sig() 345 __cv_timedwait_idle(kcondvar_t *cvp, kmutex_t *mp, clock_t exp_time) in __cv_timedwait_idle() 363 static clock_t
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | condvar.h | 114 cv_timedwait(kcondvar_t *cvp, kmutex_t *mp, clock_t timo) in cv_timedwait() 129 cv_timedwait_sig(kcondvar_t *cvp, kmutex_t *mp, clock_t timo) in cv_timedwait_sig()
|
| H A D | taskq.h | 91 uint_t, clock_t);
|
| H A D | time.h | 85 #define ddi_get_lbolt() (clock_t)ddi_get_lbolt64()
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | timefn.h | 68 typedef clock_t UTIL_time_t;
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zil_impl.h | 205 clock_t zl_replay_time; /* lbolt of when replay started */
|
| H A D | zfs_context.h | 329 extern int cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime); 507 clock_t); 611 extern void delay(clock_t ticks);
|
| H A D | arc_impl.h | 167 clock_t b_arc_access;
|
| H A D | vdev_impl.h | 136 clock_t ve_lastused;
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_taskq.c | 321 uint_t flags, clock_t expire_time) in taskq_dispatch_delay() 325 clock_t timo; in taskq_dispatch_delay()
|
| H A D | callb.c | 311 clock_t ret = 0; /* assume success */ in callb_generic_cpr()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | txg.c | 241 txg_thread_wait(tx_state_t *tx, callb_cpr_t *cpr, kcondvar_t *cv, clock_t time) in txg_thread_wait() 510 clock_t start, delta; in txg_sync_thread() 517 clock_t timeout = zfs_txg_timeout * hz; in txg_sync_thread() 518 clock_t timer; in txg_sync_thread()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | trace_arc.h | 60 __field(clock_t, hdr_access) 206 __field(clock_t, hdr_access)
|
| H A D | trace_zil.h | 55 __field(clock_t, zl_replay_time) \
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 351 cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime) in cv_timedwait() 356 clock_t delta; in cv_timedwait() 693 delay(clock_t ticks) in delay()
|
| H A D | taskq.c | 138 clock_t expire_time) in taskq_dispatch_delay()
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 76 static clock_t ZDICT_clockSpan(clock_t nPrevious) { return clock() - nPrevious; } in ZDICT_clockSpan() 530 clock_t displayClock = 0; in ZDICT_trainBuffer_legacy() 531 clock_t const refreshRate = CLOCKS_PER_SEC * 3 / 10; in ZDICT_trainBuffer_legacy()
|
| H A D | fastcover.c | 63 static const clock_t g_refreshRate = CLOCKS_PER_SEC * 15 / 100; 64 static clock_t g_time = 0;
|
| /f-stack/dpdk/app/test-flow-perf/ |
| H A D | main.c | 832 clock_t start_iter, end_iter; in destroy_flows() 898 clock_t start_iter, end_iter; in flows_handler()
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | zwrapbench.c | 84 static const clock_t refreshRate = CLOCKS_PER_SEC * 15 / 100; 85 static clock_t g_time = 0;
|