Home
last modified time | relevance | path

Searched full:out2 (Results 1 – 25 of 153) sorted by relevance

1234567

/linux/arch/x86/include/asm/
H A Dvmware.h76 u32 *out1, u32 *out2, u32 *out3,
85 u32 *out1, u32 *out2, u32 *out3,
124 u32 *out1, u32 *out2) in vmware_hypercall3() argument
130 out1, out2, NULL, NULL, NULL); in vmware_hypercall3()
134 out1, out2, NULL, NULL, NULL); in vmware_hypercall3()
137 : "=a" (out0), "=b" (*out1), "=c" (*out2) in vmware_hypercall3()
149 u32 *out1, u32 *out2, u32 *out3) in vmware_hypercall4() argument
155 out1, out2, out3, NULL, NULL); in vmware_hypercall4()
159 out1, out2, out3, NULL, NULL); in vmware_hypercall4()
162 : "=a" (out0), "=b" (*out1), "=c" (*out2), "=d" (*out3) in vmware_hypercall4()
[all …]
/linux/net/ceph/crush/
H A Dmapper.c449 * @out2: second output vector for leaf items (if @recurse_to_leaf)
467 int *out2, in crush_choose_firstn() argument
571 out2, outpos, count, in crush_choose_firstn()
585 out2[outpos] = item; in crush_choose_firstn()
655 int *out2, in crush_choose_indep() argument
675 if (out2) in crush_choose_indep()
676 out2[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep()
681 if (out2 && ftotal) { in crush_choose_indep()
689 dprintk(" %d", out2[rep]); in crush_choose_indep()
736 if (out2) in crush_choose_indep()
[all …]
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg_arm64.h74 unsigned long in5, u32 *out2) in vmware_hypercall5() argument
93 *out2 = x2; in vmware_hypercall5()
99 unsigned long in3, u32 *out2, in vmware_hypercall6() argument
119 *out2 = x2; in vmware_hypercall6()
130 u32 *out2, u32 *out3) in vmware_hypercall7() argument
150 *out2 = x2; in vmware_hypercall7()
/linux/drivers/md/
H A Ddm-ps-historical-service-time.c372 long long out1, out2, stale1, stale2; in hst_compare() local
376 hst_fill_compare(pi2, &hst2, &out2, &stale2); in hst_compare()
389 return out1 - out2; in hst_compare()
396 if ((!out1 && stale1 < time_now) || (!out2 && stale2 < time_now) || in hst_compare()
397 (!out1 && !out2)) in hst_compare()
398 return (!out2 * stale1) - (!out1 * stale2); in hst_compare()
403 if (out1 == out2) { in hst_compare()
408 out2 >= HST_MAX_INFLIGHT)) { in hst_compare()
416 pi2_better = (1 + out1) * hst1 > (1 + out2) * hst2; in hst_compare()
422 return out1 - out2; in hst_compare()
[all...]
/linux/lib/crypto/x86/
H A Dsha256.h46 u8 out2[SHA256_DIGEST_SIZE]);
52 u8 out2[SHA256_DIGEST_SIZE]) in sha256_finup_2x_arch()
62 sha256_ni_finup2x(ctx, data1, data2, len, out1, out2); in sha256_finup_2x_arch()
65 kmsan_unpoison_memory(out2, SHA256_DIGEST_SIZE); in sha256_finup_2x_arch()
/linux/lib/crypto/arm64/
H A Dsha256.h51 u8 out2[SHA256_DIGEST_SIZE]);
57 u8 out2[SHA256_DIGEST_SIZE]) in sha256_finup_2x_arch()
68 sha256_ce_finup2x(ctx, data1, data2, len, out1, out2); in sha256_finup_2x_arch()
70 kmsan_unpoison_memory(out2, SHA256_DIGEST_SIZE); in sha256_finup_2x_arch()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dskeleton.c49 CHECK(data->out2 != -1, "out2", "got %lld != exp %lld\n", data->out2, -1LL); in test_skeleton()
110 CHECK(data->out2 != 2, "res2", "got %lld != exp %d\n", data->out2, 2); in test_skeleton()
/linux/tools/testing/selftests/net/
H A Dfq_band_pktlimit.sh38 OUT2="$(tc -s qdisc show dev dummy0 | grep '^\ Sent')"
51 echo "${OUT2}"
57 echo "${OUT2}" | grep -q '0\ pkt\ (dropped\ 30' || die "unexpected drop count at 2"
/linux/drivers/scsi/aic94xx/
H A Daic94xx_sds.c219 goto out2; in asd_get_bios_chim()
227 goto out2; in asd_get_bios_chim()
233 goto out2; in asd_get_bios_chim()
254 goto out2; in asd_get_bios_chim()
265 out2: in asd_get_bios_chim()
881 goto out2; in asd_process_ms()
887 goto out2; in asd_process_ms()
893 goto out2; in asd_process_ms()
901 goto out2; in asd_process_ms()
908 goto out2; in asd_process_ms()
[all...]
/linux/security/keys/
H A Ddh.c189 goto out2; in __keyctl_dh_compute()
196 goto out2; in __keyctl_dh_compute()
204 goto out2; in __keyctl_dh_compute()
293 out2: in __keyctl_dh_compute()
/linux/lib/crypto/
H A Dsha256.c282 u8 out2[SHA256_DIGEST_SIZE]) in sha256_finup_2x_arch()
295 size_t len, u8 out1[SHA256_DIGEST_SIZE], u8 out2[SHA256_DIGEST_SIZE]) in sha256_finup_2x_sequential()
305 __sha256_final(&mut_ctx, out2, SHA256_DIGEST_SIZE); in sha256_finup_2x_sequential()
310 u8 out2[SHA256_DIGEST_SIZE]) in sha256_finup_2x()
316 out2))) in sha256_finup_2x()
318 sha256_finup_2x_sequential(&ctx->ctx, data1, data2, len, out1, out2); in sha256_finup_2x()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_skeleton.c31 long long out2 = -1; variable
76 out2 = in2; in handler()
/linux/Documentation/devicetree/bindings/sound/
H A Daxentia,tse850-pcm5142.txt29 IN2 +---o--+------------+--o---+ OUT2
39 are active, short-cutting the TSE-850 from channel 2. IN1, IN2, OUT1 and OUT2
H A Dmediatek,mt8188-afe.yaml127 mediatek,etdm-out2-cowork-source:
190 mediatek,etdm-out2-cowork-source = <0>;
/linux/net/sunrpc/
H A Dsunrpc_syms.c95 goto out2; in init_sunrpc()
125 out2: in init_sunrpc()
/linux/fs/nfs/
H A Dnfs4super.c278 goto out2; in init_nfs_v4()
283 goto out2; in init_nfs_v4()
290 out2: in init_nfs_v4()
/linux/fs/configfs/
H A Dmount.c148 goto out2; in configfs_init()
158 out2: in configfs_init()
/linux/sound/soc/samsung/
H A Dsmdk_spdif.c43 goto out2; in set_audio_clock_heirachy()
62 out2: in set_audio_clock_heirachy()
/linux/Documentation/devicetree/bindings/clock/
H A Didt,versaclock5.yaml19 2 -- OUT2
29 2 -- OUT2
/linux/fs/squashfs/
H A Dxz_wrapper.c48 goto out2; in squashfs_xz_comp_opts()
76 out2: in squashfs_xz_comp_opts()
/linux/arch/powerpc/platforms/44x/
H A Dhsta_msi.c167 goto out2; in hsta_msi_probe()
177 out2: in hsta_msi_probe()
/linux/drivers/net/
H A Dmacvtap.c220 goto out2; in macvtap_init()
236 out2: in macvtap_init()
/linux/drivers/net/ipvlan/
H A Dipvtap.c207 goto out2; in ipvtap_init()
223 out2: in ipvtap_init()
/linux/arch/mips/alchemy/devboards/
H A Dplatform.c175 goto out2; in db1x_register_norflash()
242 out2: in db1x_register_norflash()
/linux/sound/soc/codecs/
H A Dda7218.c830 SOC_SINGLE_TLV("DMix In Filter1L Out2 DAIL Volume",
835 SOC_SINGLE_TLV("DMix In Filter1L Out2 DAIR Volume",
851 SOC_SINGLE_TLV("DMix In Filter1R Out2 DAIL Volume",
856 SOC_SINGLE_TLV("DMix In Filter1R Out2 DAIR Volume",
872 SOC_SINGLE_TLV("DMix In Filter2L Out2 DAIL Volume",
877 SOC_SINGLE_TLV("DMix In Filter2L Out2 DAIR Volume",
893 SOC_SINGLE_TLV("DMix In Filter2R Out2 DAIL Volume",
898 SOC_SINGLE_TLV("DMix In Filter2R Out2 DAIR Volume",
914 SOC_SINGLE_TLV("DMix ToneGen Out2 DAIL Volume",
919 SOC_SINGLE_TLV("DMix ToneGen Out2 DAI
[all...]

1234567