Home
last modified time | relevance | path

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

/net/tipc/
A Dtopsrv.c104 struct work_struct swork; member
194 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