| /linux/tools/perf/pmu-events/ |
| H A D | jevents.py | 15 _args = None variable 542 _args.output_file.write('};\n') 544 _args.output_file.write( 550 _args.output_file.write(event.to_c_string(metric=False)) 554 _args.output_file.write(f""" 561 _args.output_file.write(f"""{{ 567 _args.output_file.write('};\n\n') 598 _args.output_file.write('};\n') 600 _args.output_file.write( 606 _args.output_file.write(metric.to_c_string(metric=True)) [all …]
|
| /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 82 ucall_assert(UCALL_ABORT, _exp, __FILE__, __LINE__, _fmt, ##_args); \ 85 #define __GUEST_ASSERT(_condition, _fmt, _args...) \ argument 86 ____GUEST_ASSERT(_condition, #_condition, _fmt, ##_args) 91 #define GUEST_FAIL(_fmt, _args...) \ argument 93 __FILE__, __LINE__, _fmt, ##_args)
|
| /linux/drivers/gpu/drm/nouveau/nvif/ |
| H A D | event.c | 61 struct nvif_event_v0 _args; in nvif_event_ctor_() local 65 args = &_args; in nvif_event_ctor_() 66 argc = sizeof(_args); in nvif_event_ctor_()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_bpftool.py | 29 _args = ["bpftool"] 31 _args.append("-j") 32 _args.extend(args) 34 return subprocess.check_output(_args)
|
| /linux/include/linux/ |
| H A D | tracepoint.h | 365 #define DEFINE_TRACE_FN(_name, _reg, _unreg, _proto, _args) \ argument 371 __DEFINE_TRACE_EXT(_name, &__tracepoint_ext_##_name, PARAMS(_proto), PARAMS(_args)); 373 #define DEFINE_TRACE_SYSCALL(_name, _reg, _unreg, _proto, _args) \ argument 379 __DEFINE_TRACE_EXT(_name, &__tracepoint_ext_##_name, PARAMS(_proto), PARAMS(_args)); 381 #define DEFINE_TRACE(_name, _proto, _args) \ argument 382 __DEFINE_TRACE_EXT(_name, NULL, PARAMS(_proto), PARAMS(_args));
|
| /linux/tools/testing/selftests/timens/ |
| H A D | vfork_exec.c | 27 static void *tcheck(void *_args) in tcheck() argument 29 struct thread_args *args = _args; in tcheck()
|
| H A D | clock_nanosleep.c | 32 void *call_nanosleep(void *_args) in call_nanosleep() argument 34 struct thread_args *args = _args; in call_nanosleep()
|
| /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
|
| /linux/drivers/md/ |
| H A D | dm-mpath.c | 849 static const struct dm_arg _args[] = { in parse_path_selector() local 859 r = dm_read_arg_group(_args, as, &ps_argc, &ti->error); in parse_path_selector() 991 static const struct dm_arg _args[] = { in parse_priority_group() local 1021 r = dm_read_arg(_args, as, &pg->nr_pgpaths, &ti->error); in parse_priority_group() 1025 r = dm_read_arg(_args + 1, as, &nr_selector_args, &ti->error); in parse_priority_group() 1067 static const struct dm_arg _args[] = { in parse_hw_handler() local 1071 if (dm_read_arg_group(_args, as, &hw_argc, &ti->error)) in parse_hw_handler() 1119 static const struct dm_arg _args[] = { in parse_features() local 1125 r = dm_read_arg_group(_args, as, &argc, &ti->error); in parse_features() 1148 r = dm_read_arg(_args + 1, as, &m->pg_init_retries, &ti->error); in parse_features() [all …]
|
| H A D | dm-cache-target.c | 2161 static const struct dm_arg _args[] = { in parse_features() local 2172 r = dm_read_arg_group(_args, as, &argc, error); in parse_features() 2217 static const struct dm_arg _args[] = { in parse_policy() local 2228 r = dm_read_arg_group(_args, as, &ca->policy_argc, error); in parse_policy()
|
| H A D | dm-verity-target.c | 1219 static const struct dm_arg _args[] = { in verity_parse_opt_args() local 1223 r = dm_read_arg_group(_args, as, &argc, &ti->error); in verity_parse_opt_args()
|
| H A D | dm-raid.c | 3022 struct dm_arg _args[] = { in raid_ctr() local 3040 if (dm_read_arg_group(_args, &as, &num_raid_params, &ti->error)) in raid_ctr() 3046 _args[1].max = (as_nrd.argc - 1) / 2; in raid_ctr() 3047 if (dm_read_arg(_args + 1, &as_nrd, &num_raid_devs, &ti->error)) in raid_ctr()
|
| H A D | dm-snap.c | 1187 static const struct dm_arg _args[] = { in parse_snapshot_features() local 1197 r = dm_read_arg_group(_args, as, &argc, &ti->error); in parse_snapshot_features()
|
| H A D | dm-writecache.c | 2242 static struct dm_arg _args[] = { in writecache_ctr() local 2397 r = dm_read_arg_group(_args, &as, &opt_params, &ti->error); in writecache_ctr()
|
| H A D | dm-crypt.c | 3115 static const struct dm_arg _args[] = { in crypt_ctr_optional() local 3127 ret = dm_read_arg_group(_args, &as, &opt_params, &ti->error); in crypt_ctr_optional()
|
| H A D | dm-thin.c | 3148 static const struct dm_arg _args[] = { in parse_pool_features() local 3158 r = dm_read_arg_group(_args, as, &argc, &ti->error); in parse_pool_features()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_polymorph_printk.h | 59 __drbd_printk_ ## struct_name ## _args(), ## args); \ 81 __drbd_printk_ ## struct_name ## _args(), ## args); \
|
| /linux/lib/ |
| H A D | bug.c | 186 struct arch_va_list _args; in __warn_printf() local 187 va_list *args = __warn_args(&_args, regs); in __warn_printf()
|
| /linux/rust/macros/ |
| H A D | pinned_drop.rs | |
| /linux/rust/pin-init/internal/src/ |
| H A D | pinned_drop.rs | 8 pub(crate) fn pinned_drop(_args: TokenStream, input: TokenStream) -> TokenStream { in pinned_drop()
|
| /linux/include/uapi/drm/ |
| H A D | pvr_drm.h | 95 _mode(DRM_COMMAND_BASE + (_ioctl), struct drm_pvr_ioctl_##_data##_args)
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | regd.c | 16 #define rtw_dbg_regd_dump(_dev, _msg, _args...) \ argument 22 ##_args, \
|
| /linux/kernel/trace/ |
| H A D | trace.h | 2277 unsigned long *_args; \ 2285 _args = _re->args; \ 2287 _args = _e->args; \ 2289 _args; \
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic.h | 2297 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument 2301 __func__, ##_args); \
|
| /linux/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 4965 static void *tsync_vs_dead_thread_leader_sibling(void *_args) in tsync_vs_dead_thread_leader_sibling() argument 4974 struct tsync_vs_thread_leader_args *args = _args; in tsync_vs_dead_thread_leader_sibling() 4981 if (retval != _args) in tsync_vs_dead_thread_leader_sibling()
|