Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ocfs2/cluster/
H A Dtcp.c112 static struct o2net_handshake *o2net_hand; variable
1443 o2net_hand->o2hb_heartbeat_timeout_ms = cpu_to_be32( in o2net_initialize_handshake()
1446 o2net_hand->o2net_keepalive_delay_ms = cpu_to_be32( in o2net_initialize_handshake()
1448 o2net_hand->o2net_reconnect_delay_ms = cpu_to_be32( in o2net_initialize_handshake()
1464 (unsigned long long)be64_to_cpu(o2net_hand->connector_id)); in o2net_sc_connect_completed()
1467 o2net_sendpage(sc, o2net_hand, sizeof(*o2net_hand)); in o2net_sc_connect_completed()
1884 o2net_sendpage(sc, o2net_hand, sizeof(*o2net_hand)); in o2net_accept_one()
2095 if (!o2net_hand || !o2net_keep_req || !o2net_keep_resp) in o2net_init()
2099 o2net_hand->connector_id = cpu_to_be64(1); in o2net_init()
2123 kfree(o2net_hand); in o2net_init()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ocfs2/cluster/
H A Dtcp.c112 static struct o2net_handshake *o2net_hand; variable
1443 o2net_hand->o2hb_heartbeat_timeout_ms = cpu_to_be32( in o2net_initialize_handshake()
1446 o2net_hand->o2net_keepalive_delay_ms = cpu_to_be32( in o2net_initialize_handshake()
1448 o2net_hand->o2net_reconnect_delay_ms = cpu_to_be32( in o2net_initialize_handshake()
1464 (unsigned long long)be64_to_cpu(o2net_hand->connector_id)); in o2net_sc_connect_completed()
1467 o2net_sendpage(sc, o2net_hand, sizeof(*o2net_hand)); in o2net_sc_connect_completed()
1884 o2net_sendpage(sc, o2net_hand, sizeof(*o2net_hand)); in o2net_accept_one()
2095 if (!o2net_hand || !o2net_keep_req || !o2net_keep_resp) in o2net_init()
2099 o2net_hand->connector_id = cpu_to_be64(1); in o2net_init()
2123 kfree(o2net_hand); in o2net_init()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ocfs2/cluster/
H A Dtcp.c112 static struct o2net_handshake *o2net_hand; variable
1443 o2net_hand->o2hb_heartbeat_timeout_ms = cpu_to_be32( in o2net_initialize_handshake()
1446 o2net_hand->o2net_keepalive_delay_ms = cpu_to_be32( in o2net_initialize_handshake()
1448 o2net_hand->o2net_reconnect_delay_ms = cpu_to_be32( in o2net_initialize_handshake()
1464 (unsigned long long)be64_to_cpu(o2net_hand->connector_id)); in o2net_sc_connect_completed()
1467 o2net_sendpage(sc, o2net_hand, sizeof(*o2net_hand)); in o2net_sc_connect_completed()
1884 o2net_sendpage(sc, o2net_hand, sizeof(*o2net_hand)); in o2net_accept_one()
2095 if (!o2net_hand || !o2net_keep_req || !o2net_keep_resp) in o2net_init()
2099 o2net_hand->connector_id = cpu_to_be64(1); in o2net_init()
2123 kfree(o2net_hand); in o2net_init()
[all …]