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

/freebsd-current/sys/contrib/openzfs/cmd/zed/
H A Dzed.c30 static volatile sig_atomic_t _got_exit = 0; variable
40 _got_exit = 1;
280 } while (!_got_exit && zcp.do_idle);
282 if (_got_exit)
287 while (!_got_exit) {
303 if (zcp.do_idle && !_got_exit)

Completed in 114 milliseconds