Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/
H A Ddata_proc.tcl65 return $new_list
81 set new_list {}
86 if { ! $result } { lappend new_list $x }
89 return $new_list
103 set new_list [list_filter $list "regexp -expanded {$comment_regexp} \$x"]
105 return $new_list
H A Dlist_utils.robot24 ${new_list}= Combine Lists @{lists}
26 RETURN ${new_list}
H A Dutilities.py304 new_list = datalist[::-1]
305 new_string = "".join([str(element) for element in new_list])
/openbmc/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()
/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c142 static void __hid_bpf_set_hdev_progs(struct hid_device *hdev, struct hid_bpf_prog_list *new_list, in __hid_bpf_set_hdev_progs() argument
150 rcu_assign_pointer(hdev->bpf.progs[type], new_list); in __hid_bpf_set_hdev_progs()
164 struct hid_bpf_prog_list *new_list; in hid_bpf_populate_hdev() local
173 new_list = kzalloc(sizeof(*new_list), GFP_KERNEL); in hid_bpf_populate_hdev()
174 if (!new_list) in hid_bpf_populate_hdev()
182 new_list->prog_idx[new_list->prog_cnt++] = entry->idx; in hid_bpf_populate_hdev()
185 __hid_bpf_set_hdev_progs(hdev, new_list, type); in hid_bpf_populate_hdev()
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py259 new_list = []
263 new_list.append(new_value)
265 if value != new_list:
266 value[dkey] = new_list
268 new_list = []
272 new_list.append(new_value)
274 if value != new_list:
275 info[variable] = new_list
/openbmc/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()
/openbmc/linux/tools/perf/
H A Dbuiltin-timechart.c975 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()
/openbmc/u-boot/fs/ubifs/
H A Dorphan.c91 list_add_tail(&orphan->new_list, &c->orph_new); in ubifs_add_orphan()
137 list_del(&o->new_list); in ubifs_delete_orphan()
163 list_for_each_entry(orphan, &c->orph_new, new_list) { in ubifs_orphan_start_commit()
H A Dubifs.h1521 struct list_head new_list; member
/openbmc/linux/fs/ubifs/
H A 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()
H A Dubifs.h938 struct list_head new_list; member
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c2105 struct list_head new_list; in svm_range_add() local
2113 INIT_LIST_HEAD(&new_list); in svm_range_add()
2172 &new_list, update_list); in svm_range_add()
2185 &new_list, update_list); in svm_range_add()
2191 list_for_each_entry_safe(prange, tmp, &new_list, list) in svm_range_add()
2194 list_splice(&new_list, insert_list); in svm_range_add()
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1226 new_list = []
1236 new_list.append(p.pk)
1243 packages_list = package_dependencies.filter(Q(pk__in=new_list))
/openbmc/linux/tools/lib/bpf/
H A Dbtf.c3160 __u32 *new_list; in btf_dedup_hypot_map_add() local
3163 new_list = libbpf_reallocarray(d->hypot_list, d->hypot_cap, sizeof(__u32)); in btf_dedup_hypot_map_add()
3164 if (!new_list) in btf_dedup_hypot_map_add()
3166 d->hypot_list = new_list; in btf_dedup_hypot_map_add()