Searched refs:hand (Results 1 – 3 of 3) sorted by relevance
24 between CPUs. On the other hand, the stats are very useful for41 bouncing between CPUs. On the other hand, the histogram may be
1273 struct o2net_handshake *hand = page_address(sc->sc_page); in o2net_check_handshake() local1276 if (hand->protocol_version != cpu_to_be64(O2NET_PROTOCOL_VERSION)) { in o2net_check_handshake()1280 (unsigned long long)be64_to_cpu(hand->protocol_version), in o2net_check_handshake()1293 if (be32_to_cpu(hand->o2net_idle_timeout_ms) != in o2net_check_handshake()1298 be32_to_cpu(hand->o2net_idle_timeout_ms), in o2net_check_handshake()1304 if (be32_to_cpu(hand->o2net_keepalive_delay_ms) != in o2net_check_handshake()1309 be32_to_cpu(hand->o2net_keepalive_delay_ms), in o2net_check_handshake()1315 if (be32_to_cpu(hand->o2hb_heartbeat_timeout_ms) != in o2net_check_handshake()1320 be32_to_cpu(hand->o2hb_heartbeat_timeout_ms), in o2net_check_handshake()1341 memmove(hand, hand + 1, sc->sc_page_off); in o2net_check_handshake()
35 bouncing between CPUs. On the other hand, the histogram may be