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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c915 * fcp_watchdog_init
945 static int fcp_watchdog_init = 0; variable
9995 if (fcp_watchdog_init++ == 0) {
10206 * we call increment fcp_watchdog_init. Therefore, we know if
10208 * fcp_watchdog_init or possibly call untimeout.
10212 if (--fcp_watchdog_init == 0) {
10317 if (--fcp_watchdog_init == 0) {
12200 if (fcp_watchdog_init++ == 0) {
13782 if (fcp_watchdog_init > 0) {

Completed in 75 milliseconds