Searched refs:t_link (Results 1 – 2 of 2) sorted by relevance
2291 list_for_each_entry(thread, &svcpt->scp_threads, t_link) { in ptlrpc_svcpt_stop_threads()2301 struct ptlrpc_thread, t_link); in ptlrpc_svcpt_stop_threads()2303 list_del(&thread->t_link); in ptlrpc_svcpt_stop_threads()2304 list_add(&thread->t_link, &zombie); in ptlrpc_svcpt_stop_threads()2321 struct ptlrpc_thread, t_link); in ptlrpc_svcpt_stop_threads()2322 list_del(&thread->t_link); in ptlrpc_svcpt_stop_threads()2433 list_add(&thread->t_link, &svcpt->scp_threads); in ptlrpc_start_thread()2459 list_del(&thread->t_link); in ptlrpc_start_thread()
1785 struct list_head t_link; member