Home
last modified time | relevance | path

Searched refs:exp2 (Results 1 – 11 of 11) sorted by relevance

/linux/arch/arm64/boot/dts/ti/
H A Dk3-j7200-evm-quad-port-eth-exp.dtso66 reset-gpios = <&exp2 17 GPIO_ACTIVE_LOW>;
85 &exp2 {
H A Dk3-j721e-evm-quad-port-eth-exp.dtso68 reset-gpios = <&exp2 17 GPIO_ACTIVE_LOW>;
87 &exp2 {
H A Dk3-j784s4-evm-quad-port-eth-exp1.dtso78 reset-gpios = <&exp2 17 GPIO_ACTIVE_LOW>;
98 &exp2 {
H A Dk3-j784s4-j742s2-evm-usb0-type-a.dtso17 &exp2 {
/linux/lib/
H A Dtest_bitmap.c44 static const unsigned long exp2[] __initconst = { variable
365 #define EXP2_IN_BITS (sizeof(exp2) * 8)
376 bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits); in test_replace()
380 bitmap_replace(bmap, &exp2[1 * nlongs], &exp2[0 * nlongs], exp2_to_exp3_mask, nbits); in test_replace()
384 bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits); in test_replace()
388 bitmap_replace(bmap, &exp2[1 * nlongs], &exp2[0 * nlongs], exp2_to_exp3_mask, nbits); in test_replace()
466 {0, "0-31:1/4,32-63:2/4,64-95:3/4,96-127:4/4", exp2, 128, 0},
/linux/fs/nfsd/
H A Dvfs.c131 struct svc_export *exp = *expp, *exp2 = NULL; in nfsd_cross_mnt() local
151 exp2 = rqst_exp_get_by_name(rqstp, &path); in nfsd_cross_mnt()
152 if (IS_ERR(exp2)) { in nfsd_cross_mnt()
153 err = PTR_ERR(exp2); in nfsd_cross_mnt()
154 exp2 = NULL; in nfsd_cross_mnt()
165 (exp->ex_flags & NFSEXP_CROSSMOUNT) || EX_NOHIDE(exp2)) { in nfsd_cross_mnt()
175 *expp = exp2; in nfsd_cross_mnt()
176 exp2 = exp; in nfsd_cross_mnt()
180 if (exp2) in nfsd_cross_mnt()
181 exp_put(exp2); in nfsd_cross_mnt()
[all …]
/linux/tools/testing/selftests/net/
H A Dlink_netns.py127 for src_net, netns, link_netns, exp1, exp2 in cases:
141 ksft_true(validate_link_netns(tgt_net, "foo", exp2),
/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_tlb_flush.c171 static inline void post_test(struct test_data *data, u64 exp1, u64 exp2) in prepare_to_test()
178 set_expected_val((void *)data->test_pages, exp2, WORKER_VCPU_ID_2);
182 post_test(struct test_data * data,u64 exp1,u64 exp2) post_test() argument
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra210-p2597.dtsi1389 exp2: gpio@77 { label
1759 gpio = <&exp2 10 GPIO_ACTIVE_HIGH>;
1779 gpio = <&exp2 9 GPIO_ACTIVE_HIGH>;
H A Dtegra186-p2771-0000.dts2264 exp2: gpio@77 { label
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh2074 local exp2=$4
2079 print_check "mptcp_info ${info1:0:15}=$exp1:$exp2"
2087 if [ "$cnt1" != "$exp1" ] || [ "$cnt2" != "$exp2" ]; then
2088 fail_test "got $cnt1:$cnt2 $info1:$info2 expected $exp1:$exp2"