Searched refs:new_list (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/vc4/ |
D | vc4_bo.c | 227 struct list_head *new_list; in vc4_get_cache_list_for_size() local 230 new_list = kmalloc_array(new_size, sizeof(struct list_head), in vc4_get_cache_list_for_size() 232 if (!new_list) in vc4_get_cache_list_for_size() 243 INIT_LIST_HEAD(&new_list[i]); in vc4_get_cache_list_for_size() 245 list_replace(old_list, &new_list[i]); in vc4_get_cache_list_for_size() 249 INIT_LIST_HEAD(&new_list[i]); in vc4_get_cache_list_for_size() 252 vc4->bo_cache.size_list = new_list; in vc4_get_cache_list_for_size()
|
/Linux-v4.19/tools/perf/ |
D | builtin-timechart.c | 968 struct per_pid *new_list, *p, *cursor, *prev; in sort_pids() local 971 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()
|
/Linux-v4.19/fs/ubifs/ |
D | orphan.c | 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()
|
D | ubifs.h | 917 struct list_head new_list; member
|
/Linux-v4.19/fs/ocfs2/ |
D | dir.c | 3666 struct ocfs2_dx_entry_list *orig_list, *new_list, *tmp_list; in ocfs2_dx_dir_transfer_leaf() local 3675 new_list = &new_dx_leaf->dl_list; in ocfs2_dx_dir_transfer_leaf()
|