Home
last modified time | relevance | path

Searched defs:_args (Results 1 – 19 of 19) sorted by relevance

/linux/tools/testing/selftests/kvm/include/
H A Ducall_common.h67 #define GUEST_PRINTF(_fmt, _args...) ucall_fmt(UCALL_PRINTF, _fmt, ##_args) argument
79 #define ____GUEST_ASSERT(_condition, _exp, _fmt, _args...) \ argument
85 #define __GUEST_ASSERT(_condition, _fmt, _args...) \ argument
91 #define GUEST_FAIL(_fmt, _args...) \ argument
/linux/drivers/gpu/drm/nouveau/nvif/
H A Devent.c61 struct nvif_event_v0 _args; in nvif_event_ctor_() local
/linux/tools/testing/selftests/timens/
H A Dvfork_exec.c27 static void *tcheck(void *_args) in tcheck()
H A Dclock_nanosleep.c32 void *call_nanosleep(void *_args) in call_nanosleep()
/linux/drivers/md/
H A Ddm-mpath.c852 static const struct dm_arg _args[] = { in parse_path_selector() local
987 static const struct dm_arg _args[] = { in parse_priority_group() local
1063 static const struct dm_arg _args[] = { in parse_hw_handler() local
1115 static const struct dm_arg _args[] = { in parse_features() local
1183 static const struct dm_arg _args[] = { in multipath_ctr() local
H A Ddm-flakey.c60 static const struct dm_arg _args[] = { in parse_features() local
241 static const struct dm_arg _args[] = { in flakey_ctr() local
H A Ddm-switch.c255 static const struct dm_arg _args[] = { in switch_ctr() local
H A Ddm-cache-target.c2152 static const struct dm_arg _args[] = { in parse_features() local
2208 static const struct dm_arg _args[] = { in parse_policy() local
H A Ddm-raid.c3020 struct dm_arg _args[] = { in raid_ctr() local
H A Ddm-writecache.c2243 static struct dm_arg _args[] = { in writecache_ctr() local
H A Ddm-crypt.c3166 static const struct dm_arg _args[] = { crypt_ctr_optional() local
H A Ddm-thin.c3150 static const struct dm_arg _args[] = { in parse_pool_features() local
H A Ddm-integrity.c4516 static const struct dm_arg _args[] = { in dm_integrity_ctr() local
/linux/include/linux/
H A Dtracepoint.h354 #define DEFINE_TRACE_FN(_name, _reg, _unreg, _proto, _args) \ argument
362 #define DEFINE_TRACE_SYSCALL(_name, _reg, _unreg, _proto, _args) \ argument
370 #define DEFINE_TRACE(_name, _proto, _args) \ argument
/linux/drivers/net/wireless/realtek/rtw88/
H A Dregd.c16 #define rtw_dbg_regd_dump(_dev, _msg, _args...) \ argument
/linux/drivers/misc/sgi-xp/
H A Dxpc.h220 #define XPC_UNPACK_ARG1(_args) (((u64)_args) & 0xffffffff) argument
221 #define XPC_UNPACK_ARG2(_args) ((((u64)_args) >> 32) & 0xffffffff) argument
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4823 static void *tsync_vs_dead_thread_leader_sibling(void *_args) in tsync_vs_dead_thread_leader_sibling()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h2297 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument
/linux/drivers/scsi/qla2xxx/
H A Dqla_def.h5565 #define DBG_FCPORT_PRFMT(_fp, _fmt, _args...) \ argument