Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-timechart.c967 struct per_pid *new_list, *p, *cursor, *prev; in sort_pids() local
970 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()
/linux-4.1.27/fs/ubifs/
Dorphan.c102 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()
Dubifs.h925 struct list_head new_list; member
/linux-4.1.27/fs/ocfs2/
Ddir.c3678 struct ocfs2_dx_entry_list *orig_list, *new_list, *tmp_list; in ocfs2_dx_dir_transfer_leaf() local
3687 new_list = &new_dx_leaf->dl_list; in ocfs2_dx_dir_transfer_leaf()