| /linux/tools/testing/selftests/kvm/include/ |
| H A D | ucall_common.h | 67 #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/tools/perf/pmu-events/ |
| H A D | arm64_metrics.py | 10 _args = None variable
|
| H A D | amd_metrics.py | 13 _args = None variable
|
| H A D | intel_metrics.py | 16 _args = None variable
|
| H A D | jevents.py | 15 _args = None variable
|
| /linux/drivers/gpu/drm/nouveau/nvif/ |
| H A D | event.c | 61 struct nvif_event_v0 _args; in nvif_event_ctor_() local
|
| /linux/tools/testing/selftests/timens/ |
| H A D | vfork_exec.c | 27 static void *tcheck(void *_args) in tcheck() argument
|
| H A D | clock_nanosleep.c | 32 void *call_nanosleep(void *_args) in call_nanosleep() argument
|
| /linux/drivers/md/ |
| H A D | dm-mpath.c | 849 static const struct dm_arg _args[] = { in parse_path_selector() local 991 static const struct dm_arg _args[] = { in parse_priority_group() local 1067 static const struct dm_arg _args[] = { in parse_hw_handler() local 1119 static const struct dm_arg _args[] = { in parse_features() local 1187 static const struct dm_arg _args[] = { in multipath_ctr() local
|
| H A D | dm-flakey.c | 61 static const struct dm_arg _args[] = { in parse_features() local 260 static const struct dm_arg _args[] = { in flakey_ctr() local
|
| H A D | dm-switch.c | 255 static const struct dm_arg _args[] = { in switch_ctr() local
|
| H A D | dm-verity-target.c | 1217 static const struct dm_arg _args[] = { in verity_parse_opt_args() local
|
| H A D | dm-cache-target.c | 2154 static const struct dm_arg _args[] = { in parse_features() local 2210 static const struct dm_arg _args[] = { in parse_policy() local
|
| H A D | dm-raid.c | 3022 struct dm_arg _args[] = { in raid_ctr() local
|
| H A D | dm-snap.c | 1183 static const struct dm_arg _args[] = { in parse_snapshot_features() local
|
| H A D | dm-writecache.c | 2241 static struct dm_arg _args[] = { in writecache_ctr() local
|
| H A D | dm-crypt.c | 3115 static const struct dm_arg _args[] = { in crypt_ctr_optional() local
|
| /linux/tools/perf/util/ |
| H A D | libdw.c | 77 static int libdw_a2l_cb(Dwarf_Die *die, void *_args) in libdw_a2l_cb()
|
| H A D | thread.c | 473 static int thread__e_machine_callback(struct map *map, void *_args) in thread__e_machine_callback()
|
| H A D | session.c | 2972 static int perf_session__e_machine_cb(struct thread *thread, void *_args) in perf_session__e_machine_cb()
|
| /linux/include/linux/ |
| H A D | tracepoint.h | 365 DEFINE_TRACE_FN(_name,_reg,_unreg,_proto,_args) global() argument 373 DEFINE_TRACE_SYSCALL(_name,_reg,_unreg,_proto,_args) global() argument 381 DEFINE_TRACE(_name,_proto,_args) global() argument
|
| /linux/lib/ |
| H A D | bug.c | 186 struct arch_va_list _args; in __warn_printf() local
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | regd.c | 16 #define rtw_dbg_regd_dump(_dev, _msg, _args...) \ argument
|
| /linux/drivers/md/dm-pcache/ |
| H A D | dm_pcache.c | 151 static const struct dm_arg _args[] = { in parse_cache_opts() local
|
| /linux/drivers/misc/sgi-xp/ |
| H A D | xpc.h | 220 #define XPC_UNPACK_ARG1(_args) (((u64)_args) & 0xffffffff) argument 221 #define XPC_UNPACK_ARG2(_args) ((((u64)_args) >> 32) & 0xffffffff) argument
|