HomeSort by relevance Sort by last modified time
    Searched defs:lbolt (Results 1 - 11 of 11) sorted by null

  /netvirt/usr/src/uts/intel/io/dktp/hba/ghd/
ghd_waitq.c 355 clock_t lbolt, delay_in_hz, time_to_wait; local
360 lbolt = ddi_get_lbolt();
362 (lbolt - cccp->ccc_waitq_freezetime);
ghd_timer.c 178 ulong_t lbolt; local
181 lbolt = ddi_get_lbolt();
188 (lbolt - gcmdp->cmd_start_time >= gcmdp->cmd_timeout)) {
246 clock_t lbolt, delay_in_hz; local
262 lbolt = ddi_get_lbolt();
283 (lbolt - cccp->ccc_waitq_freezetime);
672 ulong_t lbolt; local
677 lbolt = ddi_get_lbolt();
681 (lbolt - gcmdp->cmd_start_time >= gcmdp->cmd_timeout))
870 ulong_t lbolt; local
    [all...]
  /netvirt/usr/src/uts/common/io/nxge/
nxge_fzc.c 466 clock_t lbolt; local
503 (void) drv_getparm(LBOLT, &lbolt);
504 rs = npi_rxdma_cfg_red_rand_init(handle, (uint16_t)lbolt);
  /netvirt/usr/src/cmd/mdb/common/modules/nca/
nca.c 441 clock_t lbolt, first_exec = 0; local
468 if (mdb_readvar(&lbolt, "lbolt") == -1) {
469 mdb_warn("cannot read symbol lbolt");
481 mdb_printf(" %ld", tick2msec(tb.exec - lbolt));
    [all...]
  /netvirt/usr/src/uts/common/os/
kstat_fr.c 157 kstat_named_t lbolt; member in struct:__anon4888
168 { "lbolt", KSTAT_DATA_UINT32 },
844 system_misc_kstat.lbolt.value.ui32 = (uint32_t)lbolt;
846 system_misc_kstat.clk_intr.value.ui32 = (uint32_t)lbolt;
    [all...]
clock.c 242 volatile clock_t lbolt; /* time in Hz since last boot */ variable
545 * don't need a lock to protect lbolt.
547 lbolt++;
    [all...]
  /netvirt/usr/src/lib/libzpool/common/sys/
zfs_context.h 426 #define lbolt (gethrtime() >> 23) macro
428 #define hz 119 /* frequency when using gethrtime() >> 23 for lbolt */
  /netvirt/usr/src/uts/common/io/
pcic.c 6424 clock_t lbolt; local
6689 clock_t lbolt; local
    [all...]
  /netvirt/usr/src/cmd/mdb/common/modules/genunix/
genunix.c 465 clock_t lbolt; local
475 lbolt_sym = "lbolt";
480 if (mdb_readvar(&lbolt, lbolt_sym) == -1) {
522 co_callout.c_runtime - lbolt);
2173 clock_t lbolt; local
2359 clock_t lbolt; local
    [all...]
  /netvirt/usr/src/uts/common/inet/nca/
nca.h 156 clock_t sq_iwait; /* lbolt after nointr() */
157 clock_t sq_pwait; /* lbolt after pause() */
233 * the ti_t members lbolt1, lbolt2, and lbolt3. Each lbolt is an absolute
234 * lbolt value with lbolt1 <= lbolt2 <= lbolt3.
254 clock_t exec; /* te_t lbolt exec value for bucket */
275 #define NCA_TI_NONE 0 /* no lbolt */
290 * Each of the phases have a seperate timer fire lbolt represented by the
291 * the members lbolt1, lbolt2, and lbolt3, each is an absolute lbolt value
296 clock_t lbolt1; /* phase1 lbolt value (0 = NONE) */
297 clock_t lbolt2; /* phase2 lbolt value *
1101 clock_t lbolt; member in struct:connp_s
    [all...]
  /netvirt/usr/src/uts/sun4u/cpu/
us3_common.c 607 clock_t lbolt; /* when recovery started */ member in struct:cheetah_livelock_entry
909 CHEETAH_LIVELOCK_ENTRY_SET(histp, lbolt, lbolt);
    [all...]

Completed in 3889 milliseconds