Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c10523 uint_t aelta_ref; member
10529 ASSERT3U(task->aelta_ref, ==, 0); in ahci_em_led_task_free()
10576 led->aelta_ref--; in ahci_em_led_task()
10577 if (led->aelta_ref > 0) { in ahci_em_led_task()
10796 task->aelta_ref = 2; in ahci_em_ioctl_set()
10806 while (task->aelta_ref > 1) { in ahci_em_ioctl_set()
10820 task->aelta_ref--; in ahci_em_ioctl_set()
10821 cleanup = (task->aelta_ref == 0); in ahci_em_ioctl_set()