Home
last modified time | relevance | path

Searched refs:polling_period (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.c353 tzp->polling_period = 0; in tzmon_free_zone_list()
498 tzp->polling_period = 0; in tzmon_enumerate_zone()
501 tzp->polling_period = TZ_DEFAULT_PERIOD; in tzmon_enumerate_zone()
503 tzp->polling_period = tzp->tzp/10; in tzmon_enumerate_zone()
514 tzp->polling_period = 0; in tzmon_enumerate_zone()
591 ticks = drv_usectohz(tzp->polling_period * 1000000); in tzmon_monitor()
H A Dtzmon.h59 int polling_period; member