Searched refs:out (Results 151 - 175 of 7758) sorted by relevance

1234567891011>>

/linux-master/fs/bcachefs/
H A Dquota.c36 static void bch2_sb_quota_to_text(struct printbuf *out, struct bch_sb *sb, argument
43 prt_printf(out, "%s: flags %llx",
48 prt_printf(out, " %s timelimit %u warnlimit %u",
53 prt_newline(out);
76 void bch2_quota_to_text(struct printbuf *out, struct bch_fs *c, argument
83 prt_printf(out, "%s hardlimit %llu softlimit %llu",
95 static void qc_info_to_text(struct printbuf *out, struct qc_info *i) argument
97 printbuf_tabstops_reset(out);
98 printbuf_tabstop_push(out, 20);
100 prt_str(out, "i_fieldmas
141 qc_dqblk_to_text(struct printbuf *out, struct qc_dqblk *q) argument
[all...]
/linux-master/drivers/xen/xen-pciback/
H A Dxenbus.c43 goto out;
63 out:
121 goto out;
132 goto out;
138 out:
154 goto out;
159 goto out;
171 goto out;
180 goto out;
185 goto out;
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dtout.c55 /* Time register consists of two fields to_multiplier(time out multiplier)
56 * and to_value(time out value). to_value is the quantity of the time units and
130 u32 out[MLX5_ST_SZ_DW(dtor_reg)] = {}; local
134 err = mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out), MLX5_REG_DTOR, 0, 0);
138 pcie_toggle_to_val = MLX5_TIMEOUT_FILL(pcie_toggle_to, out, dev, MLX5_TO_PCI_TOGGLE_MS, 0);
139 MLX5_TIMEOUT_FILL(fw_reset_to, out, dev, MLX5_TO_FW_RESET_MS, pcie_toggle_to_val);
141 tear_down_to_val = MLX5_TIMEOUT_FILL(tear_down_to, out, dev, MLX5_TO_TEARDOWN_MS, 0);
142 MLX5_TIMEOUT_FILL(pci_sync_update_to, out, dev, MLX5_TO_PCI_SYNC_UPDATE_MS,
145 MLX5_TIMEOUT_FILL(health_poll_to, out, de
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmr.c55 mlx5_core_dbg(dev, "out 0x%x, mkey 0x%x\n", mkey_index, *mkey);
70 int mlx5_core_query_mkey(struct mlx5_core_dev *dev, u32 mkey, u32 *out, argument
75 memset(out, 0, outlen);
78 return mlx5_cmd_exec(dev, in, sizeof(in), out, outlen);
82 static inline u32 mlx5_get_psv(u32 *out, int psv_index) argument
85 case 1: return MLX5_GET(create_psv_out, out, psv1_index);
86 case 2: return MLX5_GET(create_psv_out, out, psv2_index);
87 case 3: return MLX5_GET(create_psv_out, out, psv3_index);
88 default: return MLX5_GET(create_psv_out, out, psv0_index);
95 u32 out[MLX5_ST_SZ_D local
129 u32 out[MLX5_ST_SZ_DW(query_special_contexts_out)] = {}; local
[all...]
H A Dvport.c46 u32 out[MLX5_ST_SZ_DW(query_vport_state_out)] = {}; local
57 err = mlx5_cmd_exec_inout(mdev, query_vport_state, in, out);
61 return MLX5_GET(query_vport_state_out, out, state);
80 u32 *out)
90 return mlx5_cmd_exec_inout(mdev, query_nic_vport_context, in, out);
96 u32 out[MLX5_ST_SZ_DW(query_nic_vport_context_out)] = {}; local
99 err = mlx5_query_nic_vport_context(mdev, vport, out);
101 *min_inline = MLX5_GET(query_nic_vport_context_out, out,
149 u32 out[MLX5_ST_SZ_DW(query_nic_vport_context_out)] = {}; local
154 out_addr = MLX5_ADDR_OF(query_nic_vport_context_out, out,
79 mlx5_query_nic_vport_context(struct mlx5_core_dev *mdev, u16 vport, u32 *out) argument
214 u32 *out; local
264 void *out; local
321 u32 out[MLX5_ST_SZ_DW(modify_nic_vport_context_out)] = {}; local
373 u32 out[MLX5_ST_SZ_DW(modify_nic_vport_context_out)]; local
423 u32 *out; local
446 u32 *out; local
466 u32 *out; local
520 u32 *out; local
545 void *out = NULL; local
611 void *out = NULL; local
677 void *out; local
791 u32 *out; local
895 u32 *out; local
984 mlx5_core_query_vport_counter(struct mlx5_core_dev *dev, u8 other_vport, int vf, u8 port_num, void *out) argument
1024 u32 out[MLX5_ST_SZ_DW(query_vnic_env_out)] = {}; local
1185 mlx5_vport_get_other_func_cap(struct mlx5_core_dev *dev, u16 vport, void *out, u16 opmod) argument
[all...]
/linux-master/tools/perf/util/
H A Dmem-events.c284 int perf_mem__tlb_scnprintf(char *out, size_t sz, struct mem_info *mem_info) argument
291 out[0] = '\0';
306 strcat(out, " or ");
309 l += scnprintf(out + l, sz - l, tlb_access[i]);
311 if (*out == '\0')
312 l += scnprintf(out, sz - l, "N/A");
314 l += scnprintf(out + l, sz - l, " hit");
316 l += scnprintf(out + l, sz - l, " miss");
362 static int perf_mem__op_scnprintf(char *out, size_t sz, struct mem_info *mem_info) argument
371 l = scnprintf(out, s
386 perf_mem__lvl_scnprintf(char *out, size_t sz, struct mem_info *mem_info) argument
468 perf_mem__snp_scnprintf(char *out, size_t sz, struct mem_info *mem_info) argument
510 perf_mem__lck_scnprintf(char *out, size_t sz, struct mem_info *mem_info) argument
528 perf_mem__blk_scnprintf(char *out, size_t sz, struct mem_info *mem_info) argument
551 perf_script__meminfo_scnprintf(char *out, size_t sz, struct mem_info *mem_info) argument
[all...]
/linux-master/kernel/power/
H A Dconsole.c55 goto out;
61 goto out;
67 out:
114 goto out;
117 goto out;
121 goto out;
125 out:
/linux-master/mm/
H A Dmsync.c26 * write out the dirty pages and wait on the writeout and check the result.
43 goto out;
45 goto out;
47 goto out;
52 goto out;
55 goto out;
99 goto out;
112 out:
/linux-master/arch/arm64/crypto/
H A Dsm4-ce-cipher-glue.c18 asmlinkage void sm4_ce_do_crypt(const u32 *rk, void *out, const void *in);
28 static void sm4_ce_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
33 sm4_crypt_block(ctx->rkey_enc, out, in);
36 sm4_ce_do_crypt(ctx->rkey_enc, out, in);
41 static void sm4_ce_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
46 sm4_crypt_block(ctx->rkey_dec, out, in);
49 sm4_ce_do_crypt(ctx->rkey_dec, out, in);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpf_ma.c26 goto out;
32 goto out;
40 goto out;
46 goto out;
51 goto out;
55 goto out;
60 out:
H A Dsk_storage_tracing.c61 goto out;
66 goto out;
71 goto out;
76 goto out;
81 goto out;
86 goto out;
90 goto out;
94 goto out;
99 out:
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dacx.c34 goto out;
45 goto out;
48 out:
63 goto out;
72 goto out;
76 out:
96 goto out;
105 goto out;
108 out:
123 goto out;
[all...]
/linux-master/sound/usb/line6/
H A Dplayback.c138 must be called in line6pcm->out.lock context
155 index = find_first_zero_bit(&line6pcm->out.active_urbs,
163 urb_out = line6pcm->out.urbs[index];
177 line6pcm->out.count += frame_increment;
178 n = line6pcm->out.count / frame_factor;
179 line6pcm->out.count -= n * frame_factor;
198 line6pcm->out.buffer +
203 if (test_bit(LINE6_STREAM_PCM, &line6pcm->out.running) &&
208 if (line6pcm->out.pos + urb_frames > runtime->buffer_size) {
215 len = runtime->buffer_size - line6pcm->out
[all...]
/linux-master/net/core/
H A Dflow_offload.c59 struct flow_match_meta *out)
61 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_META, out);
66 struct flow_match_basic *out)
68 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_BASIC, out);
73 struct flow_match_control *out)
75 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_CONTROL, out);
80 struct flow_match_eth_addrs *out)
82 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_ETH_ADDRS, out);
87 struct flow_match_vlan *out)
89 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_VLAN, out);
58 flow_rule_match_meta(const struct flow_rule *rule, struct flow_match_meta *out) argument
65 flow_rule_match_basic(const struct flow_rule *rule, struct flow_match_basic *out) argument
72 flow_rule_match_control(const struct flow_rule *rule, struct flow_match_control *out) argument
79 flow_rule_match_eth_addrs(const struct flow_rule *rule, struct flow_match_eth_addrs *out) argument
86 flow_rule_match_vlan(const struct flow_rule *rule, struct flow_match_vlan *out) argument
93 flow_rule_match_cvlan(const struct flow_rule *rule, struct flow_match_vlan *out) argument
100 flow_rule_match_arp(const struct flow_rule *rule, struct flow_match_arp *out) argument
107 flow_rule_match_ipv4_addrs(const struct flow_rule *rule, struct flow_match_ipv4_addrs *out) argument
114 flow_rule_match_ipv6_addrs(const struct flow_rule *rule, struct flow_match_ipv6_addrs *out) argument
121 flow_rule_match_ip(const struct flow_rule *rule, struct flow_match_ip *out) argument
128 flow_rule_match_ports(const struct flow_rule *rule, struct flow_match_ports *out) argument
135 flow_rule_match_ports_range(const struct flow_rule *rule, struct flow_match_ports_range *out) argument
142 flow_rule_match_tcp(const struct flow_rule *rule, struct flow_match_tcp *out) argument
149 flow_rule_match_ipsec(const struct flow_rule *rule, struct flow_match_ipsec *out) argument
156 flow_rule_match_icmp(const struct flow_rule *rule, struct flow_match_icmp *out) argument
163 flow_rule_match_mpls(const struct flow_rule *rule, struct flow_match_mpls *out) argument
170 flow_rule_match_enc_control(const struct flow_rule *rule, struct flow_match_control *out) argument
177 flow_rule_match_enc_ipv4_addrs(const struct flow_rule *rule, struct flow_match_ipv4_addrs *out) argument
184 flow_rule_match_enc_ipv6_addrs(const struct flow_rule *rule, struct flow_match_ipv6_addrs *out) argument
191 flow_rule_match_enc_ip(const struct flow_rule *rule, struct flow_match_ip *out) argument
198 flow_rule_match_enc_ports(const struct flow_rule *rule, struct flow_match_ports *out) argument
205 flow_rule_match_enc_keyid(const struct flow_rule *rule, struct flow_match_enc_keyid *out) argument
212 flow_rule_match_enc_opts(const struct flow_rule *rule, struct flow_match_enc_opts *out) argument
240 flow_rule_match_ct(const struct flow_rule *rule, struct flow_match_ct *out) argument
247 flow_rule_match_pppoe(const struct flow_rule *rule, struct flow_match_pppoe *out) argument
254 flow_rule_match_l2tpv3(const struct flow_rule *rule, struct flow_match_l2tpv3 *out) argument
[all...]
/linux-master/drivers/platform/x86/amd/pmf/
H A Dcnqf.c236 static void amd_pmf_update_trans_data(int idx, struct apmf_dyn_slider_output *out) argument
241 tp->time_constant = out->t_balanced_to_quiet;
246 tp->time_constant = out->t_balanced_to_perf;
251 tp->time_constant = out->t_quiet_to_balanced;
256 tp->time_constant = out->t_perf_to_balanced;
261 tp->time_constant = out->t_turbo_to_perf;
266 tp->time_constant = out->t_perf_to_turbo;
271 static void amd_pmf_update_mode_set(int idx, struct apmf_dyn_slider_output *out) argument
277 ms->power_floor = out->ps[APMF_CNQF_QUIET].pfloor;
278 ms->power_control.fppt = out
334 struct apmf_dyn_slider_output out = {}; local
346 struct apmf_dyn_slider_output out; local
[all...]
/linux-master/scripts/kconfig/
H A Dparser.y590 static void print_quoted_string(FILE *out, const char *str)
595 putc('"', out);
599 fprintf(out, "%.*s", len, str);
600 fputs("\\\"", out);
603 fputs(str, out);
604 putc('"', out);
607 static void print_symbol(FILE *out, struct menu *menu)
613 fprintf(out, "\nchoice\n");
615 fprintf(out, "\nconfig %s\n", sym->name);
618 fputs(" bool\n", out);
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dbtf_helpers.c88 int fprintf_btf_type_raw(FILE *out, const struct btf *btf, __u32 id) argument
101 fprintf(out, "[%u] %s '%s'", id, btf_kind_str(kind), btf_str(btf, t->name_off));
105 fprintf(out, " size=%u bits_offset=%u nr_bits=%u encoding=%s",
115 fprintf(out, " type_id=%u", t->type);
120 fprintf(out, " type_id=%u index_type_id=%u nr_elems=%u",
128 fprintf(out, " size=%u vlen=%u", t->size, vlen);
134 fprintf(out, "\n\t'%s' type_id=%u bits_offset=%u",
137 fprintf(out, " bitfield_size=%u", bit_sz);
146 fprintf(out, " encoding=%s size=%u vlen=%u",
149 fprintf(out, fmt_st
[all...]
/linux-master/fs/btrfs/tests/
H A Dextent-buffer-tests.c41 goto out;
48 goto out;
56 goto out;
82 goto out;
94 goto out;
100 goto out;
110 goto out;
118 goto out;
124 goto out;
133 goto out;
[all...]
/linux-master/arch/x86/crypto/
H A Dsha256_ssse3_glue.c81 unsigned int len, u8 *out, sha256_block_fn *sha256_xform)
84 return crypto_sha256_finup(desc, data, len, out);
92 return sha256_base_finish(desc, out);
102 unsigned int len, u8 *out)
104 return sha256_finup(desc, data, len, out, sha256_transform_ssse3);
108 static int sha256_ssse3_final(struct shash_desc *desc, u8 *out) argument
110 return sha256_ssse3_finup(desc, NULL, 0, out);
114 unsigned int len, u8 *out)
117 sha256_ssse3_finup(desc, data, len, out);
176 unsigned int len, u8 *out)
80 sha256_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out, sha256_block_fn *sha256_xform) argument
101 sha256_ssse3_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
113 sha256_ssse3_digest(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
175 sha256_avx_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
181 sha256_avx_final(struct shash_desc *desc, u8 *out) argument
186 sha256_avx_digest(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
259 sha256_avx2_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
265 sha256_avx2_final(struct shash_desc *desc, u8 *out) argument
270 sha256_avx2_digest(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
342 sha256_ni_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
348 sha256_ni_final(struct shash_desc *desc, u8 *out) argument
353 sha256_ni_digest(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
[all...]
H A Dcrct10dif-pclmul_glue.c66 static int chksum_final(struct shash_desc *desc, u8 *out) argument
70 *(__u16 *)out = ctx->crc;
74 static int __chksum_finup(__u16 crc, const u8 *data, unsigned int len, u8 *out) argument
78 *(__u16 *)out = crc_t10dif_pcl(crc, data, len);
81 *(__u16 *)out = crc_t10dif_generic(crc, data, len);
86 unsigned int len, u8 *out)
90 return __chksum_finup(ctx->crc, data, len, out);
94 unsigned int length, u8 *out)
96 return __chksum_finup(0, data, length, out);
85 chksum_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
93 chksum_digest(struct shash_desc *desc, const u8 *data, unsigned int length, u8 *out) argument
/linux-master/kernel/trace/
H A Dkprobe_event_gen_test.c107 goto out;
113 goto out;
120 goto out;
142 out:
150 goto out;
177 goto out;
184 goto out;
207 out:
215 goto out;
/linux-master/fs/crypto/
H A Dhkdf.c96 goto out;
100 out:
140 goto out;
145 goto out;
150 goto out;
154 goto out;
160 goto out;
166 goto out;
172 out:
/linux-master/drivers/pci/hotplug/
H A Ds390_pci_hpc.c32 goto out;
38 goto out;
42 out:
57 goto out;
64 goto out;
68 out:
83 * currently undergoing a transition and we bail out - just
91 goto out;
95 goto out;
99 out
[all...]
/linux-master/fs/nls/
H A Dnls_koi8-ru.c17 unsigned char *out, int boundlen)
25 out[0] = 0xbe;
27 out[0] = 0xae;
31 return p_nls->uni2char(uni, out, boundlen);
36 return p_nls->uni2char(uni, out, boundlen);
16 uni2char(const wchar_t uni, unsigned char *out, int boundlen) argument
/linux-master/include/video/
H A Dimx-ipu-image-convert.h60 * @out: output image format, adjusted on return
65 void ipu_image_convert_adjust(struct ipu_image *in, struct ipu_image *out,
73 * @out: output image format
79 int ipu_image_convert_verify(struct ipu_image *in, struct ipu_image *out,
88 * @out: output image format
101 struct ipu_image *in, struct ipu_image *out,
158 * @out: output image format
174 struct ipu_image *in, struct ipu_image *out,
185 * @out: output image format
188 * Carry out
[all...]

Completed in 199 milliseconds

1234567891011>>