| /linux/tools/testing/selftests/drivers/ntsync/ |
| H A D | ntsync.c | 183 ret = wait_any(fd, 1, &sem, 123, &index); in TEST() 188 ret = wait_any(fd, 1, &sem, 123, &index); in TEST() 193 ret = wait_any(fd, 1, &sem, 123, &index); in TEST() 209 ret = wait_any(fd, 1, &sem, 123, &index); in TEST() 211 ret = wait_any(fd, 1, &sem, 123, &index); in TEST() 243 mutex_args.owner = 123; in TEST() 255 mutex_args.owner = 123; in TEST() 259 check_mutex_state(mutex, 2, 123); in TEST() 268 check_mutex_state(mutex, 2, 123); in TEST() 270 ret = unlock_mutex(mutex, 123, 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/tools/perf/tests/ |
| H A D | event_update.c | 23 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_unit() 36 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_scale() 55 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_name() 71 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_cpus() 95 perf_evlist__id_add(evlist__core(evlist), &evsel->core, 0, 0, 123); in test__event_update()
|
| H A D | util.c | 96 TEST_ASSERT_VAL("empty string", test_strreplace(' ', "", "123", "")); in test__util() 97 TEST_ASSERT_VAL("no match", test_strreplace('5', "123", "4", "123")); in test__util() 98 TEST_ASSERT_VAL("replace 1", test_strreplace('3', "123", "4", "124")); in test__util()
|
| /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/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 | 136 /* if (ctx->level == 123) { */ 137 BPF_JMP_IMM(BPF_JNE, BPF_REG_6, 123, 4), 154 .get_level = 123, 179 /* if (ctx->optname == 123) { */ 180 BPF_JMP_IMM(BPF_JNE, BPF_REG_6, 123, 4), 197 .get_optname = 123, 531 /* if (ctx->level == 123) { */ 532 BPF_JMP_IMM(BPF_JNE, BPF_REG_6, 123, 4), 549 .set_level = 123, 586 /* 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/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/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 | 138 if (ip6p->nexthdr != 6 || ip6p->payload_len != __bpf_constant_htons(123)) in new_get_skb_ifindex() 145 if (ip6p->nexthdr != 6 || ip6p->payload_len != __bpf_constant_htons(123)) 158 if (val != 123) in new_test_pkt_write_access_subprog()
|
| 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()
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-btf.rst | 150 static int static_var __attribute__((section("data_sec"))) = 123; 202 **# bpftool btf dump map id 123 key** 208 **# bpftool btf dump map id 123 value** 214 **# bpftool btf dump map id 123 kv** 221 **# bpftool btf dump map id 123 all** 233 **# bpftool btf dump map id 123**
|
| /linux/rust/zerocopy/src/ |
| H A D | wrappers.rs | 858 let mut u = Unalign::new(AU64(123)); in test_unalign() 859 assert_eq!(u.get(), AU64(123)); in test_unalign() 860 assert_eq!(u.into_inner(), AU64(123)); in test_unalign() 867 let mut u: Align<_, AU64> = Align::new(Unalign::new(AU64(123))); in test_unalign() 868 assert_eq!(u.t.try_deref().unwrap(), &AU64(123)); in test_unalign() 869 assert_eq!(u.t.try_deref_mut().unwrap(), &mut AU64(123)); in test_unalign() 871 assert_eq!(unsafe { u.t.deref_unchecked() }, &AU64(123)); in test_unalign() 873 assert_eq!(unsafe { u.t.deref_mut_unchecked() }, &mut AU64(123)); in test_unalign() 879 let mut u: ForceUnalign<_, AU64> = ForceUnalign::new(Unalign::new(AU64(123))); in test_unalign() 884 let mut u = Unalign::new(123u8); in test_unalign() [all …]
|
| /linux/tools/testing/selftests/filesystems/ |
| H A D | fclog.c | 67 ASSERT_ERRNO_EQ(-EINVAL, fsconfig(fsfd, FSCONFIG_SET_STRING, "invalid-arg", "123", 0)); in TEST_F() 83 ASSERT_ERRNO_EQ(-EINVAL, fsconfig(fsfd, FSCONFIG_SET_STRING, "invalid-arg", "123", 0)); in TEST_F() 108 ASSERT_ERRNO_EQ(-EINVAL, fsconfig(fsfd, FSCONFIG_SET_STRING, "invalid-arg", "123", 0)); in TEST_F()
|
| /linux/tools/testing/selftests/ftrace/test.d/trigger/ |
| H A D | trigger-hist-expressions.tc | 40 test_hist_expr "Variable assignment" "123" "123"
|
| /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/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),
|
| /linux/drivers/pinctrl/uniphier/ |
| H A D | pinctrl-uniphier-ld11.c | 329 UNIPHIER_PINCTRL_PIN(123, "HS0DOUT7", UNIPHIER_PIN_IECTRL_EXIST, 330 123, UNIPHIER_PIN_DRV_1BIT, 331 123, UNIPHIER_PIN_PULL_DOWN), 501 static const unsigned hscin1_s_pins[] = {120, 121, 122, 123}; 506 120, 121, 122, 123}; 509 120, 121, 122, 123}; 513 static const unsigned hscout1_s_pins[] = {120, 121, 122, 123}; 581 123, 124, 125, 126, 127, 128, 129, 130, /* PORT20x */
|
| /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>
|
| /linux/tools/testing/selftests/net/ |
| H A D | ioam6.sh | 305 ioam namespace add 123 data ${ALPHA[6]} wide ${ALPHA[7]} &>/dev/null 309 ioam namespace set 123 schema ${ALPHA[8]} &>/dev/null 328 ip -netns $ioam_node_beta ioam namespace add 123 &>/dev/null 477 ip -netns $ioam_node_alpha ioam namespace del 123 &>/dev/null 495 ioam namespace add 123 data ${ALPHA[6]} wide ${ALPHA[7]} &>/dev/null 497 ioam namespace set 123 schema ${ALPHA[8]} &>/dev/null 617 ioam namespace show 2>/dev/null | grep -wq 123 673 ioam schema show 2>/dev/null | grep -wq 123 992 local ns=123 1042 local ns=123 [all …]
|