Home
last modified time | relevance | path

Searched defs:_out (Results 1 – 10 of 10) sorted by relevance

/linux/fs/bcachefs/
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 Dfs-ioctl.h34 #define set_flags(_map, _in, _out) \ argument
H A Dbkey.c974 int bch2_compile_bkey_format(const struct bkey_format *format, void *_out) in bch2_compile_bkey_format()
/linux/arch/arm/plat-orion/include/plat/
H A Dmpp.h22 #define GENERIC_MPP(_num, _sel, _in, _out) ( \ argument
/linux/security/keys/
H A Dkeyctl_pkey.c216 void __user *_out) in keyctl_pkey_e_d_s()
H A Dinternal.h342 void __user *_out) in keyctl_pkey_e_d_s()
/linux/arch/arm/mach-orion5x/
H A Dmpp.h5 #define MPP(_num, _sel, _in, _out, _F5181l, _F5182, _F5281) ( \ argument
/linux/arch/arm/mach-dove/
H A Dmpp.h5 #define MPP(_num, _sel, _in, _out) ( \ argument
/linux/arch/arm/mach-mv78xx0/
H A Dmpp.h11 #define MPP(_num, _sel, _in, _out, _78100_A0) (\ argument
/linux/sound/soc/renesas/rcar/
H A Dadg.c198 u32 _out; in rsnd_adg_get_timesel_ratio() local