Searched refs:connected_work (Results 1 – 1 of 1) sorted by relevance
194 struct work_struct connected_work; member316 cancel_work_sync(&net->connected_work); in stop_login()444 queue_work(system_long_wq, &net->connected_work); in tbnet_handle_packet()589 struct tbnet *net = container_of(work, typeof(*net), connected_work); in tbnet_connected_work()661 queue_work(system_long_wq, &net->connected_work); in tbnet_login_work()1208 INIT_WORK(&net->connected_work, tbnet_connected_work); in tbnet_probe()