Searched refs:out (Results 76 - 100 of 7758) sorted by relevance

1234567891011>>

/linux-master/fs/bcachefs/
H A Dutil.c244 void bch2_prt_u64_base2_nbits(struct printbuf *out, u64 v, unsigned nr_bits) argument
247 prt_char(out, '0' + ((v >> --nr_bits) & 1));
250 void bch2_prt_u64_base2(struct printbuf *out, u64 v) argument
252 bch2_prt_u64_base2_nbits(out, v, fls64(v) ?: 1);
303 void bch2_prt_backtrace(struct printbuf *out, bch_stacktrace *stack) argument
306 prt_printf(out, "[<0>] %pB", (void *) *i);
307 prt_newline(out);
311 int bch2_prt_task_backtrace(struct printbuf *out, struct task_struct *task, unsigned skipnr, gfp_t gfp) argument
316 bch2_prt_backtrace(out, &stack);
323 void bch2_prt_datetime(struct printbuf *out, time64_ argument
332 bch2_prt_datetime(struct printbuf *out, time64_t sec) argument
340 bch2_pr_time_units(struct printbuf *out, u64 ns) argument
347 bch2_pr_time_units_aligned(struct printbuf *out, u64 ns) argument
356 pr_name_and_units(struct printbuf *out, const char *name, u64 ns) argument
366 bch2_time_stats_to_text(struct printbuf *out, struct bch2_time_stats *stats) argument
587 bch2_pd_controller_debug_to_text(struct printbuf *out, struct bch_pd_controller *pd) argument
[all...]
/linux-master/crypto/
H A Dscatterwalk.c18 static inline void memcpy_dir(void *buf, void *sgdata, size_t nbytes, int out) argument
20 void *src = out ? buf : sgdata;
21 void *dst = out ? sgdata : buf;
27 size_t nbytes, int out)
36 if (out != 2) {
38 memcpy_dir(buf, vaddr, len_this_page, out);
50 scatterwalk_pagedone(walk, out & 1, 1);
56 unsigned int start, unsigned int nbytes, int out)
67 scatterwalk_copychunks(buf, &walk, nbytes, out);
68 scatterwalk_done(&walk, out,
26 scatterwalk_copychunks(void *buf, struct scatter_walk *walk, size_t nbytes, int out) argument
55 scatterwalk_map_and_copy(void *buf, struct scatterlist *sg, unsigned int start, unsigned int nbytes, int out) argument
[all...]
/linux-master/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c255 s16 *out = output_block; local
260 for (i = 0; i < 8; i++, tmp += stride, out += 8) {
328 out[0] = workspace2[0] + workspace2[4];
329 out[1] = workspace2[0] - workspace2[4];
330 out[2] = workspace2[1] - workspace2[5];
331 out[3] = workspace2[1] + workspace2[5];
332 out[4] = workspace2[2] + workspace2[6];
333 out[5] = workspace2[2] - workspace2[6];
334 out[6] = workspace2[3] - workspace2[7];
335 out[
388 s16 *out = output_block; local
476 s16 *out = output_block; local
756 u8 *out = (u8 *)rlco_start; local
[all...]
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dacx.c29 goto out;
41 goto out;
44 out:
60 goto out;
68 goto out;
71 out:
86 goto out;
92 goto out;
95 out:
111 goto out;
[all...]
/linux-master/lib/zlib_inflate/
H A Dinffast.c31 Decode literal, length, and distance codes and write out the resulting
48 LEN -- ran out of enough output space or enough available input
72 unsigned char *out; /* local strm->next_out */ local
74 unsigned char *end; /* while out < end, enough space available */
99 out = strm->next_out;
100 beg = out - (start - strm->avail_out);
101 end = out + (strm->avail_out - 257);
132 *out++ = (unsigned char)(this.val);
179 op = (unsigned)(out - beg); /* max distance in output */
193 *out
[all...]
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dsetsockopt-closed.c601 struct tcp_ao_getsockopt out; local
607 getsockopt_checked(sk, &out, ENOENT, "no ao_info");
609 sk = prepare_defs(TCP_AO_GET_KEYS, &out);
610 getsockopt_checked(sk, &out, 0, "proper tcp_ao_get_mkts()");
612 sk = prepare_defs(TCP_AO_GET_KEYS, &out);
613 out.pkt_good = 643;
614 getsockopt_checked(sk, &out, EINVAL, "set out-only pkt_good counter");
616 sk = prepare_defs(TCP_AO_GET_KEYS, &out);
617 out
[all...]
/linux-master/tools/perf/util/
H A Ddemangle-rust.c51 static bool unescape(const char **in, char **out, const char *seq, char value);
185 char *out; local
192 out = sym;
198 if (!(unescape(&in, &out, "$C$", ',')
199 || unescape(&in, &out, "$SP$", '@')
200 || unescape(&in, &out, "$BP$", '*')
201 || unescape(&in, &out, "$RF$", '&')
202 || unescape(&in, &out, "$LT$", '<')
203 || unescape(&in, &out, "$GT$", '>')
204 || unescape(&in, &out, "
256 unescape(const char **in, char **out, const char *seq, char value) argument
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfs_kfuncs.c33 goto out;
37 goto out;
41 goto out;
47 goto out;
51 goto out;
55 out:
80 goto out;
101 goto out;
106 goto out;
114 goto out;
[all...]
H A Dcore_autosize.c49 } out; variable in typeref:struct:__anon4252
170 err = bpf_map__lookup_elem(bss_map, &zero, sizeof(zero), &out, sizeof(out), 0);
174 ASSERT_EQ(out.ptr_samesized, 0x01020304, "ptr_samesized");
175 ASSERT_EQ(out.val1_samesized, 0x1020304050607080, "val1_samesized");
176 ASSERT_EQ(out.val2_samesized, 0x0a0b0c0d, "val2_samesized");
177 ASSERT_EQ(out.val3_samesized, 0xfeed, "val3_samesized");
178 ASSERT_EQ(out.val4_samesized, 0xb9, "val4_samesized");
179 ASSERT_EQ(out.output_samesized.ptr, 0x01020304, "ptr_samesized");
180 ASSERT_EQ(out
[all...]
H A Dlink_pinning.c25 CHECK(bss->out != 1, "res_check1", "exp %d, got %d\n", 1, bss->out);
42 CHECK(bss->out != 2, "res_check2", "exp %d, got %d\n", 2, bss->out);
50 CHECK(bss->out != 3, "res_check3", "exp %d, got %d\n", 3, bss->out);
68 CHECK(bss->out != 4, "res_check4", "exp %d, got %d\n", 4, bss->out);
81 if (bss->out == i - 1)
H A Dxdp_perf.c8 char in[128], out[128]; local
13 .data_out = out,
14 .data_size_out = sizeof(out),
/linux-master/arch/x86/entry/syscalls/
H A DMakefile2 out := arch/$(SRCARCH)/include/generated/asm macro
6 $(shell mkdir -p $(out) $(uapi))
25 cmd_hypercalls = $(CONFIG_SHELL) '$<' $@ $(filter-out $<, $(real-prereqs))
31 $(out)/unistd_32_ia32.h: abis := i386
32 $(out)/unistd_32_ia32.h: prefix := ia32_
33 $(out)/unistd_32_ia32.h: $(syscall32) $(syshdr) FORCE
45 $(out)/unistd_64_x32.h: abis := x32
46 $(out)/unistd_64_x32.h: prefix := x32_
47 $(out)/unistd_64_x32.h: $(syscall64) $(syshdr) FORCE
50 $(out)/syscalls_3
[all...]
/linux-master/drivers/usb/usbip/
H A Dvhci_sysfs.c38 static void port_show_vhci(char **out, int hub, int port, struct vhci_device *vdev) argument
41 *out += sprintf(*out, "hs %04u %03u ",
44 *out += sprintf(*out, "ss %04u %03u ",
48 *out += sprintf(*out, "%03u %08x ",
50 *out += sprintf(*out, "%06u %s",
55 *out
63 status_show_vhci(int pdev_nr, char *out) argument
107 status_show_not_ready(int pdev_nr, char *out) argument
147 status_show(struct device *dev, struct device_attribute *attr, char *out) argument
165 nports_show(struct device *dev, struct device_attribute *attr, char *out) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp1_execution.c156 goto out;
162 goto out;
166 goto out;
167 out:
179 goto out;
185 goto out;
189 goto out;
193 goto out;
197 goto out;
201 goto out;
[all...]
/linux-master/drivers/firmware/efi/
H A Defi-bgrt.c53 goto out;
58 goto out;
62 goto out;
67 goto out;
72 goto out;
80 goto out;
86 out:
/linux-master/drivers/cpuidle/
H A Dcpuidle-ux500.c39 goto out;
50 goto out;
55 goto out;
60 goto out;
64 goto out;
70 goto out;
80 out:
/linux-master/tools/perf/tests/
H A Dmem.c13 char out[100]; local
19 n = perf_mem__snp_scnprintf(out, sizeof out, &mi);
20 n += perf_mem__lvl_scnprintf(out + n, sizeof out - n, &mi);
21 scnprintf(failure, sizeof failure, "unexpected %s", out);
22 TEST_ASSERT_VAL(failure, !strcmp(string, out));
/linux-master/arch/powerpc/boot/
H A Dwii.c56 goto out;
63 goto out;
68 goto out;
71 out:
83 goto out;
90 goto out;
94 out:
115 goto out;
131 out:
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_zswap.c74 /* Go through the allocated memory to (z)swap in and out pages */
126 goto out;
128 goto out;
130 goto out;
135 goto out;
140 goto out;
146 goto out;
150 out:
168 goto out;
170 goto out;
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport.c38 u32 out[MLX5_ST_SZ_DW(ptys_reg)]; local
44 if (mlx5_query_port_ptys(dev, out, sizeof(out), MLX5_PTYS_EN, 1))
47 *an_status = MLX5_GET(ptys_reg, out, an_status);
48 *an_disable_cap = MLX5_GET(ptys_reg, out, an_disable_cap);
49 *an_disable_admin = MLX5_GET(ptys_reg, out, an_disable_admin);
55 u32 out[MLX5_ST_SZ_DW(ptys_reg)]; local
76 return mlx5_core_access_reg(dev, in, sizeof(in), out,
77 sizeof(out), MLX5_REG_PTYS, 0, 1);
90 goto out;
105 mlx5e_port_query_pbmc(struct mlx5_core_dev *mdev, void *out) argument
125 void *out; local
139 mlx5e_port_query_sbpr(struct mlx5_core_dev *mdev, u32 desc, u8 dir, u8 pool_idx, void *out, int size_out) argument
154 u32 out[MLX5_ST_SZ_DW(sbpr_reg)] = {}; local
167 mlx5e_port_query_sbcm(struct mlx5_core_dev *mdev, u32 desc, u8 pg_buff_idx, u8 dir, void *out, int size_out) argument
184 u32 out[MLX5_ST_SZ_DW(sbcm_reg)] = {}; local
216 void *out; local
248 void *out; local
393 u32 out[MLX5_ST_SZ_DW(pplm_reg)] = {}; local
424 u32 out[MLX5_ST_SZ_DW(pplm_reg)] = {}; local
462 u32 out[MLX5_ST_SZ_DW(pplm_reg)] = {}; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcmd.c47 u32 out[MLX5_FPGA_ACCESS_REG_SZ]; local
62 err = mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out),
68 memcpy(buf, MLX5_ADDR_OF(fpga_access_reg, out, data), size);
85 u32 out[MLX5_ST_SZ_DW(fpga_ctrl)]; local
89 return mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out),
128 u32 out[MLX5_ST_SZ_DW(fpga_ctrl)]; local
131 err = mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out),
145 u32 out[MLX5_ST_SZ_DW(fpga_create_qp_out)] = {}; local
181 u32 out[MLX5_ST_SZ_DW(fpga_query_qp_out)] = {}; local
210 u32 out[MLX5_ST_SZ_DW(fpga_query_qp_counters_out)] = {}; local
[all...]
/linux-master/fs/hfs/
H A Dtrans.c33 int hfs_mac2asc(struct super_block *sb, char *out, const struct hfs_name *in) argument
45 dst = out;
68 goto out;
81 out:
82 return dst - out;
97 void hfs_asc2mac(struct super_block *sb, struct hfs_name *out, const struct qstr *in) argument
107 dst = out->name;
126 goto out;
145 out:
146 out
[all...]
/linux-master/net/ipv6/
H A Dexthdrs_offload.c29 goto out;
39 out:
47 goto out;
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_phy.c66 goto out;
72 goto out;
77 out:
92 goto out;
96 goto out;
100 out:
120 hw_dbg("PHY Address %d is out of range\n", offset);
122 goto out;
136 * Increasing the time out as testing showed failures with
137 * the lower time out
[all...]
/linux-master/drivers/target/iscsi/
H A Discsi_target_auth.c55 goto out;
68 out:
100 goto out;
104 goto out;
109 goto out;
123 goto out;
126 out:
266 goto out;
272 goto out;
278 goto out;
[all...]

Completed in 421 milliseconds

1234567891011>>