| /linux/fs/bcachefs/ |
| A D | fs-ioctl.h | 34 #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); \
|
| A D | util.h | 77 #define prt_vprintf(_out, ...) bch2_prt_vprintf(_out, __VA_ARGS__) argument 78 #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) argument 86 #define printbuf_indent_add(_out, _n) bch2_printbuf_indent_add(_out, _n) argument 87 #define printbuf_indent_sub(_out, _n) bch2_printbuf_indent_sub(_out, _n) argument 89 #define prt_newline(_out) bch2_prt_newline(_out) argument 90 #define prt_tab(_out) bch2_prt_tab(_out) argument 91 #define prt_tab_rjust(_out) bch2_prt_tab_rjust(_out) argument 94 #define prt_u64(_out, _v) prt_printf(_out, "%llu", (u64) (_v)) argument
|
| A D | bkey.c | 974 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/ |
| A D | early_console.c | 91 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/arch/arm/plat-orion/include/plat/ |
| A D | mpp.h | 22 #define GENERIC_MPP(_num, _sel, _in, _out) ( \ argument 26 /* may be output signal */ ((!!(_out)) << 13))
|
| /linux/drivers/staging/iio/frequency/ |
| A D | dds.h | 94 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/drivers/net/ethernet/netronome/nfp/flower/ |
| A D | conntrack.h | 16 bool *_out = (__out); \ 19 *_out = false; \ 27 *_out = true; \
|
| /linux/arch/arm/mach-orion5x/ |
| A D | mpp.h | 5 #define MPP(_num, _sel, _in, _out, _F5181l, _F5182, _F5281) ( \ argument 9 /* may be output signal */ ((!!(_out)) << 13) | \
|
| /linux/arch/arm/mach-dove/ |
| A D | mpp.h | 5 #define MPP(_num, _sel, _in, _out) ( \ argument 9 /* may be output signal */ ((!!(_out)) << 13))
|
| /linux/security/keys/ |
| A D | keyctl_pkey.c | 216 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()
|
| A D | internal.h | 342 void __user *_out) in keyctl_pkey_e_d_s() argument
|
| /linux/drivers/isdn/mISDN/ |
| A D | dsp_pipeline.c | 232 goto _out; in dsp_pipeline_build() 267 _out: in dsp_pipeline_build()
|
| /linux/sound/soc/sh/rcar/ |
| A D | adg.c | 198 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/arch/arm/mach-mv78xx0/ |
| A D | mpp.h | 11 #define MPP(_num, _sel, _in, _out, _78100_A0) (\ argument 15 /* may be output signal */ ((!!(_out)) << 13) | \
|
| /linux/tools/net/ynl/ |
| A D | ynl-gen-c.py | 1211 self._out = os.sys.stdout 1213 self._out = tempfile.NamedTemporaryFile('w+') 1220 if self._out == os.sys.stdout: 1223 self._out.flush() 1228 self._out.seek(0) 1229 shutil.copyfileobj(self._out, out_file) 1230 self._out.close() 1231 self._out = os.sys.stdout 1243 self._out.write('\t' * self._ind + '}\n') 1246 self._out.write('\n') [all …]
|
| /linux/include/linux/mlx5/ |
| A D | driver.h | 1038 MLX5_ST_SZ_BYTES(ifc_cmd##_out)); \ 1043 u32 _out[MLX5_ST_SZ_DW(ifc_cmd##_out)] = {}; \ 1044 mlx5_cmd_exec_inout(dev, ifc_cmd, in, _out); \
|
| /linux/lib/ |
| A D | logic_pio.c | 254 _out##bwl(value, addr); \
|
| /linux/drivers/infiniband/hw/mlx5/ |
| A D | qpc.c | 397 mbox_alloc(mbox, MLX5_ST_SZ_BYTES(typ##_in), MLX5_ST_SZ_BYTES(typ##_out)) in modify_qp_mbox_alloc()
|
| /linux/fs/coda/ |
| A D | upcall.c | 70 #define OUTSIZE(tag) sizeof(struct coda_ ## tag ## _out)
|