Home
last modified time | relevance | path

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

/linux-4.4.14/fs/dlm/
Dlowcomms.c166 static void process_send_sockets(struct work_struct *work);
215 INIT_WORK(&con->swork, process_send_sockets); in __nodeid2con()
756 INIT_WORK(&othercon->swork, process_send_sockets); in tcp_accept_from_sock()
869 INIT_WORK(&othercon->swork, process_send_sockets); in sctp_accept_from_sock()
1543 static void process_send_sockets(struct work_struct *work) in process_send_sockets() function