Searched refs:new_list (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/
H A Dbuiltin-timechart.c968 struct per_pid *new_list, *p, *cursor, *prev; sort_pids() local
971 new_list = NULL; sort_pids()
978 if (new_list == NULL) { sort_pids()
979 new_list = p; sort_pids()
984 cursor = new_list; sort_pids()
995 p->next = new_list; sort_pids()
996 new_list = p; sort_pids()
1008 tchart->all_data = new_list; sort_pids()
/linux-4.4.14/fs/ubifs/
H A Dorphan.c102 list_add_tail(&orphan->new_list, &c->orph_new); ubifs_add_orphan()
148 list_del(&o->new_list); ubifs_delete_orphan()
174 list_for_each_entry(orphan, &c->orph_new, new_list) { ubifs_orphan_start_commit()
H A Dubifs.h914 * @new_list: list head of list of orphans added since the last commit
925 struct list_head new_list; member in struct:ubifs_orphan
/linux-4.4.14/fs/ocfs2/
H A Ddir.c3665 struct ocfs2_dx_entry_list *orig_list, *new_list, *tmp_list; ocfs2_dx_dir_transfer_leaf() local
3674 new_list = &new_dx_leaf->dl_list; ocfs2_dx_dir_transfer_leaf()

Completed in 154 milliseconds