Searched refs:t_link (Results 1 – 2 of 2) sorted by relevance
2567 list_for_each_entry(thread, &svcpt->scp_threads, t_link) { in ptlrpc_svcpt_stop_threads()2577 struct ptlrpc_thread, t_link); in ptlrpc_svcpt_stop_threads()2579 list_del(&thread->t_link); in ptlrpc_svcpt_stop_threads()2580 list_add(&thread->t_link, &zombie); in ptlrpc_svcpt_stop_threads()2597 struct ptlrpc_thread, t_link); in ptlrpc_svcpt_stop_threads()2598 list_del(&thread->t_link); in ptlrpc_svcpt_stop_threads()2708 list_add(&thread->t_link, &svcpt->scp_threads); in ptlrpc_start_thread()2734 list_del(&thread->t_link); in ptlrpc_start_thread()
1799 struct list_head t_link; member