Searched refs:ISMEMSYNC (Results 1 – 1 of 1) sorted by relevance
230 #define ISMEMSYNC(hio) ((hio)->hio_replication == HAST_REPLICATION_MEMSYNC) macro241 #define ISMEMSYNCWRITE(hio) (ISMEMSYNC(hio) && \1355 if (ISMEMSYNC(hio)) { in ggate_recv_thread()