Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/lnet/
Dlib-move.c54 struct list_head cull; in lnet_fail_nid() local
73 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() local
107 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()