Searched refs:swork (Results 1 – 1 of 1) sorted by relevance
104 struct work_struct swork; member194 INIT_WORK(&con->swork, tipc_conn_send_work); in tipc_conn_alloc()303 struct tipc_conn *con = container_of(work, struct tipc_conn, swork); in tipc_conn_send_work()337 if (queue_work(srv->send_wq, &con->swork)) in tipc_topsrv_queue_evt()355 if (!queue_work(con->server->send_wq, &con->swork)) in tipc_conn_write_space()
Completed in 3 milliseconds