Searched refs:new_list (Results 1 – 4 of 4) sorted by relevance
967 struct per_pid *new_list, *p, *cursor, *prev; in sort_pids() local970 new_list = NULL; in sort_pids()977 if (new_list == NULL) { in sort_pids()978 new_list = p; in sort_pids()983 cursor = new_list; in sort_pids()994 p->next = new_list; in sort_pids()995 new_list = p; in sort_pids()1007 tchart->all_data = new_list; in sort_pids()
102 list_add_tail(&orphan->new_list, &c->orph_new); in ubifs_add_orphan()148 list_del(&o->new_list); in ubifs_delete_orphan()174 list_for_each_entry(orphan, &c->orph_new, new_list) { in ubifs_orphan_start_commit()
925 struct list_head new_list; member
3678 struct ocfs2_dx_entry_list *orig_list, *new_list, *tmp_list; in ocfs2_dx_dir_transfer_leaf() local3687 new_list = &new_dx_leaf->dl_list; in ocfs2_dx_dir_transfer_leaf()