Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c108 static void cleanup_stranded_tids(void *, int);
1848 cleanup_stranded_tids(void *arg, int count) in cleanup_stranded_tids() function
1916 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()
H A Dt4_tom.h346 struct task cleanup_stranded_tids;
345 struct task cleanup_stranded_tids; global() member