Searched defs:resolution (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/eqn/
H A Dglob.c25 int resolution = 720; /* resolution of ditroff */ variable
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c577 txg_delay(dsl_pool_t *dp, uint64_t txg, hrtime_t delay, hrtime_t resolution) argument
596 &tx->tx_sync_lock, delay, resolution, 0);
/illumos-gate/usr/src/uts/sun4/io/
H A Dcbe.c269 hrtime_t resolution = NANOSEC / sys_tick_freq; local
291 * which exceeds 1 GHz), we'll specify the minimum resolution,
294 if (resolution == 0)
295 resolution = 1;
298 cyclic_init(&cbe, resolution);
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dpapi.h110 } resolution; member in union:__anon4313
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c138 * - appended, if the callout list is a 1-nanosecond resolution
143 * resolution callout lists as we will seldom find a match in
148 * 1-nanosecond resolution callout list. This also has the
328 * This is a 1-nanosecond resolution callout. We will rarely
337 * If we have reached a 1-nanosecond resolution callout list,
823 * This is to prevent high resolution timers from swamping the system
981 hrtime_t expiration, hrtime_t resolution, int flags)
990 ASSERT(resolution > 0);
1053 if (resolution > 1) {
1055 * Align expiration to the specified resolution
980 timeout_generic(int type, void (*func)(void *), void *arg, hrtime_t expiration, hrtime_t resolution, int flags) argument
[all...]
H A Dcyclic.c43 * Starting in about 1994, chip architectures began specifying high resolution
45 * (UltraSPARC, PentiumPro, MIPS, PowerPC, Alpha) have high resolution
56 * resolution values of time.
61 * arbitrarily high resolution, per-CPU interval timers (to avoid colliding
3121 cyclic_init(cyc_backend_t *be, hrtime_t resolution) argument
3125 CYC_PTRACE("init", be, resolution);
3126 cyclic_resolution = resolution;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1422 int resolution; local
1451 resolution = (*pops->psm_clkinit)(0);
1452 if (resolution != 0) {
1454 return (resolution);
1462 resolution = (*pops->psm_clkinit)(hz);
1468 return (resolution);

Completed in 86 milliseconds