Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/
Ducall_common.h55 #define GUEST_PRINTF(_fmt, _args...) ucall_fmt(UCALL_PRINTF, _fmt, ##_args) argument
67 #define ____GUEST_ASSERT(_condition, _exp, _fmt, _args...) \ argument
73 #define __GUEST_ASSERT(_condition, _fmt, _args...) \ argument
79 #define GUEST_FAIL(_fmt, _args...) \ argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/
Devent.c61 struct nvif_event_v0 _args; in nvif_event_ctor_() local
/kernel/linux/linux-5.10/drivers/md/
Ddm-flakey.c54 static const struct dm_arg _args[] = { in parse_features() local
186 static const struct dm_arg _args[] = { in flakey_ctr() local
Ddm-mpath.c841 static const struct dm_arg _args[] = { in parse_path_selector() local
979 static const struct dm_arg _args[] = { in parse_priority_group() local
1055 static const struct dm_arg _args[] = { in parse_hw_handler() local
1107 static const struct dm_arg _args[] = { in parse_features() local
1175 static const struct dm_arg _args[] = { in multipath_ctr() local
Ddm-switch.c254 static const struct dm_arg _args[] = { in switch_ctr() local
Ddm-verity-target.c937 static const struct dm_arg _args[] = { in verity_parse_opt_args() local
Ddm-cache-target.c2201 static const struct dm_arg _args[] = { in parse_features() local
2257 static const struct dm_arg _args[] = { in parse_policy() local
Ddm-writecache.c2095 static struct dm_arg _args[] = { in writecache_ctr() local
Ddm-snap.c1204 static const struct dm_arg _args[] = { in parse_snapshot_features() local
/kernel/linux/linux-5.10/tools/testing/selftests/timens/
Dclock_nanosleep.c32 void *call_nanosleep(void *_args) in call_nanosleep()
/kernel/linux/linux-6.6/tools/testing/selftests/timens/
Dvfork_exec.c27 static void *tcheck(void *_args) in tcheck()
Dclock_nanosleep.c32 void *call_nanosleep(void *_args) in call_nanosleep()
/kernel/linux/linux-6.6/drivers/md/
Ddm-mpath.c853 static const struct dm_arg _args[] = { in parse_path_selector() local
988 static const struct dm_arg _args[] = { in parse_priority_group() local
1064 static const struct dm_arg _args[] = { in parse_hw_handler() local
1116 static const struct dm_arg _args[] = { in parse_features() local
1184 static const struct dm_arg _args[] = { in multipath_ctr() local
Ddm-flakey.c61 static const struct dm_arg _args[] = { in parse_features() local
242 static const struct dm_arg _args[] = { in flakey_ctr() local
Ddm-switch.c255 static const struct dm_arg _args[] = { in switch_ctr() local
Ddm-verity-target.c1131 static const struct dm_arg _args[] = { in verity_parse_opt_args() local
Ddm-cache-target.c2156 static const struct dm_arg _args[] = { in parse_features() local
2212 static const struct dm_arg _args[] = { in parse_policy() local
Ddm-snap.c1192 static const struct dm_arg _args[] = { in parse_snapshot_features() local
Ddm-raid.c3005 struct dm_arg _args[] = { in raid_ctr() local
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
Dregd.c16 #define rtw_dbg_regd_dump(_dev, _msg, _args...) \ argument
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/
Dkvm_util.h326 #define __GUEST_ASSERT(_condition, _nargs, _args...) do { \ argument
/kernel/linux/linux-6.6/tools/perf/pmu-events/
Djevents.py15 _args = None variable
/kernel/linux/linux-6.6/drivers/firmware/efi/
Druntime-wrappers.c131 #define efi_queue_work(_rts, _args...) \ argument
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
Dxpc.h220 #define XPC_UNPACK_ARG1(_args) (((u64)_args) & 0xffffffff) argument
221 #define XPC_UNPACK_ARG2(_args) ((((u64)_args) >> 32) & 0xffffffff) argument
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
Dxpc.h220 #define XPC_UNPACK_ARG1(_args) (((u64)_args) & 0xffffffff) argument
221 #define XPC_UNPACK_ARG2(_args) ((((u64)_args) >> 32) & 0xffffffff) argument

12