Searched refs:t_link (Results 1 – 2 of 2) sorted by relevance
2286 list_for_each_entry(thread, &svcpt->scp_threads, t_link) { in ptlrpc_svcpt_stop_threads()2296 struct ptlrpc_thread, t_link); in ptlrpc_svcpt_stop_threads()2298 list_del(&thread->t_link); in ptlrpc_svcpt_stop_threads()2299 list_add(&thread->t_link, &zombie); in ptlrpc_svcpt_stop_threads()2316 struct ptlrpc_thread, t_link); in ptlrpc_svcpt_stop_threads()2317 list_del(&thread->t_link); in ptlrpc_svcpt_stop_threads()2428 list_add(&thread->t_link, &svcpt->scp_threads); in ptlrpc_start_thread()2454 list_del(&thread->t_link); in ptlrpc_start_thread()
1785 struct list_head t_link; member