Home
last modified time | relevance | path

Searched refs:hand (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/cluster/
H A Dtcp.c1258 struct o2net_handshake *hand = page_address(sc->sc_page); in o2net_check_handshake() local
1261 if (hand->protocol_version != cpu_to_be64(O2NET_PROTOCOL_VERSION)) { in o2net_check_handshake()
1265 (unsigned long long)be64_to_cpu(hand->protocol_version), in o2net_check_handshake()
1278 if (be32_to_cpu(hand->o2net_idle_timeout_ms) != in o2net_check_handshake()
1283 be32_to_cpu(hand->o2net_idle_timeout_ms), in o2net_check_handshake()
1289 if (be32_to_cpu(hand->o2net_keepalive_delay_ms) != in o2net_check_handshake()
1294 be32_to_cpu(hand->o2net_keepalive_delay_ms), in o2net_check_handshake()
1300 if (be32_to_cpu(hand->o2hb_heartbeat_timeout_ms) != in o2net_check_handshake()
1305 be32_to_cpu(hand->o2hb_heartbeat_timeout_ms), in o2net_check_handshake()
1326 memmove(hand, han in o2net_check_handshake()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/cluster/
H A Dtcp.c1259 struct o2net_handshake *hand = page_address(sc->sc_page); in o2net_check_handshake() local
1262 if (hand->protocol_version != cpu_to_be64(O2NET_PROTOCOL_VERSION)) { in o2net_check_handshake()
1266 (unsigned long long)be64_to_cpu(hand->protocol_version), in o2net_check_handshake()
1279 if (be32_to_cpu(hand->o2net_idle_timeout_ms) != in o2net_check_handshake()
1284 be32_to_cpu(hand->o2net_idle_timeout_ms), in o2net_check_handshake()
1290 if (be32_to_cpu(hand->o2net_keepalive_delay_ms) != in o2net_check_handshake()
1295 be32_to_cpu(hand->o2net_keepalive_delay_ms), in o2net_check_handshake()
1301 if (be32_to_cpu(hand->o2hb_heartbeat_timeout_ms) != in o2net_check_handshake()
1306 be32_to_cpu(hand->o2hb_heartbeat_timeout_ms), in o2net_check_handshake()
1327 memmove(hand, han in o2net_check_handshake()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dcapability.h79 # error Fix up hand-coded capability macro initializers

Completed in 5 milliseconds