Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 33) sorted by relevance

12

/tools/testing/selftests/net/lib/py/
A Dksft.py58 def ksft_eq(a, b, comment=""): argument
64 def ksft_ne(a, b, comment=""): argument
70 def ksft_true(a, comment=""): argument
75 def ksft_in(a, b, comment=""): argument
85 def ksft_is(a, b, comment=""): argument
90 def ksft_ge(a, b, comment=""): argument
95 def ksft_lt(a, b, comment=""): argument
141 if comment:
142 res += " # " + comment
240 comment = ""
[all …]
A Dynl.py27 ktap_result(True, comment="SKIP")
/tools/testing/selftests/ftrace/test.d/trigger/
A Dtrigger-trace-marker-snapshot.tc17 comment=`echo $line | sed -e 's/^#//'`
18 if [ "$line" != "$comment" ]; then
/tools/testing/selftests/drivers/net/
A Dstats.py124 ksft_ge(triple[1][key], triple[0][key], comment="bad key: " + key)
125 ksft_ge(triple[2][key], triple[1][key], comment="bad key: " + key)
140 comment="repeated queue keys")
142 comment="missing queue keys")
186 ksft_ge(qstat2[k], qstat[k], comment=f"{k} went backwards on device down")
205 ksft_lt(new[k] - old[k], 1 << 31, comment="likely wrapping error")
A Dqueues.py52 comment="xsk attr on queue we configured")
55 comment="xsk attr on queue we didn't configure")
/tools/bootconfig/samples/
A Dgood-comment-after-value.bconf1 key = "value" # comment
A Dbad-empty.bconf1 # Wrong boot config: comment only
A Dbad-array-space-comment.bconf1 key = # comment
A Dgood-array-space-comment.bconf1 key = # comment
/tools/testing/selftests/ftrace/
A Dftracetest321 local comment=$*
322 if [ "$comment" != "" ]; then
323 comment="# $comment"
326 echo $result $CASENO $INSTANCE$CASENAME $comment
/tools/testing/selftests/drivers/net/hw/
A Drss_api.py248 comment="Config for " + fl_type)
290 comment=f"Config for {fl_type} over Netlink")
293 comment=f"Config for {fl_type} over IOCTL")
298 comment=f"Un-config for {fl_type} over Netlink")
300 ksft_eq(cur, cfg_ic, comment=f"Un-config for {fl_type} over IOCTL")
314 comment=f"multi-config for {fl_type} over Netlink")
404 comment="Driver should init the indirection table")
A Drss_input_xfrm.py57 …cpu1, cpu2, comment=f"Received traffic on different cpus with ports ({port1 = }, {port2 = }) while…
68 comment=f"Received traffic on less than two cpus {cpus = }")
A Dtso.py78 comment="Number of LSO super-packets with LSO enabled")
83 comment="Number of LSO wire-packets with LSO enabled")
88 15, comment="Number of LSO super-packets with LSO disabled")
92 500, comment="Number of LSO wire-packets with LSO disabled")
A Dirq.py49 ksft_eq(read_affinity(n['irq']), new, comment="IRQ affinity changed after reconfig")
/tools/testing/selftests/sgx/
A Dtest_encl.lds32 *(.comment*)
/tools/perf/util/
A Dconfig.c94 int quote = 0, comment = 0, space = 0; in parse_value() local
108 if (comment) in parse_value()
116 comment = 1; in parse_value()
251 int comment = 0; in perf_parse_file() local
280 comment = 0; in perf_parse_file()
283 if (comment || isspace(c)) in perf_parse_file()
286 comment = 1; in perf_parse_file()
A Ddisasm.c502 *addrp = strtoull(comment, &endptr, 16); in comment__symbol()
503 if (endptr == comment) in comment__symbol()
641 comment = strchr(s, arch->objdump.comment_char); in mov__parse()
643 if (comment != NULL) in mov__parse()
644 s = comment - 1; in mov__parse()
662 if (comment == NULL) in mov__parse()
665 comment = skip_spaces(comment); in mov__parse()
776 char *target, *comment, *s, prev; in dec__parse() local
791 comment = strchr(s, arch->objdump.comment_char); in dec__parse()
792 if (comment == NULL) in dec__parse()
[all …]
/tools/testing/selftests/drivers/net/lib/py/
A D__init__.py28 ktap_result(True, comment="SKIP")
/tools/testing/selftests/drivers/net/hw/lib/py/
A D__init__.py32 ktap_result(True, comment="SKIP")
/tools/memory-model/scripts/
A DREADME12 "Result:" comment lines.
17 archive that are C-language and that have "Result:" comment lines
55 against the .litmus file's "Result:" comment to judge whether
/tools/power/acpi/
A DMakefile.config88 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/tools/testing/selftests/net/netfilter/
A Dnft_fib.sh86 fib daddr type local counter comment "daddr configured on other iface"
87 fib daddr . iif type local counter comment "daddr configured on iif"
88 fib daddr type unicast counter comment "daddr not local"
89 fib daddr . iif type unicast counter comment "daddr not configured on iif"
/tools/testing/selftests/net/
A Dnl_netdev.py36 comment=f"queue count after reset queue {q} mode {i}")
/tools/memory-model/Documentation/
A Dordering.txt78 from "y", as indicated by the comment. And yes, please comment your
120 sections, as documented in their comment headers. But of course if you
123 carefully comment this, otherwise your future self will hate you.
387 docbook header comment and the material in Documentation/RCU.
/tools/build/
A DBuild.include49 # Replace >#< with >$(pound)< to avoid starting a comment in the .cmd file

Completed in 27 milliseconds

12