Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1557 if (mcip->mci_txn_cleanup_tid == 0) { in txn_cleanup_timer()
1562 mcip->mci_txn_cleanup_tid = 0; in txn_cleanup_timer()
1574 mcip->mci_txn_cleanup_tid = timeout(txn_cleanup_timer, mcip, in txn_cleanup_timer()
1584 if (mcip->mci_txn_cleanup_tid == 0) { in start_txn_cleanup_timer()
1585 mcip->mci_txn_cleanup_tid = timeout(txn_cleanup_timer, mcip, in start_txn_cleanup_timer()
1601 while ((tid = mcip->mci_txn_cleanup_tid) != 0) { in cancel_txn_cleanup_timer()
1602 mcip->mci_txn_cleanup_tid = 0; in cancel_txn_cleanup_timer()
2564 mcip->mci_txn_cleanup_tid = 0; in mac_protect_init()
2594 mcip->mci_txn_cleanup_tid = 0; in mac_protect_fini()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_impl.h200 timeout_id_t mci_txn_cleanup_tid; /* mci_protect_lock */ member