| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | ina3221.rst | 30 in[123]_label Voltage channel labels 31 in[123]_enable Voltage channel enable controls 32 in[123]_input Bus voltage(mV) channels 33 curr[123]_input Current(mA) measurement channels 34 shunt[123]_resistor Shunt resistance(uOhm) channels 35 curr[123]_crit Critical alert current(mA) setting, activates the 38 curr[123]_crit_alarm Critical alert current limit exceeded 39 curr[123]_max Warning alert current(mA) setting, activates the 42 curr[123]_max_alarm Warning alert current limit exceeded
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | ina3221.rst | 30 in[123]_label Voltage channel labels 31 in[123]_enable Voltage channel enable controls 32 in[123]_input Bus voltage(mV) channels 33 curr[123]_input Current(mA) measurement channels 34 shunt[123]_resistor Shunt resistance(uOhm) channels 35 curr[123]_crit Critical alert current(mA) setting, activates the 38 curr[123]_crit_alarm Critical alert current limit exceeded 39 curr[123]_max Warning alert current(mA) setting, activates the 42 curr[123]_max_alarm Warning alert current limit exceeded
|
| /kernel/linux/linux-6.6/tools/perf/tests/ |
| D | util.c | 21 TEST_ASSERT_VAL("empty string", test_strreplace(' ', "", "123", "")); in test__util() 22 TEST_ASSERT_VAL("no match", test_strreplace('5', "123", "4", "123")); in test__util() 23 TEST_ASSERT_VAL("replace 1", test_strreplace('3', "123", "4", "124")); in test__util()
|
| D | event_update.c | 22 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_unit() 35 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_scale() 54 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_name() 70 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_cpus() 93 perf_evlist__id_add(&evlist->core, &evsel->core, 0, 0, 123); in test__event_update()
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| D | test_cgrp2_sock.sh | 119 test_cgrp2_sock -p 123 ${CGRP_MNT}/sockopts 123 check_sock "dev , mark 0, priority 123" "Priority set" 124 check_sock6 "dev , mark 0, priority 123" "Priority set" 128 test_cgrp2_sock -b cgrp2_sock -m 666 -p 123 ${CGRP_MNT}/sockopts 132 check_sock "dev cgrp2_sock, mark 666, priority 123" "Priority set" 133 check_sock6 "dev cgrp2_sock, mark 666, priority 123" "Priority set"
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| D | test_cgrp2_sock.sh | 121 $TEST -p 123 ${CGRP_MNT}/sockopts 125 check_sock "dev , mark 0, priority 123" "Priority set" 126 check_sock6 "dev , mark 0, priority 123" "Priority set" 130 $TEST -b cgrp2_sock -m 666 -p 123 ${CGRP_MNT}/sockopts 134 check_sock "dev cgrp2_sock, mark 666, priority 123" "Priority set" 135 check_sock6 "dev cgrp2_sock, mark 666, priority 123" "Priority set"
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | event_update.c | 22 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_unit() 38 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_scale() 57 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_name() 76 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_cpus() 100 perf_evlist__id_add(&evlist->core, &evsel->core, 0, 0, 123); in test__event_update()
|
| /kernel/linux/linux-5.10/drivers/video/logo/ |
| D | logo_sgi_clut224.ppm | 335 210 210 210 253 253 253 174 174 174 123 123 123 354 123 123 123 10 10 10 14 14 14 46 46 46 473 180 123 7 206 145 10 230 174 11 239 182 13 575 180 123 7 190 142 34 190 178 144 187 187 187 851 22 22 22 2 2 6 123 123 123 253 253 253 855 123 123 123 78 78 78 38 38 38 14 14 14 915 123 123 123 101 101 101 166 166 166 182 182 182 956 123 123 123 138 138 138 190 190 190 246 246 246 977 123 123 123 166 166 166 174 174 174 190 190 190 1057 123 123 123 116 116 116 138 138 138 231 231 231 [all …]
|
| /kernel/linux/linux-6.6/drivers/video/logo/ |
| D | logo_sgi_clut224.ppm | 335 210 210 210 253 253 253 174 174 174 123 123 123 354 123 123 123 10 10 10 14 14 14 46 46 46 473 180 123 7 206 145 10 230 174 11 239 182 13 575 180 123 7 190 142 34 190 178 144 187 187 187 851 22 22 22 2 2 6 123 123 123 253 253 253 855 123 123 123 78 78 78 38 38 38 14 14 14 915 123 123 123 101 101 101 166 166 166 182 182 182 956 123 123 123 138 138 138 190 190 190 246 246 246 977 123 123 123 166 166 166 174 174 174 190 190 190 1057 123 123 123 116 116 116 138 138 138 231 231 231 [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | mmap.c | 91 bss_data->in_val = 123; in test_mmap() 97 CHECK_FAIL(bss_data->in_val != 123); in test_mmap() 98 CHECK_FAIL(bss_data->out_val != 123); in test_mmap() 99 CHECK_FAIL(skel->bss->in_val != 123); in test_mmap() 100 CHECK_FAIL(skel->bss->out_val != 123); in test_mmap() 103 CHECK_FAIL(map_data->val[2] != 123); in test_mmap() 104 CHECK_FAIL(map_data->val[far] != 3 * 123); in test_mmap() 111 CHECK_FAIL(val != 123); in test_mmap() 113 CHECK_FAIL(val != 3 * 123); in test_mmap()
|
| D | sockopt.c | 127 /* if (ctx->level == 123) { */ 128 BPF_JMP_IMM(BPF_JNE, BPF_REG_6, 123, 4), 145 .get_level = 123, 170 /* if (ctx->optname == 123) { */ 171 BPF_JMP_IMM(BPF_JNE, BPF_REG_6, 123, 4), 188 .get_optname = 123, 278 /* ctx->retval = 123 */ 279 BPF_MOV64_IMM(BPF_REG_0, 123), 472 /* if (ctx->level == 123) { */ 473 BPF_JMP_IMM(BPF_JNE, BPF_REG_6, 123, 4), [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | mmap.c | 105 bss_data->in_val = 123; in test_mmap() 111 CHECK_FAIL(bss_data->in_val != 123); in test_mmap() 112 CHECK_FAIL(bss_data->out_val != 123); in test_mmap() 113 CHECK_FAIL(skel->bss->in_val != 123); in test_mmap() 114 CHECK_FAIL(skel->bss->out_val != 123); in test_mmap() 117 CHECK_FAIL(map_data->val[2] != 123); in test_mmap() 118 CHECK_FAIL(map_data->val[far] != 3 * 123); in test_mmap() 125 CHECK_FAIL(val != 123); in test_mmap() 127 CHECK_FAIL(val != 3 * 123); in test_mmap()
|
| D | sockopt.c | 132 /* if (ctx->level == 123) { */ 133 BPF_JMP_IMM(BPF_JNE, BPF_REG_6, 123, 4), 150 .get_level = 123, 175 /* if (ctx->optname == 123) { */ 176 BPF_JMP_IMM(BPF_JNE, BPF_REG_6, 123, 4), 193 .get_optname = 123, 500 /* if (ctx->level == 123) { */ 501 BPF_JMP_IMM(BPF_JNE, BPF_REG_6, 123, 4), 518 .set_level = 123, 554 /* if (ctx->optname == 123) { */ [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | setget_sockopt.c | 56 { .opt = TCP_KEEPIDLE, .new = 123, .expected = 123, .restore = 321, }, 57 { .opt = TCP_KEEPINTVL, .new = 123, .expected = 123, .restore = 321, }, 58 { .opt = TCP_KEEPCNT, .new = 123, .expected = 123, .restore = 124, }, 59 { .opt = TCP_SYNCNT, .new = 123, .expected = 123, .restore = 124, },
|
| /kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/ |
| D | bpftool-btf.rst | 128 static int static_var __attribute__((section("data_sec"))) = 123; 180 **# bpftool btf dump map id 123 key** 186 **# bpftool btf dump map id 123 value** 192 **# bpftool btf dump map id 123 kv** 199 **# bpftool btf dump map id 123 all** 211 **# bpftool btf dump map id 123**
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| D | ioam6.sh | 317 ip -netns ioam-node-alpha ioam namespace add 123 data ${ALPHA[6]} wide ${ALPHA[7]} 319 ip -netns ioam-node-alpha ioam namespace set 123 schema ${ALPHA[8]} 329 ip -netns ioam-node-beta ioam namespace add 123 data ${BETA[6]} wide ${BETA[7]} 331 ip -netns ioam-node-beta ioam namespace set 123 schema ${BETA[8]} 338 ip -netns ioam-node-gamma ioam namespace add 123 data ${GAMMA[6]} wide ${GAMMA[7]} 436 ip -netns ioam-node-alpha ioam namespace del 123 445 ip -netns ioam-node-alpha ioam namespace add 123 \ 447 ip -netns ioam-node-alpha ioam namespace set 123 schema ${ALPHA[8]} 514 trace prealloc type 0xc00000 ns 123 size 4 dev veth0 517 db01::2 db01::1 veth0 0xc00000 123 [all …]
|
| /kernel/linux/linux-5.10/tools/perf/tests/attr/ |
| D | test-record-count | 3 args = --no-bpf-event -c 123 kill >/dev/null 2>&1 7 sample_period=123
|
| /kernel/linux/linux-6.6/tools/perf/tests/attr/ |
| D | test-record-count | 3 args = --no-bpf-event -c 123 kill >/dev/null 2>&1 7 sample_period=123
|
| /kernel/linux/linux-6.6/mm/damon/ |
| D | dbgfs-test.h | 22 question = "123"; in damon_dbgfs_test_str_to_ints() 25 KUNIT_EXPECT_EQ(test, 123, answers[0]); in damon_dbgfs_test_str_to_ints() 28 question = "123abc"; in damon_dbgfs_test_str_to_ints() 31 KUNIT_EXPECT_EQ(test, 123, answers[0]); in damon_dbgfs_test_str_to_ints()
|
| /kernel/linux/linux-6.6/tools/bpf/bpftool/Documentation/ |
| D | bpftool-btf.rst | 146 static int static_var __attribute__((section("data_sec"))) = 123; 198 **# bpftool btf dump map id 123 key** 204 **# bpftool btf dump map id 123 value** 210 **# bpftool btf dump map id 123 kv** 217 **# bpftool btf dump map id 123 all** 229 **# bpftool btf dump map id 123**
|
| /kernel/liteos_a/testsuites/unittest/process/plimits/smoke/ |
| D | It_process_plimits_ipc_008.cpp | 47 std::string mqLimitCount_1 = "123abc"; in ItProcessPlimitsIpc008() 48 std::string mqLimitCount_2 = "\"123 456\""; in ItProcessPlimitsIpc008() 49 std::string mqLimitCount_3 = "\123"; in ItProcessPlimitsIpc008()
|
| D | It_process_plimits_ipc_012.cpp | 47 std::string shmLimitSize_1 = "123abc"; in ItProcessPlimitsIpc012() 48 std::string shmLimitSize_2 = "\"123 456\""; in ItProcessPlimitsIpc012() 49 std::string shmLimitSize_3 = "\123"; in ItProcessPlimitsIpc012()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
| D | eeti.txt | 27 interrupts = <123 IRQ_TYPE_EDGE_RISING>; 28 attn-gpios = <&gpio 123 GPIO_ACTIVE_HIGH>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/touchscreen/ |
| D | eeti.txt | 27 interrupts = <123 IRQ_TYPE_EDGE_RISING>; 28 attn-gpios = <&gpio 123 GPIO_ACTIVE_HIGH>;
|
| /kernel/liteos_m/testsuites/unittest/xts/io/ |
| D | xts_io_stdlib_test.c | 61 ret = strtof("-9.6e17 this 123", &endPtr); 63 ICUNIT_ASSERT_STRING_EQUAL(endPtr, " this 123", endPtr); 87 ret = strtod("-9.6e17 this 123", &endPtr); 89 ICUNIT_ASSERT_STRING_EQUAL(endPtr, " this 123", endPtr); 111 ret = strtold("-9.6e17 this 123", &endPtr); 113 ICUNIT_ASSERT_STRING_EQUAL(endPtr, " this 123", endPtr);
|