Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/vc4/
Dvc4_bo.c199 struct list_head *new_list; in vc4_get_cache_list_for_size() local
202 new_list = kmalloc_array(new_size, sizeof(struct list_head), in vc4_get_cache_list_for_size()
204 if (!new_list) in vc4_get_cache_list_for_size()
215 INIT_LIST_HEAD(&new_list[i]); in vc4_get_cache_list_for_size()
217 list_replace(old_list, &new_list[i]); in vc4_get_cache_list_for_size()
221 INIT_LIST_HEAD(&new_list[i]); in vc4_get_cache_list_for_size()
224 vc4->bo_cache.size_list = new_list; in vc4_get_cache_list_for_size()
/Linux-v5.10/tools/perf/
Dbuiltin-timechart.c966 struct per_pid *new_list, *p, *cursor, *prev; in sort_pids() local
969 new_list = NULL; in sort_pids()
976 if (new_list == NULL) { in sort_pids()
977 new_list = p; in sort_pids()
982 cursor = new_list; in sort_pids()
993 p->next = new_list; in sort_pids()
994 new_list = p; in sort_pids()
1006 tchart->all_data = new_list; in sort_pids()
/Linux-v5.10/fs/ubifs/
Dorphan.c84 list_add_tail(&orphan->new_list, &c->orph_new); in orphan_add()
122 list_del(&o->new_list); in __orphan_drop()
244 list_for_each_entry(orphan, &c->orph_new, new_list) { in ubifs_orphan_start_commit()
Dubifs.h927 struct list_head new_list; member
/Linux-v5.10/tools/lib/bpf/
Dbtf.c2897 __u32 *new_list; in btf_dedup_hypot_map_add() local
2900 new_list = libbpf_reallocarray(d->hypot_list, d->hypot_cap, sizeof(__u32)); in btf_dedup_hypot_map_add()
2901 if (!new_list) in btf_dedup_hypot_map_add()
2903 d->hypot_list = new_list; in btf_dedup_hypot_map_add()