Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dsecondary.c234 res->hr_primary_localcnt = nv_get_uint64(nvin, "localcnt"); in init_remote()
324 res->hr_secondary_remotecnt == res->hr_primary_localcnt) || in init_remote()
327 res->hr_secondary_remotecnt == res->hr_primary_localcnt) || in init_remote()
330 res->hr_secondary_remotecnt < res->hr_primary_localcnt)) { in init_remote()
342 res->hr_secondary_remotecnt == res->hr_primary_localcnt) { in init_remote()
353 res->hr_primary_localcnt > res->hr_secondary_remotecnt) { in init_remote()
377 res->hr_primary_localcnt < res->hr_secondary_remotecnt); in init_remote()
390 (uintmax_t)res->hr_primary_localcnt, in init_remote()
H A Dprimary.c562 res->hr_primary_localcnt = 0; in init_local()
747 nv_add_uint64(nvout, res->hr_primary_localcnt, "localcnt"); in init_remote()
803 if (res->hr_primary_localcnt == 0) { in init_remote()
807 res->hr_primary_localcnt++; in init_remote()
809 (uintmax_t)res->hr_primary_localcnt); in init_remote()
1196 if (res->hr_primary_localcnt == res->hr_secondary_remotecnt) { in write_complete()
1197 res->hr_primary_localcnt++; in write_complete()
1199 (uintmax_t)res->hr_primary_localcnt); in write_complete()
1316 res->hr_primary_localcnt == 0) { in ggate_recv_thread()
1318 res->hr_primary_localcnt = 1; in ggate_recv_thread()
[all …]
H A Dhast.h206 uint64_t hr_primary_localcnt; member