Searched refs:out (Results 176 - 200 of 7758) sorted by relevance

1234567891011>>

/linux-master/net/caif/
H A Dcfrfml.c113 goto out;
120 goto out;
125 goto out;
132 goto out;
135 goto out;
141 goto out;
144 goto out;
152 goto out;
155 goto out;
164 goto out;
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dprobe_read_user_str.c60 goto out;
63 goto out;
65 goto out;
67 goto out;
69 out:
H A Dcgrp_local_storage.c52 goto out;
57 goto out;
59 goto out;
64 goto out;
70 goto out;
81 out:
101 goto out;
106 goto out;
111 goto out;
115 goto out;
[all...]
H A Dip_check_defrag.c94 goto out;
97 out:
184 goto out;
187 goto out;
192 goto out;
196 goto out;
201 goto out;
205 goto out;
210 goto out;
214 goto out;
[all...]
/linux-master/drivers/devfreq/event/
H A Dexynos-nocp.c48 goto out;
55 goto out;
61 goto out;
67 goto out;
73 goto out;
79 goto out;
83 goto out;
90 goto out;
96 goto out;
102 goto out;
[all...]
/linux-master/kernel/bpf/preload/
H A Dbpf_preload_kern.c47 goto out;
50 goto out;
54 goto out;
59 goto out;
61 /* Avoid taking over stdin/stdout/stderr of init process. Zeroing out
69 out:
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_task_under_cgroup.c34 goto out;
38 goto out;
43 out:
68 goto out;
73 out:
H A Dtest_tc_link.c27 goto out;
29 goto out;
31 out:
/linux-master/kernel/trace/
H A Dsynth_event_gen_test.c264 goto out;
302 out:
308 goto out;
330 goto out;
335 goto out;
340 goto out;
345 goto out;
350 goto out;
355 goto out;
359 out
[all...]
/linux-master/fs/bcachefs/
H A Dbkey.c12 void bch2_bkey_packed_to_binary_text(struct printbuf *out, argument
22 prt_str(out, "(empty)");
36 bch2_prt_u64_base2_nbits(out, v, min(word_bits, nr_key_bits));
41 prt_char(out, ' ');
220 * Note: does NOT set out->format (we don't know what it should be here!)
226 struct bkey_packed *out,
230 struct pack_state out_s = pack_state_init(out_f, out);
232 u64 *w = out->_data;
244 pack_state_finish(&out_s, out);
245 out
225 bch2_bkey_transform_key(const struct bkey_format *out_f, struct bkey_packed *out, const struct bkey_format *in_f, const struct bkey_packed *in) argument
252 bch2_bkey_transform(const struct bkey_format *out_f, struct bkey_packed *out, const struct bkey_format *in_f, const struct bkey_packed *in) argument
270 struct bkey out; local
295 struct bpos out; local
317 bch2_bkey_pack_key(struct bkey_packed *out, const struct bkey *in, const struct bkey_format *format) argument
402 bkey_packed_successor(struct bkey_packed *out, const struct btree *b, struct bkey_packed k) argument
468 bch2_bkey_pack_pos_lossy(struct bkey_packed *out, struct bpos in, const struct btree *b) argument
687 bch2_bkey_format_to_text(struct printbuf *out, const struct bkey_format *f) argument
793 compile_bkey_field(const struct bkey_format *format, u8 *out, enum bch_bkey_fields field, unsigned dst_offset, unsigned dst_size, bool *eax_zeroed) argument
980 u8 *out = _out; local
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Dcmd.c10 u32 out[MLX5_ST_SZ_DW(query_special_contexts_out)] = {}; local
25 err = mlx5_cmd_exec_inout(dev->mdev, query_special_contexts, in, out);
31 out, dump_fill_mkey);
35 MLX5_GET(query_special_contexts_out, out, null_mkey));
39 cpu_to_be32(MLX5_GET(query_special_contexts_out, out,
46 void *out)
54 return mlx5_cmd_exec_inout(dev, query_cong_params, in, out);
91 u32 out[MLX5_ST_SZ_DW(alloc_transport_domain_out)] = {}; local
98 err = mlx5_cmd_exec_inout(dev, alloc_transport_domain, in, out);
100 *tdn = MLX5_GET(alloc_transport_domain_out, out,
45 mlx5_cmd_query_cong_params(struct mlx5_core_dev *dev, int cong_point, void *out) argument
158 u32 out[MLX5_ST_SZ_DW(alloc_xrcd_out)] = {}; local
188 u32 *out; local
219 u32 out[MLX5_ST_SZ_DW(alloc_uar_out)] = {}; local
[all...]
/linux-master/arch/x86/crypto/
H A Dsha1_ssse3_glue.c64 unsigned int len, u8 *out, sha1_block_fn *sha1_xform)
67 return crypto_sha1_finup(desc, data, len, out);
75 return sha1_base_finish(desc, out);
88 unsigned int len, u8 *out)
90 return sha1_finup(desc, data, len, out, sha1_transform_ssse3);
94 static int sha1_ssse3_final(struct shash_desc *desc, u8 *out) argument
96 return sha1_ssse3_finup(desc, NULL, 0, out);
138 unsigned int len, u8 *out)
140 return sha1_finup(desc, data, len, out, sha1_transform_avx);
143 static int sha1_avx_final(struct shash_desc *desc, u8 *out) argument
63 sha1_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out, sha1_block_fn *sha1_xform) argument
87 sha1_ssse3_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
137 sha1_avx_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
219 sha1_avx2_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
225 sha1_avx2_final(struct shash_desc *desc, u8 *out) argument
269 sha1_ni_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
275 sha1_ni_final(struct shash_desc *desc, u8 *out) argument
[all...]
/linux-master/net/llc/
H A Daf_llc.c206 goto out;
232 out:
254 goto out;
262 out:
285 goto out;
289 goto out;
300 goto out;
304 goto out;
308 goto out;
321 out
[all...]
/linux-master/arch/um/os-Linux/
H A Dtty.c47 goto out;
54 goto out;
57 out:
/linux-master/arch/um/kernel/skas/
H A Dsyscall.c37 goto out;
41 goto out;
48 out:
/linux-master/tools/perf/arch/x86/tests/
H A Dbp-modify.c85 goto out;
92 goto out;
98 goto out;
103 goto out;
117 goto out;
122 out:
162 goto out;
168 goto out;
174 goto out;
179 goto out;
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpd.c39 u32 out[MLX5_ST_SZ_DW(alloc_pd_out)] = {}; local
44 err = mlx5_cmd_exec_inout(dev, alloc_pd, in, out);
46 *pdn = MLX5_GET(alloc_pd_out, out, pd);
/linux-master/drivers/acpi/apei/
H A Derst-dbg.c100 goto out;
111 goto out;
120 goto out;
125 goto out;
132 goto out;
141 goto out;
145 goto out;
147 out:
173 goto out;
181 goto out;
[all...]
/linux-master/tools/memory-model/scripts/
H A Drunlitmushist.sh40 if ! grep -q '^Observation ' $LKMM_DESTDIR/$1$2.out
48 exitmsg="timed out"
78 print "sh " t "/" i ".sh > " t "/" i ".sh.out 2>&1 &";
83 cat $T/*.sh.out
84 if grep -q '!!!' $T/*.sh.out
87 grep '!!!' $T/*.sh.out 1>&2
88 nfail="`grep '!!!' $T/*.sh.out | wc -l`"
/linux-master/drivers/firmware/efi/libstub/
H A Dfind.c18 goto out; \
25 goto out; \
30 out: \
/linux-master/fs/btrfs/
H A Dorphan.c47 goto out;
50 goto out;
55 out:
/linux-master/tools/perf/arch/powerpc/
H A DMakefile14 out := $(OUTPUT)arch/powerpc/include/generated/asm macro
15 header32 := $(out)/syscalls_32.c
16 header64 := $(out)/syscalls_64.c
22 $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_syncmap.c222 goto out;
228 goto out;
234 out:
302 goto out;
311 goto out;
318 goto out;
324 goto out;
328 out:
350 goto out;
356 goto out;
[all...]
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_mcg.c82 goto out;
95 goto out;
103 goto out;
107 goto out;
115 out:
140 goto out;
152 goto out;
158 goto out;
169 goto out;
178 goto out;
[all...]
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_driver.c69 goto out;
76 goto out;
87 out:
98 goto out;
105 goto out;
111 out:

Completed in 416 milliseconds

1234567891011>>