Searched refs:out (Results 101 - 125 of 7801) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_do_redirect.c123 SYS(out, "ip netns add testns");
126 goto out;
128 SYS(out, "ip link add veth_src type veth peer name veth_dst");
129 SYS(out, "ip link set dev veth_src address 00:11:22:33:44:55");
130 SYS(out, "ip link set dev veth_dst address 66:77:88:99:aa:bb");
131 SYS(out, "ip link set dev veth_src up");
132 SYS(out, "ip link set dev veth_dst up");
133 SYS(out, "ip addr add dev veth_src fc00::1/64");
134 SYS(out, "ip addr add dev veth_dst fc00::2/64");
135 SYS(out, "i
[all...]
H A Dtest_global_funcs.c72 goto out;
82 goto out;
85 goto out;
89 goto out;
101 goto out;
103 goto out;
106 goto out;
112 goto out;
122 goto out;
130 goto out;
[all...]
H A Drcu_read_lock.c38 goto out;
42 goto out;
48 out:
66 goto out;
70 out:
99 goto out;
103 out:
126 goto out;
130 out:
141 goto out;
[all...]
/linux-master/fs/bcachefs/
H A Dbkey_sort.c98 struct bkey_packed *out = dst->start; local
109 bkey_p_copy(out, k);
110 btree_keys_account_key_add(&nr, 0, out);
111 out = bkey_p_next(out);
117 dst->u64s = cpu_to_le16((u64 *) out - dst->_data);
129 struct bkey_packed *in, *out = vstruct_last(dst); local
140 bkey_p_copy(out, in);
141 else if (bch2_bkey_transform(out_f, out, bkey_packed(in)
143 out
175 struct bkey_packed *in, *next, *out = dst; local
201 struct bkey_packed *in, *out = dst; local
[all...]
H A Dbbpos.h30 static inline void bch2_bbpos_to_text(struct printbuf *out, struct bbpos pos) argument
32 prt_str(out, bch2_btree_id_str(pos.btree));
33 prt_char(out, ':');
34 bch2_bpos_to_text(out, pos.pos);
H A Dsb-members.c168 static void member_to_text(struct printbuf *out, argument
181 prt_printf(out, "Device:\t%u\n", i);
183 printbuf_indent_add(out, 2);
185 prt_printf(out, "Label:\t");
190 prt_printf(out, "%s (%u)",
193 prt_printf(out, "(bad disk labels section)");
195 prt_printf(out, "(none)");
197 prt_newline(out);
199 prt_printf(out, "UUID:\t");
200 pr_uuid(out,
286 bch2_sb_members_v1_to_text(struct printbuf *out, struct bch_sb *sb, struct bch_sb_field *f) argument
302 bch2_sb_members_v2_to_text(struct printbuf *out, struct bch_sb *sb, struct bch_sb_field *f) argument
354 bch2_dev_io_errors_to_text(struct printbuf *out, struct bch_dev *ca) argument
[all...]
/linux-master/tools/bpf/bpftool/
H A Djson_writer.c22 FILE *out; /* output file */ member in struct:json_writer
33 fputs(" ", self->out);
42 putc('\n', self->out);
50 putc(self->sep, self->out);
59 putc('"', self->out);
63 fputs("\\t", self->out);
66 fputs("\\n", self->out);
69 fputs("\\r", self->out);
72 fputs("\\f", self->out);
75 fputs("\\b", self->out);
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Djson_writer.c22 FILE *out; /* output file */ member in struct:json_writer
33 fputs(" ", self->out);
42 putc('\n', self->out);
50 putc(self->sep, self->out);
59 putc('"', self->out);
63 fputs("\\t", self->out);
66 fputs("\\n", self->out);
69 fputs("\\r", self->out);
72 fputs("\\f", self->out);
75 fputs("\\b", self->out);
[all...]
/linux-master/lib/
H A Ddecompress_unzstd.c103 error("ZSTD decompressor ran out of memory");
138 goto out;
141 * Find out how large the frame actually is, there may be junk at
147 goto out;
153 goto out;
159 out:
173 zstd_out_buffer out; local
209 goto out;
220 goto out;
232 goto out;
[all...]
/linux-master/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c117 u32 out; local
122 QRK_DTS_REG_OFFSET_ENABLE, &out);
126 if (out & QRK_DTS_ENABLE_BIT)
130 out |= QRK_DTS_ENABLE_BIT;
132 QRK_DTS_REG_OFFSET_ENABLE, out);
145 u32 out; local
150 QRK_DTS_REG_OFFSET_ENABLE, &out);
154 if (!(out & QRK_DTS_ENABLE_BIT))
158 out &= ~QRK_DTS_ENABLE_BIT;
160 QRK_DTS_REG_OFFSET_ENABLE, out);
175 u32 out; local
200 u32 out; local
254 u32 out; local
321 u32 out; local
[all...]
/linux-master/include/linux/decompress/
H A Dunxz.h16 unsigned char *out, long *in_used,
/linux-master/fs/nfs/
H A Dnfs4getroot.c20 goto out;
26 goto out;
34 goto out;
38 out:
/linux-master/drivers/misc/altera-stapl/
H A Daltera-exprt.h16 u32 altera_shrink(u8 *in, u32 in_length, u8 *out, u32 out_length, s32 version);
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dio.h12 int __must_check wl18xx_top_reg_read(struct wl1271 *wl, int addr, u16 *out);
/linux-master/drivers/staging/media/atomisp/pci/runtime/event/interface/
H A Dia_css_event.h25 uint32_t *out);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_autosize.c90 struct test_struct___samesize *out = (void *)&output_samesized; local
98 out->ptr = in->ptr;
99 out->val1 = in->val1;
100 out->val2 = in->val2;
101 out->val3 = in->val3;
102 out->val4 = in->val4;
111 struct test_struct___downsize *out = (void *)&output_downsized; local
119 out->ptr = in->ptr;
120 out->val1 = in->val1;
121 out
171 struct test_struct___signed *out = (void *)&output_signed; local
[all...]
/linux-master/include/xen/interface/io/
H A Dconsole.h19 char out[2048]; member in struct:xencons_interface
/linux-master/tools/testing/cxl/
H A Dmock_acpi.c18 goto out;
22 goto out;
26 goto out;
32 out:
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-tracepoints.c57 goto out;
64 out:
78 goto out;
85 out:
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_drv_base.h16 * @h_vdec : [out] driver handle
25 * @res_chg : [out] resolution change happen
34 * @out : [out] buffer to store query result
37 void *out);
/linux-master/arch/powerpc/kernel/
H A Dsecure_boot.c33 goto out;
40 out:
57 goto out;
64 out:
/linux-master/net/dccp/ccids/lib/
H A Dtfrc.c22 goto out;
37 out:
/linux-master/crypto/asymmetric_keys/
H A Dasymmetric_keys.h17 const void *in, void *out);
/linux-master/arch/powerpc/boot/
H A Dstdlib.c18 goto out;
37 out:
/linux-master/crypto/
H A Dcrct10dif_generic.c60 static int chksum_final(struct shash_desc *desc, u8 *out) argument
64 *(__u16 *)out = ctx->crc;
68 static int __chksum_finup(__u16 crc, const u8 *data, unsigned int len, u8 *out) argument
70 *(__u16 *)out = crc_t10dif_generic(crc, data, len);
75 unsigned int len, u8 *out)
79 return __chksum_finup(ctx->crc, data, len, out);
83 unsigned int length, u8 *out)
85 return __chksum_finup(0, data, length, out);
74 chksum_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
82 chksum_digest(struct shash_desc *desc, const u8 *data, unsigned int length, u8 *out) argument

Completed in 330 milliseconds

1234567891011>>