Home
last modified time | relevance | path

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

/Linux-v5.4/fs/dlm/
Dlowcomms.c170 static void process_send_sockets(struct work_struct *work);
219 INIT_WORK(&con->swork, process_send_sockets); in __nodeid2con()
804 INIT_WORK(&othercon->swork, process_send_sockets); in tcp_accept_from_sock()
924 INIT_WORK(&othercon->swork, process_send_sockets); in sctp_accept_from_sock()
1611 static void process_send_sockets(struct work_struct *work) in process_send_sockets() function