Searched refs:new_list (Results 1 – 4 of 4) sorted by relevance
968 struct per_pid *new_list, *p, *cursor, *prev; in sort_pids() local971 new_list = NULL; in sort_pids()978 if (new_list == NULL) { in sort_pids()979 new_list = p; in sort_pids()984 cursor = new_list; in sort_pids()995 p->next = new_list; in sort_pids()996 new_list = p; in sort_pids()1008 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
3665 struct ocfs2_dx_entry_list *orig_list, *new_list, *tmp_list; in ocfs2_dx_dir_transfer_leaf() local3674 new_list = &new_dx_leaf->dl_list; in ocfs2_dx_dir_transfer_leaf()