Searched refs:new_list (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_taprio.c | 174 int *new_list, int *obs_list) in lan966x_taprio_find_list() argument 181 *new_list = -1; in lan966x_taprio_find_list() 202 *new_list = list[i]; in lan966x_taprio_find_list() 203 *obs_list = (oper == -1) ? *new_list : oper; in lan966x_taprio_find_list() 210 *new_list = list[i]; in lan966x_taprio_find_list() 211 *obs_list = (oper == -1) ? *new_list : oper; in lan966x_taprio_find_list() 445 int err, new_list, obs_list; in lan966x_taprio_add() local 453 err = lan966x_taprio_find_list(port, qopt, &new_list, &obs_list); in lan966x_taprio_add() 457 err = lan966x_taprio_gcl_setup(port, qopt, new_list); in lan966x_taprio_add()
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_bo.c | 204 struct list_head *new_list; in vc4_get_cache_list_for_size() local 207 new_list = kmalloc_array(new_size, sizeof(struct list_head), in vc4_get_cache_list_for_size() 209 if (!new_list) in vc4_get_cache_list_for_size() 220 INIT_LIST_HEAD(&new_list[i]); in vc4_get_cache_list_for_size() 222 list_replace(old_list, &new_list[i]); in vc4_get_cache_list_for_size() 226 INIT_LIST_HEAD(&new_list[i]); in vc4_get_cache_list_for_size() 229 vc4->bo_cache.size_list = new_list; in vc4_get_cache_list_for_size()
|
/linux/tools/perf/ |
H A D | builtin-timechart.c | 975 struct per_pid *new_list, *p, *cursor, *prev; in sort_pids() local 978 new_list = NULL; in sort_pids() 985 if (new_list == NULL) { in sort_pids() 986 new_list = p; in sort_pids() 991 cursor = new_list; in sort_pids() 1002 p->next = new_list; in sort_pids() 1003 new_list = p; in sort_pids() 1015 tchart->all_data = new_list; in sort_pids()
|
/linux/fs/ubifs/ |
H A D | orphan.c | 90 list_add_tail(&orphan->new_list, &c->orph_new); in ubifs_add_orphan() 123 list_del(&o->new_list); in __orphan_drop() 188 list_for_each_entry(orphan, &c->orph_new, new_list) { in ubifs_orphan_start_commit()
|
H A D | ubifs.h | 929 struct list_head new_list; member
|
/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_svm.c | 2118 struct list_head new_list; in svm_range_add() local 2126 INIT_LIST_HEAD(&new_list); in svm_range_add() 2186 &new_list, update_list); in svm_range_add() 2199 &new_list, update_list); in svm_range_add() 2205 list_for_each_entry_safe(prange, tmp, &new_list, list) in svm_range_add() 2208 list_splice(&new_list, insert_list); in svm_range_add()
|
/linux/tools/lib/bpf/ |
H A D | btf.c | 3568 __u32 *new_list; in btf_dedup_hypot_map_add() local 3571 new_list = libbpf_reallocarray(d->hypot_list, d->hypot_cap, sizeof(__u32)); in btf_dedup_hypot_map_add() 3572 if (!new_list) in btf_dedup_hypot_map_add() 3574 d->hypot_list = new_list; in btf_dedup_hypot_map_add()
|