Searched refs:new_list (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/vc4/ |
A D | vc4_bo.c | 201 struct list_head *new_list; in vc4_get_cache_list_for_size() local 204 new_list = kmalloc_array(new_size, sizeof(struct list_head), in vc4_get_cache_list_for_size() 206 if (!new_list) in vc4_get_cache_list_for_size() 217 INIT_LIST_HEAD(&new_list[i]); in vc4_get_cache_list_for_size() 219 list_replace(old_list, &new_list[i]); in vc4_get_cache_list_for_size() 223 INIT_LIST_HEAD(&new_list[i]); in vc4_get_cache_list_for_size() 226 vc4->bo_cache.size_list = new_list; in vc4_get_cache_list_for_size()
|
/linux/tools/perf/ |
A D | builtin-timechart.c | 966 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/fs/ubifs/ |
A D | orphan.c | 84 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()
|
A D | ubifs.h | 929 struct list_head new_list; member
|
/linux/tools/lib/bpf/ |
A D | btf.c | 3111 __u32 *new_list; in btf_dedup_hypot_map_add() local 3114 new_list = libbpf_reallocarray(d->hypot_list, d->hypot_cap, sizeof(__u32)); in btf_dedup_hypot_map_add() 3115 if (!new_list) in btf_dedup_hypot_map_add() 3117 d->hypot_list = new_list; in btf_dedup_hypot_map_add()
|
Completed in 28 milliseconds