/linux/include/linux/ |
H A D | timer.h | 91 #define __init_timer(_timer, _fn, _flags) \ argument 94 init_timer_key((_timer), (_fn), (_flags), #_timer, &__key);\ 97 #define __init_timer_on_stack(_timer, _fn, _flags) \ argument 100 init_timer_on_stack_key((_timer), (_fn), (_flags), \ 104 #define __init_timer(_timer, _fn, _flags) \ argument 105 init_timer_key((_timer), (_fn), (_flags), NULL, NULL) 106 #define __init_timer_on_stack(_timer, _fn, _flags) \ argument 107 init_timer_on_stack_key((_timer), (_fn), (_flags), NULL, NULL)
|
H A D | closure.h | 370 #define continue_at(_cl, _fn, _wq) \ argument 372 set_closure_fn(_cl, _fn, _wq); \ 398 #define continue_at_nobarrier(_cl, _fn, _wq) \ argument 400 set_closure_fn(_cl, _fn, _wq); \
|
H A D | workqueue.h | 836 #define work_on_cpu(_cpu, _fn, _arg) \ argument 840 work_on_cpu_key(_cpu, _fn, _arg, &__key); \ 850 #define work_on_cpu_safe(_cpu, _fn, _arg) \ argument 854 work_on_cpu_safe_key(_cpu, _fn, _arg, &__key); \
|
/linux/include/linux/perf/ |
H A D | arm_pmu.h | 143 #define PMU_PROBE(_cpuid, _mask, _fn) \ argument 147 .init = (_fn), \ 150 #define ARM_PMU_PROBE(_cpuid, _fn) \ argument 151 PMU_PROBE(_cpuid, ARM_CPU_PART_MASK, _fn) 155 #define XSCALE_PMU_PROBE(_version, _fn) \ argument 156 PMU_PROBE(ARM_CPU_IMP_INTEL << 24 | _version, ARM_PMU_XSCALE_MASK, _fn)
|
/linux/drivers/scsi/fnic/ |
H A D | fnic_trace.h | 73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument 79 trace_buf->fnaddr.low = (u32)(unsigned long)_fn; \ 82 trace_buf->fnaddr.val = (u64)(unsigned long)_fn; \
|
/linux/arch/x86/include/asm/ |
H A D | apic.h | 372 #define apic_update_callback(_callback, _fn) { \ argument 373 __x86_apic_override._callback = _fn; \ 374 apic->_callback = _fn; \ 375 static_call_update(apic_call_##_callback, _fn); \ 376 pr_info("APIC: %s() replaced with %ps()\n", #_callback, _fn); \ 485 #define apic_update_callback(_callback, _fn) do { } while (0) argument
|
/linux/tools/perf/ui/ |
H A D | hist.c | 508 #define HPP__COLOR_PRINT_FNS(_name, _fn, _idx) \ argument 513 .color = hpp__color_ ## _fn, \ 514 .entry = hpp__entry_ ## _fn, \ 517 .sort = hpp__sort_ ## _fn, \ 522 #define HPP__COLOR_ACC_PRINT_FNS(_name, _fn, _idx) \ argument 527 .color = hpp__color_ ## _fn, \ 528 .entry = hpp__entry_ ## _fn, \ 531 .sort = hpp__sort_ ## _fn, \ 536 #define HPP__PRINT_FNS(_name, _fn, _idx) \ argument 541 .entry = hpp__entry_ ## _fn, \ [all...] |
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 1041 #define MV88E6XXX_HW_STAT_MAPPER(_fn) \ argument 1042 _fn(in_good_octets, 8, 0x00, STATS_TYPE_BANK0), \ 1043 _fn(in_bad_octets, 4, 0x02, STATS_TYPE_BANK0), \ 1044 _fn(in_unicast, 4, 0x04, STATS_TYPE_BANK0), \ 1045 _fn(in_broadcasts, 4, 0x06, STATS_TYPE_BANK0), \ 1046 _fn(in_multicasts, 4, 0x07, STATS_TYPE_BANK0), \ 1047 _fn(in_pause, 4, 0x16, STATS_TYPE_BANK0), \ 1048 _fn(in_undersize, 4, 0x18, STATS_TYPE_BANK0), \ 1049 _fn(in_fragments, 4, 0x19, STATS_TYPE_BANK0), \ 1050 _fn(in_oversize, 4, 0x1a, STATS_TYPE_BANK0), \ [all …]
|
/linux/fs/bcachefs/ |
H A D | recovery_passes.c | 24 #define x(_fn, ...) #_fn, argument 60 #define x(_fn, _id, _when) { .fn = bch2_##_fn, .when = _when }, argument
|
H A D | buckets.h | 288 #define trigger_run_overwrite_then_insert(_fn, _trans, _btree_id, _level, _old, _new, _flags)\ argument 293 ret = _fn(_trans, _btree_id, _level, _old, _flags & ~BTREE_TRIGGER_insert); \ 295 ret = _fn(_trans, _btree_id, _level, _new.s_c, _flags & ~BTREE_TRIGGER_overwrite);\
|
H A D | opts.c | 238 #define OPT_FN(_fn) .type = BCH_OPT_FN, .fn = _fn argument
|
/linux/drivers/clk/sprd/ |
H A D | div.h | 41 _shift, _width, _flags, _fn) \ argument 47 .hw.init = _fn(_name, _parent, \
|
H A D | mux.h | 40 _reg, _shift, _width, _flags, _fn) \ argument 46 .hw.init = _fn(_name, _parents, \
|
H A D | composite.h | 23 _dwidth, _flags, _fn) \ argument 30 .hw.init = _fn(_name, _parent, \
|
H A D | pll.h | 67 _fvco, _fn) \ argument 80 .hw.init = _fn(_name, _parent, \
|
H A D | gate.h | 33 _gate_flags, _udelay, _ops, _fn) \ argument 42 .hw.init = _fn(_name, _parent, \
|
/linux/tools/perf/bench/ |
H A D | mem-functions.c | 278 # define MEMCPY_FN(_fn, _name, _desc) {.name = _name, .desc = _desc, .fn.memcpy = _fn}, argument 357 # define MEMSET_FN(_fn, _name, _desc) { .name = _name, .desc = _desc, .fn.memset = _fn }, argument
|
/linux/drivers/gpu/drm/tests/ |
H A D | drm_client_modeset_test.c | 119 #define TEST_CMDLINE(_cmdline, _fn) \ argument 122 .func = _fn, \
|
/linux/include/acpi/ |
H A D | acoutput.h | 196 #define ACPI_ONCE(_fn, _plist) { static char _done; if (!_done) { _done = 1; _fn _… argument
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ops.c | 352 #define RX_HANDLER_NO_SIZE(_cmd_id, _fn, _context) \ argument 353 { .cmd_id = _cmd_id, .fn = _fn, .context = _context, } 354 #define RX_HANDLER_GRP_NO_SIZE(_grp, _cmd, _fn, _context) \ argument 355 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, .context = _context, } 356 #define RX_HANDLER(_cmd_id, _fn, _context, _struct) \ argument 357 { .cmd_id = _cmd_id, .fn = _fn, \ 359 #define RX_HANDLER_GRP(_grp, _cmd, _fn, _context, _struct) \ argument 360 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, \
|
/linux/drivers/iommu/iommufd/ |
H A D | main.c | 325 #define IOCTL_OP(_ioctl, _fn, _struct, _last) \ argument 332 .execute = _fn, \
|
/linux/tools/bpf/bpftool/ |
H A D | net.c | 153 __dump_nlmsg_t _fn, dump_nlmsg_t fn, in netlink_recv() argument 198 if (_fn) { in netlink_recv() 199 ret = _fn(nh, fn, cookie); in netlink_recv()
|
/linux/arch/s390/include/asm/ |
H A D | stacktrace.h | 207 [_fn] "X" (__fn) : CALL_CLOBBER_##nr); \
|
/linux/tools/lib/bpf/ |
H A D | netlink.c | 133 __dump_nlmsg_t _fn, libbpf_dump_nlmsg_t fn, in libbpf_netlink_recv() argument 200 if (_fn) { in libbpf_netlink_recv() 201 ret = _fn(nh, fn, cookie); in libbpf_netlink_recv()
|
/linux/tools/perf/ |
H A D | builtin-c2c.c | 2000 #define PARSE_LIST(_list, _fn) \ argument 2010 ret = _fn(hpp_list, tok); \
|