HomeSort by: relevance | last modified time | path
    Searched defs:is_running (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/isc/
app.c 57 static atomic_bool is_running = 0; variable
371 REQUIRE(atomic_compare_exchange_strong_acq_rel(&is_running,
374 atomic_store_release(&is_running, false);
381 return (atomic_load_acquire(&is_running));
  /src/sys/dev/ic/
atw.c 303 is_running(struct ifnet *ifp) function
3965 if (is_running(ifp))
3988 if (is_running(ifp))
  /src/external/mpl/bind/dist/bin/named/
statschannel.c 1469 bool is_firstrefresh, is_running, is_deferred, is_presoa, is_pending; local
1482 if (dns_zone_getxfr(zone, &xfr, &is_firstrefresh, &is_running,
1494 if (!is_running && !is_deferred && !is_presoa && !is_pending &&
1504 if (is_running && xfr == NULL) {
1538 if (is_running) {
1557 if (is_running) {
1581 ISC_XMLCHAR(is_running && needs_refresh ? "Yes" : "No")));
1585 if (is_running) {
1599 if (is_running) {
1617 if (is_running || is_presoa)
2551 bool is_firstrefresh, is_running, is_deferred, is_presoa, is_pending; local
    [all...]

Completed in 31 milliseconds