not_cycle_list    208 net/unix/garbage.c 	LIST_HEAD(not_cycle_list);
not_cycle_list    269 net/unix/garbage.c 			list_move_tail(&u->link, &not_cycle_list);
not_cycle_list    287 net/unix/garbage.c 	while (!list_empty(&not_cycle_list)) {
not_cycle_list    288 net/unix/garbage.c 		u = list_entry(not_cycle_list.next, struct unix_sock, link);