Home
last modified time | relevance | path

Searched defs:_args (Results 1 – 21 of 21) 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/tools/perf/pmu-events/
H A Darm64_metrics.py10 _args = None variable
H A Damd_metrics.py13 _args = None variable
H A Dintel_metrics.py16 _args = None variable
H A Djevents.py15 _args = None variable
[all...]
/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() argument
H A Dclock_nanosleep.c32 void *call_nanosleep(void *_args) in call_nanosleep() argument
/linux/tools/perf/util/
H A Dlibdw.c77 libdw_a2l_cb(Dwarf_Die * die,void * _args) libdw_a2l_cb() argument
H A Dthread.c473 thread__e_machine_callback(struct map * map,void * _args) thread__e_machine_callback() argument
H A Dsession.c2972 perf_session__e_machine_cb(struct thread * thread,void * _args) perf_session__e_machine_cb() argument
/linux/drivers/md/
H A Ddm-flakey.c61 static const struct dm_arg _args[] = { in parse_features() local
260 static const struct dm_arg _args[] = { in flakey_ctr() local
H A Ddm-inlinecrypt.c238 static const struct dm_arg _args[] = { in inlinecrypt_ctr_optional() local
H A Ddm-verity-target.c1211 static const struct dm_arg _args[] = { in verity_parse_opt_args() local
H A Ddm-thin.c3148 static const struct dm_arg _args[] = { in parse_pool_features() local
H A Ddm-integrity.c4765 static const struct dm_arg _args[] = { in dm_integrity_ctr() local
/linux/include/linux/
H A Dtracepoint.h412 #define DEFINE_TRACE_FN(_name, _reg, _unreg, _proto, _args) \ argument
420 #define DEFINE_TRACE_SYSCALL(_name, _reg, _unreg, _proto, _args) \ argument
428 #define DEFINE_TRACE(_name, _proto, _args) \ argument
/linux/lib/
H A Dbug.c185 struct arch_va_list _args; in __warn_printf() local
/linux/drivers/net/wireless/realtek/rtw88/
H A Dregd.c16 #define rtw_dbg_regd_dump(_dev, _msg, _args...) \ argument
/linux/drivers/md/dm-pcache/
H A Ddm_pcache.c151 static const struct dm_arg _args[] = { in parse_cache_opts() local
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4971 static void *tsync_vs_dead_thread_leader_sibling(void *_args) in tsync_vs_dead_thread_leader_sibling()