| /linux/tools/testing/selftests/drivers/ntsync/ |
| H A D | ntsync.c | 177 ret = wait_any(fd, 1, &sem, 123, &index); in TEST() 182 ret = wait_any(fd, 1, &sem, 123, &index); in TEST() 187 ret = wait_any(fd, 1, &sem, 123, &index); in TEST() 203 ret = wait_any(fd, 1, &sem, 123, &index); in TEST() 205 ret = wait_any(fd, 1, &sem, 123, &index); in TEST() 237 mutex_args.owner = 123; in TEST() 249 mutex_args.owner = 123; in TEST() 253 check_mutex_state(mutex, 2, 123); in TEST() 262 check_mutex_state(mutex, 2, 123); in TEST() 264 ret = unlock_mutex(mutex, 123, &count); in TEST() [all …]
|
| /linux/Documentation/hwmon/ |
| H A 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
|
| /linux/net/wireless/tests/ |
| H A D | fragmentation.c | 19 [123] = 123, in defragment_0() 49 [123] = 123, in defragment_1() 92 [123] = 123, in defragment_2() 141 [123] = 123, in defragment_at_end()
|
| /linux/drivers/video/logo/ |
| H A 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 …]
|
| /linux/tools/perf/tests/ |
| H A 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()
|
| H A D | util.c | 91 TEST_ASSERT_VAL("empty string", test_strreplace(' ', "", "123", "")); in test__util() 92 TEST_ASSERT_VAL("no match", test_strreplace('5', "123", "4", "123")); in test__util() 93 TEST_ASSERT_VAL("replace 1", test_strreplace('3', "123", "4", "124")); in test__util()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A 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()
|
| H A D | sockopt.c | 135 /* if (ctx->level == 123) { */ 136 BPF_JMP_IMM(BPF_JNE, BPF_REG_6, 123, 4), 153 .get_level = 123, 178 /* if (ctx->optname == 123) { */ 179 BPF_JMP_IMM(BPF_JNE, BPF_REG_6, 123, 4), 196 .get_optname = 123, 509 /* if (ctx->level == 123) { */ 510 BPF_JMP_IMM(BPF_JNE, BPF_REG_6, 123, 4), 527 .set_level = 123, 564 /* if (ctx->optname == 123) { */ [all …]
|
| H A D | skeleton.c | 100 skel->data_read_mostly->read_mostly_var = 123; in test_skeleton() 125 ASSERT_EQ(skel->bss->out_mostly_var, 123, "out_mostly_var"); in test_skeleton() 127 ASSERT_EQ(bss->huge_arr[ARRAY_SIZE(bss->huge_arr) - 1], 123, "huge_arr"); in test_skeleton()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | setget_sockopt.c | 53 { .opt = TCP_KEEPIDLE, .new = 123, .expected = 123, .restore = 321, }, 54 { .opt = TCP_KEEPINTVL, .new = 123, .expected = 123, .restore = 321, }, 55 { .opt = TCP_KEEPCNT, .new = 123, .expected = 123, .restore = 124, }, 56 { .opt = TCP_SYNCNT, .new = 123, .expected = 123, .restore = 124, },
|
| H A D | test_global_func_ctx_args.c | 151 struct my_struct x = { .x = 123 }; in arg_tag_ctx_raw_tp() 160 struct my_struct x = { .x = 123 }; in arg_tag_ctx_perf() 169 struct my_struct x = { .x = 123 }; in arg_tag_ctx_kprobe()
|
| H A D | fexit_bpf2bpf.c | 129 if (ip6p->nexthdr != 6 || ip6p->payload_len != __bpf_constant_htons(123)) in new_get_skb_ifindex() 136 if (ip6p->nexthdr != 6 || ip6p->payload_len != __bpf_constant_htons(123)) in new_get_skb_ifindex() 149 if (val != 123) in new_get_constant()
|
| H A D | test_map_in_map.c | 53 int value = 123; in xdp_mimtest0() 64 if (!value_p || *value_p != 123) in xdp_mimtest0()
|
| H A D | dynptr_fail.c | 183 sample->pid = 123; in ringbuf_invalid_api() 325 sample->pid = 123; 521 *(__u32 *)data = 123; in invalid_write4() 1173 hdr->h_proto = 123; in skb_invalid_data_slice4() 1225 hdr->h_proto = 123; in xdp_invalid_data_slice2() 1591 *(__u32 *)data = 123; in clone_invalidate5() 1816 *data = 123; 1842 *data = 123; 1872 *data = 123; 1898 *data = 123; [all...] |
| /linux/tools/testing/selftests/ftrace/test.d/dynevent/ |
| H A D | dynevent_limitations.tc | 16 # With i=123 17 # On bash, that will print "\123" 18 # but on dash, that will print the escape sequence of \123 as the \ will
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-btf.rst | 147 static int static_var __attribute__((section("data_sec"))) = 123; 199 **# bpftool btf dump map id 123 key** 205 **# bpftool btf dump map id 123 value** 211 **# bpftool btf dump map id 123 kv** 218 **# bpftool btf dump map id 123 all** 230 **# bpftool btf dump map id 123**
|
| /linux/tools/testing/selftests/filesystems/ |
| H A D | fclog.c | 69 ASSERT_ERRNO_EQ(-EINVAL, fsconfig(fsfd, FSCONFIG_SET_STRING, "invalid-arg", "123", 0)); in TEST_F() 85 ASSERT_ERRNO_EQ(-EINVAL, fsconfig(fsfd, FSCONFIG_SET_STRING, "invalid-arg", "123", 0)); in TEST_F() 110 ASSERT_ERRNO_EQ(-EINVAL, fsconfig(fsfd, FSCONFIG_SET_STRING, "invalid-arg", "123", 0)); in TEST_F()
|
| /linux/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mt6893.c | 80 PIN_FIELD_BASE(123, 123, 2, 0x00f0, 0x10, 22, 1), 184 PIN_FIELD_BASE(123, 123, 2, 0x0070, 0x10, 13, 1), 294 PIN_FIELD_BASE(123, 123, 2, 0x00b0, 0x10, 13, 1), 390 PIN_FIELD_BASE(123, 123, 2, 0x0090, 0x10, 13, 1), 477 PIN_FIELD_BASE(123, 123, 2, 0x0020, 0x10, 3, 3), 565 PIN_FIELD_BASE(123, 123, 2, 0x00e0, 0x10, 20, 1), 614 PIN_FIELD_BASE(123, 123, 2, 0x00e0, 0x10, 21, 1), 654 PIN_FIELD_BASE(123, 123, 2, 0x0050, 0x10, 0, 3), 679 PIN_FIELD_BASE(123, 123, 2, 0x00e0, 0x10, 20, 2), 758 MTK_PULL_PU_PD_RSEL_TYPE, /* 122 */ MTK_PULL_PU_PD_RSEL_TYPE, /* 123 */
|
| H A D | pinctrl-mt8183.c | 103 PIN_FIELD_BASE(123, 123, 8, 0x000, 0x10, 1, 1), 188 PIN_FIELD_BASE(123, 123, 8, 0x010, 0x10, 1, 1), 327 PIN_FIELD_BASE(123, 123, 8, 0x0A0, 0x10, 4, 3), 372 PIN_FIELD_BASE(123, 123, 8, 0x0C0, 0x10, 6, 1), 417 PIN_FIELD_BASE(123, 123, 8, 0x0C0, 0x10, 4, 1), 462 PIN_FIELD_BASE(123, 123, 8, 0x0C0, 0x10, 5, 1),
|
| H A D | pinctrl-mt8127.c | 119 MTK_PIN_DRV_GRP(123, 0xc90, 0, 2), 156 MTK_PIN_PUPD_SPEC_SR(123, 0xca0, 0, 2, 1), /* MSDC1_DAT0 */ 197 MTK_PIN_IES_SMT_SPEC(123, 126, 0xc90, 4), 235 MTK_PIN_IES_SMT_SPEC(123, 123, 0xca0, 3),
|
| /linux/tools/testing/selftests/ftrace/test.d/trigger/ |
| H A D | trigger-hist-expressions.tc | 40 test_hist_expr "Variable assignment" "123" "123"
|
| /linux/drivers/pinctrl/uniphier/ |
| H A D | pinctrl-uniphier-ld11.c | 330 UNIPHIER_PINCTRL_PIN(123, "HS0DOUT7", UNIPHIER_PIN_IECTRL_EXIST, 331 123, UNIPHIER_PIN_DRV_1BIT, 332 123, UNIPHIER_PIN_PULL_DOWN), 502 static const unsigned hscin1_s_pins[] = {120, 121, 122, 123}; 507 120, 121, 122, 123}; 510 120, 121, 122, 123}; 514 static const unsigned hscout1_s_pins[] = {120, 121, 122, 123}; 582 123, 124, 125, 126, 127, 128, 129, 130, /* PORT20x */
|
| /linux/include/dt-bindings/clock/ |
| H A D | rv1108-cru.h | 73 #define SCLK_USBPHY 123 292 #define HRST_VIP0 123 302 #define PRST_VIP4 123
|
| /linux/tools/testing/selftests/bpf/verifier/ |
| H A D | atomic_xor.c | 25 BPF_MOV64_IMM(BPF_REG_0, 123), 41 BPF_JMP_IMM(BPF_JEQ, BPF_REG_0, 123, 2),
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_zerocopy_fastopen-client.pkt | 21 +.01 < S. 123:123(0) ack 1 win 14600 <mss 940,TS val 2000 ecr 1000,sackOK,nop,wscale 6, FO abcd1234,nop,nop>
|