Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_taprio.c174 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 Dvc4_bo.c204 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/fs/ubifs/
H A Dorphan.c90 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 Dubifs.h929 struct list_head new_list; member
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c2128 struct list_head new_list; in svm_range_add() local
2136 INIT_LIST_HEAD(&new_list); in svm_range_add()
2196 &new_list, update_list); in svm_range_add()
2209 &new_list, update_list); in svm_range_add()
2215 list_for_each_entry_safe(prange, tmp, &new_list, list) in svm_range_add()
2218 list_splice(&new_list, insert_list); in svm_range_add()
/linux/tools/lib/bpf/
H A Dbtf.c3569 __u32 *new_list; in btf_dedup_hypot_map_add() local
3572 new_list = libbpf_reallocarray(d->hypot_list, d->hypot_cap, sizeof(__u32)); in btf_dedup_hypot_map_add()
3573 if (!new_list) in btf_dedup_hypot_map_add()
3575 d->hypot_list = new_list; in btf_dedup_hypot_map_add()