Searched refs:out (Results 226 - 250 of 7758) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/include/asm/
H A Depapr_hcalls.h466 unsigned long *out,
489 out[0] = r4;
490 out[1] = r5;
491 out[2] = r6;
492 out[3] = r7;
493 out[4] = r8;
494 out[5] = r9;
495 out[6] = r10;
496 out[7] = r11;
502 unsigned long *out,
465 epapr_hypercall(unsigned long *in, unsigned long *out, unsigned long nr) argument
501 epapr_hypercall(unsigned long *in, unsigned long *out, unsigned long nr) argument
512 unsigned long out[8]; local
524 unsigned long out[8]; local
532 unsigned long out[8]; local
542 unsigned long out[8]; local
553 unsigned long out[8]; local
566 unsigned long out[8]; local
[all...]
/linux-master/drivers/of/
H A Dkexec.c300 goto out;
308 goto out;
317 goto out;
322 goto out;
325 goto out;
337 goto out;
352 goto out;
360 goto out;
365 goto out;
369 goto out;
[all...]
/linux-master/net/atm/
H A Dsvc.c114 goto out;
118 goto out;
124 goto out;
131 goto out;
146 goto out;
151 out:
169 goto out;
175 goto out;
178 goto out;
182 goto out;
[all...]
/linux-master/arch/arm/mach-bcm/
H A Dbcm63xx_pmb.c147 goto out;
152 goto out;
158 goto out;
165 goto out;
172 goto out;
178 goto out;
185 goto out;
192 goto out;
199 goto out;
205 goto out;
[all...]
/linux-master/fs/bcachefs/
H A Ddisk_groups.c90 void bch2_disk_groups_to_text(struct printbuf *out, struct bch_fs *c) argument
92 out->atomic++;
97 goto out;
101 prt_printf(out, " ");
104 prt_printf(out, "[deleted]");
108 prt_printf(out, "[parent %d devs", g->entries[i].parent);
110 prt_printf(out, " %s", ca->name);
111 prt_printf(out, "]");
114 out:
116 out
119 bch2_sb_disk_groups_to_text(struct printbuf *out, struct bch_sb *sb, struct bch_sb_field *f) argument
381 bch2_disk_path_to_text(struct printbuf *out, struct bch_fs *c, unsigned v) argument
431 bch2_disk_path_to_text_sb(struct printbuf *out, struct bch_sb *sb, unsigned v) argument
542 bch2_target_to_text(struct printbuf *out, struct bch_fs *c, unsigned v) argument
580 bch2_target_to_text_sb(struct printbuf *out, struct bch_sb *sb, unsigned v) argument
608 bch2_opt_target_to_text(struct printbuf *out, struct bch_fs *c, struct bch_sb *sb, u64 v) argument
[all...]
/linux-master/lib/842/
H A D842_decompress.c54 u8 *out; member in struct:sw842_param
145 put_unaligned(cpu_to_be16((u16)v), (__be16 *)p->out);
148 put_unaligned(cpu_to_be32((u32)v), (__be32 *)p->out);
151 put_unaligned(cpu_to_be64((u64)v), (__be64 *)p->out);
157 p->out += n;
165 u64 index, offset, total = round_down(p->out - p->ostart, 8);
205 memcpy(p->out, &p->ostart[offset], size);
206 p->out += size;
266 * to the output buffer @out, using no more than @olen bytes.
278 u8 *out, unsigne
277 sw842_decompress(const u8 *in, unsigned int ilen, u8 *out, unsigned int *olen) argument
[all...]
/linux-master/drivers/mtd/tests/
H A Dspeedtest.c224 goto out;
230 goto out;
233 goto out;
241 goto out;
251 goto out;
255 goto out;
269 goto out;
273 goto out;
281 goto out;
291 goto out;
[all...]
/linux-master/scripts/
H A Dasn1_compiler.c364 /* First of all, break out a line */
555 static void render(FILE *out, FILE *hdr);
564 FILE *out, *hdr; local
642 out = fopen(outputname, "w");
643 if (!out) {
654 render(out, hdr);
656 if (fclose(out) < 0) {
1256 static void render_element(FILE *out, struct element *e, struct element *tag);
1257 static void render_out_of_line_list(FILE *out);
1264 static void render_opcode(FILE *out, cons argument
1278 render_more(FILE *out, const char *fmt, ...) argument
1292 render(FILE *out, FILE *hdr) argument
1392 render_out_of_line_list(FILE *out) argument
1439 render_element(FILE *out, struct element *e, struct element *tag) argument
[all...]
/linux-master/kernel/bpf/
H A Dtcx.c23 goto out;
31 goto out;
37 goto out;
52 out:
71 goto out;
76 goto out;
90 out:
133 goto out;
136 out:
180 goto out;
[all...]
/linux-master/drivers/thermal/intel/
H A Dintel_soc_dts_iosf.c48 u32 out; local
68 out = update_ptps;
71 SOC_DTS_OFFSET_PTPS, out);
75 pr_debug("update_trip_temp PTPS = %x\n", out);
77 SOC_DTS_OFFSET_PTMC, &out);
81 store_ptmc = out;
91 out |= (SOC_DTS_CPU_MODULE0_ENABLE_BIT |
95 out |= SOC_DTS_AUX1_ENABLE_BIT;
97 out |= SOC_DTS_AUX0_ENABLE_BIT;
101 out
153 u32 out; local
178 u32 out; local
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmad.c77 void *out)
84 cpu_to_be64(MLX5_SUM_CNT(out, transmitted_ib_unicast.octets,
87 cpu_to_be64(MLX5_SUM_CNT(out, received_ib_unicast.octets,
90 cpu_to_be64(MLX5_SUM_CNT(out, transmitted_ib_unicast.packets,
93 cpu_to_be64(MLX5_SUM_CNT(out, received_ib_unicast.packets,
97 out, transmitted_ib_unicast.packets);
100 out, received_ib_unicast.packets);
103 out, transmitted_ib_multicast.packets);
106 out, received_ib_multicast.packets);
110 void *out)
76 pma_cnt_ext_assign(struct ib_pma_portcounters_ext *pma_cnt_ext, void *out) argument
109 pma_cnt_assign(struct ib_pma_portcounters *pma_cnt, void *out) argument
150 query_ib_ppcnt(struct mlx5_core_dev *dev, u8 port_num, void *out, size_t sz) argument
247 mlx5_ib_process_mad(struct ib_device *ibdev, int mad_flags, u32 port_num, const struct ib_wc *in_wc, const struct ib_grh *in_grh, const struct ib_mad *in, struct ib_mad *out, size_t *out_mad_size, u16 *out_mad_pkey_index) argument
[all...]
/linux-master/drivers/vdpa/mlx5/core/
H A Dresources.c12 u32 out[MLX5_ST_SZ_DW(alloc_pd_out)] = {}; local
19 err = mlx5_cmd_exec_inout(mdev, alloc_pd, in, out);
21 *pdn = MLX5_GET(alloc_pd_out, out, pd);
39 u32 out[MLX5_ST_SZ_DW(query_special_contexts_out)] = {}; local
45 err = mlx5_cmd_exec_inout(mdev, query_special_contexts, in, out);
47 *null_mkey = MLX5_GET(query_special_contexts_out, out, null_mkey);
53 u32 out[MLX5_ST_SZ_DW(create_uctx_out)] = {}; local
73 err = mlx5_cmd_exec(mvdev->mdev, in, inlen, out, sizeof(out));
76 *uid = MLX5_GET(create_uctx_out, out, ui
83 u32 out[MLX5_ST_SZ_DW(destroy_uctx_out)] = {}; local
97 u32 out[MLX5_ST_SZ_DW(create_tis_out)] = {}; local
121 u32 out[MLX5_ST_SZ_DW(create_rqt_out)] = {}; local
134 u32 out[MLX5_ST_SZ_DW(create_rqt_out)] = {}; local
154 u32 out[MLX5_ST_SZ_DW(create_tir_out)] = {}; local
177 u32 out[MLX5_ST_SZ_DW(alloc_transport_domain_out)] = {}; local
[all...]
/linux-master/drivers/net/wireless/st/cw1200/
H A Dfwio.c314 goto out;
320 goto out;
326 goto out;
335 goto out;
344 goto out;
351 goto out;
358 goto out;
365 goto out;
374 goto out;
386 goto out;
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Drcu_read_lock.c65 goto out;
69 goto out;
72 goto out;
74 out:
103 goto out;
105 out:
119 goto out;
121 out:
138 goto out;
140 out
[all...]
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dacx.c33 goto out;
36 out:
79 goto out;
84 out:
108 goto out;
111 out:
149 goto out;
162 out:
186 goto out;
189 out
[all...]
/linux-master/tools/perf/util/
H A Ddump-insn.h18 char out[256]; member in struct:perf_insn
/linux-master/drivers/leds/
H A Dleds-net48xx.c56 goto out;
61 goto out;
67 goto out;
70 out:
/linux-master/include/crypto/
H A Darc4.h21 void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len);
/linux-master/drivers/media/test-drivers/vivid/
H A DMakefile3 vivid-vid-cap.o vivid-vid-out.o vivid-kthread-cap.o vivid-kthread-out.o \
5 vivid-rds-gen.o vivid-sdr-cap.o vivid-vbi-cap.o vivid-vbi-out.o \
6 vivid-osd.o vivid-meta-cap.o vivid-meta-out.o \
/linux-master/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx.h33 int nx_function(void *handle, struct nxbuf_t *in, struct nxbuf_t *out,
/linux-master/arch/arm/crypto/
H A Dsha1.h12 unsigned int len, u8 *out);
H A Dsha1_glue.c37 static int sha1_final(struct shash_desc *desc, u8 *out) argument
40 return sha1_base_finish(desc, out);
44 unsigned int len, u8 *out)
47 return sha1_final(desc, out);
43 sha1_finup_arm(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
/linux-master/kernel/power/
H A Dautosleep.c32 goto out;
39 goto out;
54 goto out;
63 out:
/linux-master/crypto/
H A Daes_ti.c20 static void aesti_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
31 aes_encrypt(ctx, out, in);
36 static void aesti_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
47 aes_decrypt(ctx, out, in);
H A Dsm4_generic.c41 static void sm4_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
45 sm4_crypt_block(ctx->rkey_enc, out, in);
50 static void sm4_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
54 sm4_crypt_block(ctx->rkey_dec, out, in);

Completed in 309 milliseconds

1234567891011>>