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

/illumos-gate/usr/src/uts/sun4v/io/glvc/
H A Dglvc.c161 clock_t polling_interval; member in struct:glvc_soft_state
464 uint64_t polling_interval; local
481 polling_interval = (uint64_t)ddi_getprop(DDI_DEV_T_ANY,
484 DPRINTF(("glvc instance %d polling_interval = %lu\n",
485 instance, polling_interval));
486 softsp->polling_interval = drv_usectohz(polling_interval);
491 polling_interval =
495 DPRINTF(("glvc instance %d polling_interval = %lu\n",
496 instance, polling_interval));
[all...]

Completed in 46 milliseconds