Searched refs:cleanup_stranded_tids (Results 1 – 2 of 2) sorted by relevance
108 static void cleanup_stranded_tids(void *, int);1848 cleanup_stranded_tids(void *arg, int count) in cleanup_stranded_tids() function1916 TASK_INIT(&td->cleanup_stranded_tids, 0, cleanup_stranded_tids, td); in t4_tom_activate()2022 taskqueue_drain(taskqueue_thread, &td->cleanup_stranded_tids); in t4_tom_deactivate()2192 taskqueue_enqueue(taskqueue_thread, &td->cleanup_stranded_tids); in t4_tom_stop()
346 struct task cleanup_stranded_tids;345 struct task cleanup_stranded_tids; global() member