Home
last modified time | relevance | path

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

/Linux-v4.19/fs/dlm/
Dlowcomms.c172 static void process_send_sockets(struct work_struct *work);
221 INIT_WORK(&con->swork, process_send_sockets); in __nodeid2con()
806 INIT_WORK(&othercon->swork, process_send_sockets); in tcp_accept_from_sock()
926 INIT_WORK(&othercon->swork, process_send_sockets); in sctp_accept_from_sock()
1613 static void process_send_sockets(struct work_struct *work) in process_send_sockets() function