Home
last modified time | relevance | path

Searched refs:out2 (Results 1 - 25 of 267) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/drivers/crypto/vmx/
H A Daesp8-ppc.pl703 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
818 vxor $out2,$in2,$rndkey0
836 vncipher $out2,$out2,v24
847 vncipher $out2,$out2,v25
859 vncipher $out2,$out2,v24
869 vncipher $out2,$out2,v2
[all...]
/kernel/linux/linux-6.6/drivers/crypto/vmx/
H A Daesp8-ppc.pl703 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
818 vxor $out2,$in2,$rndkey0
836 vncipher $out2,$out2,v24
847 vncipher $out2,$out2,v25
859 vncipher $out2,$out2,v24
869 vncipher $out2,$out2,v2
[all...]
/kernel/linux/linux-5.10/net/ceph/crush/
H A Dmapper.c446 * @out2: second output vector for leaf items (if @recurse_to_leaf)
463 int *out2, in crush_choose_firstn()
567 out2, outpos, count, in crush_choose_firstn()
581 out2[outpos] = item; in crush_choose_firstn()
652 int *out2, in crush_choose_indep()
672 if (out2) in crush_choose_indep()
673 out2[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep()
678 if (out2 && ftotal) { in crush_choose_indep()
686 dprintk(" %d", out2[rep]); in crush_choose_indep()
733 if (out2) in crush_choose_indep()
449 crush_choose_firstn(const struct crush_map *map, struct crush_work *work, const struct crush_bucket *bucket, const __u32 *weight, int weight_max, int x, int numrep, int type, int *out, int outpos, int out_size, unsigned int tries, unsigned int recurse_tries, unsigned int local_retries, unsigned int local_fallback_retries, int recurse_to_leaf, unsigned int vary_r, unsigned int stable, int *out2, int parent_r, const struct crush_choose_arg *choose_args) crush_choose_firstn() argument
643 crush_choose_indep(const struct crush_map *map, struct crush_work *work, const struct crush_bucket *bucket, const __u32 *weight, int weight_max, int x, int left, int numrep, int type, int *out, int outpos, unsigned int tries, unsigned int recurse_tries, int recurse_to_leaf, int *out2, int parent_r, const struct crush_choose_arg *choose_args) crush_choose_indep() argument
[all...]
/kernel/linux/linux-6.6/net/ceph/crush/
H A Dmapper.c446 * @out2: second output vector for leaf items (if @recurse_to_leaf)
463 int *out2, in crush_choose_firstn()
567 out2, outpos, count, in crush_choose_firstn()
581 out2[outpos] = item; in crush_choose_firstn()
652 int *out2, in crush_choose_indep()
672 if (out2) in crush_choose_indep()
673 out2[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep()
678 if (out2 && ftotal) { in crush_choose_indep()
686 dprintk(" %d", out2[rep]); in crush_choose_indep()
733 if (out2) in crush_choose_indep()
449 crush_choose_firstn(const struct crush_map *map, struct crush_work *work, const struct crush_bucket *bucket, const __u32 *weight, int weight_max, int x, int numrep, int type, int *out, int outpos, int out_size, unsigned int tries, unsigned int recurse_tries, unsigned int local_retries, unsigned int local_fallback_retries, int recurse_to_leaf, unsigned int vary_r, unsigned int stable, int *out2, int parent_r, const struct crush_choose_arg *choose_args) crush_choose_firstn() argument
643 crush_choose_indep(const struct crush_map *map, struct crush_work *work, const struct crush_bucket *bucket, const __u32 *weight, int weight_max, int x, int left, int numrep, int type, int *out, int outpos, unsigned int tries, unsigned int recurse_tries, int recurse_to_leaf, int *out2, int parent_r, const struct crush_choose_arg *choose_args) crush_choose_indep() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm8350.c62 struct wm8350_output out2; member
142 struct wm8350_output *out2 = &wm8350_data->out2; in wm8350_out2_ramp_step() local
150 if (out2->ramp == WM8350_RAMP_UP) { in wm8350_out2_ramp_step()
152 if (val < out2->left_vol) { in wm8350_out2_ramp_step()
159 } else if (out2->ramp == WM8350_RAMP_DOWN) { in wm8350_out2_ramp_step()
174 if (out2->ramp == WM8350_RAMP_UP) { in wm8350_out2_ramp_step()
176 if (val < out2->right_vol) { in wm8350_out2_ramp_step()
183 } else if (out2->ramp == WM8350_RAMP_DOWN) { in wm8350_out2_ramp_step()
212 *out2 in wm8350_pga_work() local
345 struct wm8350_output *out2 = &wm8350_priv->out2; wm8350_get_volsw_2r() local
1461 struct wm8350_output *out2; wm8350_component_probe() local
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm8350.c62 struct wm8350_output out2; member
142 struct wm8350_output *out2 = &wm8350_data->out2; in wm8350_out2_ramp_step() local
150 if (out2->ramp == WM8350_RAMP_UP) { in wm8350_out2_ramp_step()
152 if (val < out2->left_vol) { in wm8350_out2_ramp_step()
159 } else if (out2->ramp == WM8350_RAMP_DOWN) { in wm8350_out2_ramp_step()
174 if (out2->ramp == WM8350_RAMP_UP) { in wm8350_out2_ramp_step()
176 if (val < out2->right_vol) { in wm8350_out2_ramp_step()
183 } else if (out2->ramp == WM8350_RAMP_DOWN) { in wm8350_out2_ramp_step()
212 *out2 in wm8350_pga_work() local
346 struct wm8350_output *out2 = &wm8350_priv->out2; wm8350_get_volsw_2r() local
1462 struct wm8350_output *out2; wm8350_component_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-historical-service-time.c369 long long out1, out2, stale1, stale2; in hst_compare() local
373 hst_fill_compare(pi2, &hst2, &out2, &stale2); in hst_compare()
386 return out1 - out2; in hst_compare()
393 if ((!out1 && stale1 < time_now) || (!out2 && stale2 < time_now) || in hst_compare()
394 (!out1 && !out2)) in hst_compare()
395 return (!out2 * stale1) - (!out1 * stale2); in hst_compare()
400 if (out1 == out2) { in hst_compare()
405 out2 >= HST_MAX_INFLIGHT)) { in hst_compare()
413 pi2_better = (1 + out1) * hst1 > (1 + out2) * hst2; in hst_compare()
419 return out1 - out2; in hst_compare()
[all...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dskeleton.c37 CHECK(data->out2 != -1, "out2", "got %lld != exp %lld\n", data->out2, -1LL); in test_skeleton()
82 CHECK(data->out2 != 2, "res2", "got %lld != exp %d\n", data->out2, 2); in test_skeleton()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_skeleton.c29 long long out2 = -1; variable
47 out2 = in2; in handler()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
877 goto out2; in asd_process_ms()
883 goto out2; in asd_process_ms()
889 goto out2; in asd_process_ms()
897 goto out2; in asd_process_ms()
904 goto out2; in asd_process_ms()
[all...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_skeleton.c31 long long out2 = -1; variable
76 out2 = in2; in handler()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Dif_cs.c845 goto out2; in if_cs_probe()
862 goto out2; in if_cs_probe()
872 goto out2; in if_cs_probe()
879 goto out2; in if_cs_probe()
885 goto out2; in if_cs_probe()
892 goto out2; in if_cs_probe()
915 out2: in if_cs_probe()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dif_cs.c845 goto out2; in if_cs_probe()
862 goto out2; in if_cs_probe()
872 goto out2; in if_cs_probe()
879 goto out2; in if_cs_probe()
885 goto out2; in if_cs_probe()
892 goto out2; in if_cs_probe()
915 out2: in if_cs_probe()
/kernel/linux/linux-5.10/security/keys/
H A Ddh.c294 goto out2; in __keyctl_dh_compute()
301 goto out2; in __keyctl_dh_compute()
309 goto out2; in __keyctl_dh_compute()
403 out2: in __keyctl_dh_compute()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4super.c276 goto out2; in init_nfs_v4()
281 goto out2; in init_nfs_v4()
288 out2: in init_nfs_v4()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4super.c276 goto out2; in init_nfs_v4()
281 goto out2; in init_nfs_v4()
288 out2: in init_nfs_v4()
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsunrpc_syms.c94 goto out2; in init_sunrpc()
118 out2: in init_sunrpc()
/kernel/linux/linux-5.10/sound/soc/samsung/
H A Dsmdk_spdif.c43 goto out2; in set_audio_clock_heirachy()
62 out2: in set_audio_clock_heirachy()
/kernel/linux/linux-5.10/fs/configfs/
H A Dmount.c149 goto out2; in configfs_init()
159 out2: in configfs_init()
/kernel/linux/linux-5.10/drivers/oprofile/
H A Doprof.c51 goto out2; in oprofile_setup()
83 out2: in oprofile_setup()
/kernel/linux/linux-6.6/fs/configfs/
H A Dmount.c147 goto out2; in configfs_init()
157 out2: in configfs_init()

Completed in 18 milliseconds

1234567891011