Searched refs:cull (Results 1 – 1 of 1) sorted by relevance
54 struct list_head cull; in lnet_fail_nid() local73 INIT_LIST_HEAD(&cull); in lnet_fail_nid()84 list_add(&tp->tp_list, &cull); in lnet_fail_nid()90 list_for_each_entry_safe(tp, temp, &cull, tp_list) { in lnet_fail_nid()104 struct list_head cull; in fail_peer() local107 INIT_LIST_HEAD(&cull); in fail_peer()124 list_add(&tp->tp_list, &cull); in fail_peer()139 list_add(&tp->tp_list, &cull); in fail_peer()148 list_for_each_entry_safe(tp, temp, &cull, tp_list) { in fail_peer()