Searched refs:append (Results 76 - 100 of 161) sorted by relevance

1234567

/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1q_ipv6.sh205 bridge fdb append dev vx10 00:00:00:00:00:00 dst 2001:db8:4::1 self
206 bridge fdb append dev vx10 00:00:00:00:00:00 dst 2001:db8:5::1 self
208 bridge fdb append dev vx20 00:00:00:00:00:00 dst 2001:db8:4::1 self
209 bridge fdb append dev vx20 00:00:00:00:00:00 dst 2001:db8:5::1 self
296 bridge fdb append dev vx10 00:00:00:00:00:00 dst 2001:db8:3::1 self
297 bridge fdb append dev vx10 00:00:00:00:00:00 dst $other_in_addr self
307 bridge fdb append dev vx20 00:00:00:00:00:00 dst 2001:db8:3::1 self
308 bridge fdb append dev vx20 00:00:00:00:00:00 dst $other_in_addr self
427 bridge fdb append dev vx10 00:00:00:00:00:00 dst 2001:db8:4::1 self
428 bridge fdb append de
[all...]
H A Ddual_vxlan_bridge.sh175 bridge fdb append dev vx100 00:00:00:00:00:00 dst 192.0.2.34 self
176 bridge fdb append dev vx200 00:00:00:00:00:00 dst 192.0.2.50 self
252 bridge fdb append dev $vxlan_name 00:00:00:00:00:00 dst 192.0.2.17 self
253 bridge fdb append dev $vxlan_name 00:00:00:00:00:00 dst $other_in_addr self
H A Dfib_offload_lib.sh71 ip -n $ns route append 192.0.2.0/24 dev dummy2 tos 0 metric 1024
357 ip -n $ns route append 2001:db8:1::/64 dev dummy2 metric 1024
419 ip -n $ns route append 2001:db8:10::/64 via 2001:db8:2::2 metric 1024
427 ip -n $ns route append 2001:db8:10::/64 via 2001:db8:2::2 metric 1025
434 log_test "IPv6 append single route without 'nexthop' keyword"
535 ip -n $ns route append 2001:db8:10::/64 metric 1024 \
546 ip -n $ns route append 2001:db8:10::/64 metric 1025 \
555 log_test "IPv6 append multipath route with 'nexthop' keyword"
613 # and we try to append a multipath route with the same metric to it, it
627 ip -n $ns route append 200
[all...]
/linux-master/tools/testing/selftests/drivers/net/lib/py/
H A Denv.py169 missing.append(choice)
172 missing.append(["LOCAL_V6", "REMOTE_V6"])
174 missing.append(["LOCAL_V4", "REMOTE_V4"])
/linux-master/tools/perf/scripts/python/
H A Dparallel-perf.py147 cmd.append(option)
189 worklist.append(w)
210 running.append(w)
223 not_finished.append(w)
228 finished.append(w)
395 times_cmd.append(f"--cpu={cpu_str}")
397 times_cmd.append(f"--time={time_str}")
399 cnts_cmd.append("-Fcpu")
400 times_cmd.append("-Fcpu,time")
424 time_ranges.append([tim
[all...]
H A Devent_analyzing_sample.py26 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
H A Dtask-analyzer.py20 sys.path.append(
416 runtimes.append(task.runtime(time_unit))
417 time_in.append(task.time_in())
435 self._body.append([pid, tid, comm, no_executed, time_sum, color_one_sample,
704 db["tid"][tid].append(task)
712 db["cpu"][cpu].append(task)
718 db["global"].append(task)
830 tasks_color_map.append("red")
H A Dexported-sql-viewer.py565 self.child_items.append(child_item)
634 self.child_items.append(child_item)
654 self.child_items.append(child_item)
734 context.append(Context(value, direction, pattern, QSqlQuery(self.glb.db), None, None))
847 self.child_items.append(child_item)
916 self.child_items.append(child_item)
936 self.child_items.append(child_item)
1283 self.points.append(GraphDataPoint(self, index, x, y, altx, alty, hregion, vregion))
1391 self.data.append(data)
1427 cpus.append(in
[all...]
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py507 out.append(i.strip())
570 list.append(i)
686 rejects.append(name)
689 kpl[0].append(name)
692 kpl[1].append(name)
694 kpl[3].append(name)
696 kpl[2].append(name)
834 cf.append(self.tracefuncs[fn]['func'])
836 cf.append(fn)
1131 out.append((nam
[all...]
/linux-master/tools/net/ynl/lib/
H A Dynl.py174 self.attrs.append(attr)
228 self.extack['unknown'].append(extack)
284 self.msgs.append(msg)
640 decoded.append({ item.type: subattrs })
645 decoded.append(subattrs)
650 decoded.append(subattrs)
682 rsp[name].append(decoded)
902 self.async_msg_queue.append(msg)
992 rsp.append(op_rsp)
994 rsp.append(Non
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_bpftool.py31 _args.append("-j")
/linux-master/tools/testing/kunit/
H A Dkunit_config.py69 diff.append(pair)
H A Dkunit_kernel.py122 '-append', ' '.join(params + [self._kernel_command_line]),
338 args.append('kunit.filter_glob=' + filter_glob)
340 args.append('kunit.filter="' + filter + '"')
342 args.append('kunit.filter_action=' + filter_action)
343 args.append('kunit.enable=1')
/linux-master/Documentation/sphinx/
H A Dkernel_feat.py126 content.append(l, fname, c)
H A Dkerneldoc.py142 result.append(line, doc + ": " + filename, lineoffset)
/linux-master/tools/hv/
H A Dlsvmbus88 vmbus_dev_list.append(d)
/linux-master/scripts/gdb/linux/
H A Dtimerlist.py169 chunks.append(buf[start:end])
171 chunks.append(',')
/linux-master/scripts/dtc/
H A Ddt-extract-compatibles44 match_table_list.append(m[2])
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py235 code.append(presence + ' = 1;')
714 self.attr_list.append((t, self.attr_set[t]),)
717 self.attr_list.append((t, self.attr_set[t]),)
1033 pns_key_list.append(name)
1047 attr_set_queue.append(nested)
1133 self.global_policy.append(attr)
1147 self.hooks[when][op_mode]['list'].append(name)
1492 args.append(f"{type_name(ri, direction)} *" + f"{direction_to_suffix[direction][1:]}")
1627 local_vars.append(f'const struct nlattr *attr_{aspec.c_name};')
1635 local_vars.append('in
[all...]
/linux-master/scripts/kconfig/
H A Dpreprocess.c287 bool append = false; local
294 append = true;
316 if (append) {
/linux-master/include/sound/
H A Drawmidi.h87 bool append; /* append flag (merge more streams) */ member in struct:snd_rawmidi_substream
/linux-master/lib/
H A Dtest_printf.c613 bool append = false; local
622 append = true;
629 if (append)
636 append = true;
/linux-master/fs/bcachefs/
H A Dinode_format.h130 x(append, 2) \
/linux-master/scripts/clang-tools/
H A Dgen_compile_commands.py163 An entry to append to compile_commands.
218 compile_commands.append(entry)
/linux-master/scripts/
H A Dbpf_doc.py75 res['args'].append({
212 self.commands.append(command)
213 self.desc_syscalls.append(command.proto)
250 self.helpers.append(helper)

Completed in 546 milliseconds

1234567