| /linux-6.15/fs/bcachefs/ |
| H A D | util.h | 87 #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 98 #define printbuf_indent_sub(_out, _n) bch2_printbuf_indent_sub(_out, _n) argument 100 #define prt_newline(_out) bch2_prt_newline(_out) argument 101 #define prt_tab(_out) bch2_prt_tab(_out) argument 102 #define prt_tab_rjust(_out) bch2_prt_tab_rjust(_out) argument 105 #define prt_u64(_out, _v) prt_printf(_out, "%llu", (u64) (_v)) argument 755 unsigned _out = 0; \ 758 _out; \ [all …]
|
| H 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-6.15/arch/mips/pic32/pic32mzda/ |
| H 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-6.15/arch/arm/plat-orion/include/plat/ |
| H A D | mpp.h | 22 #define GENERIC_MPP(_num, _sel, _in, _out) ( \ argument 26 /* may be output signal */ ((!!(_out)) << 13))
|
| /linux-6.15/drivers/staging/iio/frequency/ |
| H 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-6.15/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | conntrack.h | 16 bool *_out = (__out); \ 19 *_out = false; \ 27 *_out = true; \
|
| /linux-6.15/arch/arm/mach-orion5x/ |
| H A D | mpp.h | 5 #define MPP(_num, _sel, _in, _out, _F5181l, _F5182, _F5281) ( \ argument 9 /* may be output signal */ ((!!(_out)) << 13) | \
|
| /linux-6.15/arch/arm/mach-dove/ |
| H A D | mpp.h | 5 #define MPP(_num, _sel, _in, _out) ( \ argument 9 /* may be output signal */ ((!!(_out)) << 13))
|
| /linux-6.15/drivers/isdn/mISDN/ |
| H A D | dsp_pipeline.c | 232 goto _out; in dsp_pipeline_build() 267 _out: in dsp_pipeline_build()
|
| /linux-6.15/security/keys/ |
| H 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()
|
| H A D | internal.h | 342 void __user *_out) in keyctl_pkey_e_d_s() argument
|
| /linux-6.15/sound/soc/renesas/rcar/ |
| H 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-6.15/arch/arm/mach-mv78xx0/ |
| H A D | mpp.h | 11 #define MPP(_num, _sel, _in, _out, _78100_A0) (\ argument 15 /* may be output signal */ ((!!(_out)) << 13) | \
|
| /linux-6.15/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 1289 self._out = os.sys.stdout 1291 self._out = tempfile.NamedTemporaryFile('w+') 1298 if self._out == os.sys.stdout: 1301 self._out.flush() 1306 self._out.seek(0) 1307 shutil.copyfileobj(self._out, out_file) 1308 self._out.close() 1309 self._out = os.sys.stdout 1321 self._out.write('\t' * self._ind + '}\n') 1324 self._out.write('\n') [all …]
|
| /linux-6.15/include/linux/mlx5/ |
| H A D | driver.h | 989 MLX5_ST_SZ_BYTES(ifc_cmd##_out)); \ 994 u32 _out[MLX5_ST_SZ_DW(ifc_cmd##_out)] = {}; \ 995 mlx5_cmd_exec_inout(dev, ifc_cmd, in, _out); \
|
| /linux-6.15/lib/ |
| H A D | logic_pio.c | 254 _out##bwl(value, addr); \
|
| /linux-6.15/lib/zstd/decompress/ |
| H A D | huf_decompress.c | 774 goto _out; in HUF_decompress4X1_usingDTable_internal_fast_c_loop() 822 _out: in HUF_decompress4X1_usingDTable_internal_fast_c_loop() 1592 goto _out; in HUF_decompress4X2_usingDTable_internal_fast_c_loop() 1654 _out: in HUF_decompress4X2_usingDTable_internal_fast_c_loop()
|
| /linux-6.15/drivers/infiniband/hw/mlx5/ |
| H 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-6.15/fs/coda/ |
| H A D | upcall.c | 70 #define OUTSIZE(tag) sizeof(struct coda_ ## tag ## _out)
|