Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Dmin_heap.h291 #define min_heap_sift_down_inline(_heap, _pos, _func, _args) \ argument
318 #define min_heap_sift_up_inline(_heap, _idx, _func, _args) \ argument
333 #define min_heapify_all_inline(_heap, _func, _args) \ argument
355 #define min_heap_pop_inline(_heap, _func, _args) \ argument
372 #define min_heap_pop_push_inline(_heap, _element, _func, _args) \ argument
398 #define min_heap_push_inline(_heap, _element, _func, _args) \ argument
427 #define min_heap_del_inline(_heap, _idx, _func, _args) \ argument
455 #define min_heap_sift_down(_heap, _pos, _func, _args) \ argument
458 #define min_heap_sift_up(_heap, _idx, _func, _args) \ argument
461 #define min_heapify_all(_heap, _func, _args) \ argument
[all …]
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/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/arch/x86/include/asm/
H A Dtdx.h145 #define seamcall(_fn, _args) sc_retry(__seamcall, (_fn), (_args)) argument
146 #define seamcall_ret(_fn, _args) sc_retry(__seamcall_ret, (_fn), (_args)) argument
147 #define seamcall_saved_ret(_fn, _args) sc_retry(__seamcall_saved_ret, (_fn), (_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-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-mpath.c855 static const struct dm_arg _args[] = { in parse_path_selector() local
990 static const struct dm_arg _args[] = { in parse_priority_group() local
1066 static const struct dm_arg _args[] = { in parse_hw_handler() local
1118 static const struct dm_arg _args[] = { in parse_features() local
1186 static const struct dm_arg _args[] = { in multipath_ctr() local
H A Ddm-switch.c255 static const struct dm_arg _args[] = { in switch_ctr() local
H A Ddm-verity-target.c1143 static const struct dm_arg _args[] = { in verity_parse_opt_args() local
H A Ddm-cache-target.c2161 static const struct dm_arg _args[] = { in parse_features() local
2217 static const struct dm_arg _args[] = { in parse_policy() local
H A Ddm-snap.c1192 static const struct dm_arg _args[] = { in parse_snapshot_features() local
H A Ddm-raid.c3020 struct dm_arg _args[] = { in raid_ctr() local
H A Ddm-writecache.c2242 static struct dm_arg _args[] = { in writecache_ctr() local
H A Ddm-crypt.c3156 static const struct dm_arg _args[] = { in crypt_ctr_optional() local
H A Ddm-thin.c3150 static const struct dm_arg _args[] = { in parse_pool_features() local
/linux/drivers/gpu/drm/xe/
H A Dxe_printk.h13 #define __XE_PRINTK_FMT(_xe, _fmt, _args...) _fmt, ##_args argument
H A Dxe_tile_printk.h11 #define __XE_TILE_PRINTK_FMT(_tile, _fmt, _args...) "Tile%u: " _fmt, (_tile)->id, ##_args argument
H A Dxe_gt_printk.h12 #define __XE_GT_PRINTK_FMT(_gt, _fmt, _args...) "GT%u: " _fmt, (_gt)->info.id, ##_args argument
/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/perf/pmu-events/
H A Djevents.py15 _args = None variable
/linux/drivers/firmware/efi/
H A Druntime-wrappers.c131 #define efi_queue_work(_rts, _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

12