Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dprimary.c230 #define ISMEMSYNC(hio) ((hio)->hio_replication == HAST_REPLICATION_MEMSYNC) macro
241 #define ISMEMSYNCWRITE(hio) (ISMEMSYNC(hio) && \
1355 if (ISMEMSYNC(hio)) { in ggate_recv_thread()