Searched refs:connected_work (Results 1 – 1 of 1) sorted by relevance
194 struct work_struct connected_work; member320 cancel_work_sync(&net->connected_work); in stop_login()456 queue_work(system_long_wq, &net->connected_work); in tbnet_handle_packet()601 struct tbnet *net = container_of(work, typeof(*net), connected_work); in tbnet_connected_work()686 queue_work(system_long_wq, &net->connected_work); in tbnet_login_work()1254 INIT_WORK(&net->connected_work, tbnet_connected_work); in tbnet_probe()