Home
last modified time | relevance | path

Searched refs:_out (Results 1 – 17 of 17) sorted by relevance

/linux/fs/bcachefs/
H A Dfs-ioctl.h34 #define set_flags(_map, _in, _out) \ argument
40 (_out) |= _map[_i]; \
42 (_out) &= ~_map[_i]; \
47 unsigned _out = 0; \
49 set_flags(_map, _in, _out); \
50 _out; \
55 unsigned _i, _out = 0; \
59 (_out) |= 1 << _i; \
62 (_out); \
H A Dutil.h87 #define prt_vprintf(_out, ...) bch2_prt_vprintf(_out, __VA_ARGS__) argument
88 #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) argument
96 #define printbuf_indent_add(_out, _n) bch2_printbuf_indent_add(_out, _n) argument
97 #define printbuf_indent_sub(_out, _n) bch2_printbuf_indent_sub(_out, _n) argument
99 #define prt_newline(_out) bch2_prt_newline(_out) argument
100 #define prt_tab(_out) bch2_prt_tab(_out) argument
101 #define prt_tab_rjust(_out) bch2_prt_tab_rjust(_out) argument
104 #define prt_u64(_out, _v) prt_printf(_out, "%llu", (u64) (_v)) argument
H A Dbkey.c974 int bch2_compile_bkey_format(const struct bkey_format *format, void *_out) in bch2_compile_bkey_format() argument
977 u8 *out = _out; in bch2_compile_bkey_format()
1009 return (void *) out - _out; in bch2_compile_bkey_format()
/linux/arch/mips/pic32/pic32mzda/
H A Dearly_console.c91 goto _out; in get_port_from_cmdline()
99 goto _out; in get_port_from_cmdline()
104 _out: in get_port_from_cmdline()
114 goto _out; in get_baud_from_cmdline()
122 goto _out; in get_baud_from_cmdline()
129 _out: in get_baud_from_cmdline()
/linux/drivers/staging/iio/frequency/
H A Ddds.h94 IIO_DEVICE_ATTR(out_altvoltage##_channel##_out##_output##_enable,\
102 IIO_DEVICE_ATTR(out_altvoltage##_channel##_out##_output##_wavetype,\
111 out_altvoltage##_channel##_out##_output##_wavetype_available, _modes)
/linux/arch/arm/plat-orion/include/plat/
H A Dmpp.h22 #define GENERIC_MPP(_num, _sel, _in, _out) ( \ argument
26 /* may be output signal */ ((!!(_out)) << 13))
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.h16 bool *_out = (__out); \
19 *_out = false; \
27 *_out = true; \
/linux/arch/arm/mach-orion5x/
H A Dmpp.h5 #define MPP(_num, _sel, _in, _out, _F5181l, _F5182, _F5281) ( \ argument
9 /* may be output signal */ ((!!(_out)) << 13) | \
/linux/arch/arm/mach-dove/
H A Dmpp.h5 #define MPP(_num, _sel, _in, _out) ( \ argument
9 /* may be output signal */ ((!!(_out)) << 13))
/linux/sound/soc/renesas/rcar/
H A Dadg.c198 u32 _out; in rsnd_adg_get_timesel_ratio() local
203 _out = rsnd_adg_ssi_ws_timing_gen2(io); in rsnd_adg_get_timesel_ratio()
210 target_val = &_out; in rsnd_adg_get_timesel_ratio()
224 *out = _out; in rsnd_adg_get_timesel_ratio()
/linux/drivers/isdn/mISDN/
H A Ddsp_pipeline.c232 goto _out; in dsp_pipeline_build()
267 _out: in dsp_pipeline_build()
/linux/security/keys/
H A Dkeyctl_pkey.c216 void __user *_out) in keyctl_pkey_e_d_s() argument
259 if (copy_to_user(_out, out, ret) != 0) in keyctl_pkey_e_d_s()
H A Dinternal.h342 void __user *_out) in keyctl_pkey_e_d_s() argument
/linux/arch/arm/mach-mv78xx0/
H A Dmpp.h11 #define MPP(_num, _sel, _in, _out, _78100_A0) (\ argument
15 /* may be output signal */ ((!!(_out)) << 13) | \
/linux/include/linux/mlx5/
H A Ddriver.h1010 MLX5_ST_SZ_BYTES(ifc_cmd##_out)); \
1015 u32 _out[MLX5_ST_SZ_DW(ifc_cmd##_out)] = {}; \
1016 mlx5_cmd_exec_inout(dev, ifc_cmd, in, _out); \
/linux/drivers/infiniband/hw/mlx5/
H A Dqpc.c397 mbox_alloc(mbox, MLX5_ST_SZ_BYTES(typ##_in), MLX5_ST_SZ_BYTES(typ##_out)) in modify_qp_mbox_alloc()
/linux/fs/coda/
H A Dupcall.c70 #define OUTSIZE(tag) sizeof(struct coda_ ## tag ## _out)