Searched refs:wd_timer (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_main.c313 device->wd_timer = timeout(heci_wd_timer, device, 1);
386 if (dev->wd_timer)
387 (void) untimeout(dev->wd_timer);
1452 if (device->wd_timer)
1453 (void) untimeout(device->wd_timer);
1531 device->wd_timer = timeout(heci_wd_timer, device, 1);
H A Dheci_data_structures.h519 timeout_id_t wd_timer; member in struct:iamt_heci_device
H A Dheci_intr.c1583 dev->wd_timer = timeout(heci_wd_timer, data, 2 * HZ);
1588 dev->wd_timer = timeout(heci_wd_timer, data, 2 * HZ);
1636 dev->wd_timer = timeout(heci_wd_timer, data, 2 * HZ);
H A Dio_heci.c469 dev->wd_timer = timeout(heci_wd_timer, dev, 1);

Completed in 68 milliseconds