Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dsecondary.c236 nv_add_uint64(nvout, res->hr_secondary_localcnt, "localcnt"); in init_remote()
291 PJDLOG_ASSERT(res->hr_secondary_localcnt == 0); in init_remote()
323 (res->hr_secondary_localcnt > res->hr_primary_remotecnt && in init_remote()
326 (res->hr_secondary_localcnt == res->hr_primary_remotecnt && in init_remote()
329 (res->hr_secondary_localcnt == res->hr_primary_remotecnt && in init_remote()
341 if (res->hr_secondary_localcnt > res->hr_primary_remotecnt && in init_remote()
352 } else if (res->hr_secondary_localcnt > res->hr_primary_remotecnt && in init_remote()
376 PJDLOG_ASSERT(res->hr_secondary_localcnt < res->hr_primary_remotecnt || in init_remote()
382 if (res->hr_secondary_localcnt > res->hr_primary_remotecnt) { in init_remote()
392 (uintmax_t)res->hr_secondary_localcnt, in init_remote()
H A Dhast.h210 uint64_t hr_secondary_localcnt; member
H A Dprimary.c790 res->hr_secondary_localcnt = nv_get_uint64(nvin, "localcnt"); in init_remote()
801 PJDLOG_ASSERT(res->hr_secondary_localcnt == 0); in init_remote()
2050 res->hr_secondary_localcnt; in sync_thread()