/linux-6.12.1/include/linux/ |
D | timer.h | 91 #define __init_timer(_timer, _fn, _flags) \ argument 97 #define __init_timer_on_stack(_timer, _fn, _flags) \ argument 104 #define __init_timer(_timer, _fn, _flags) \ argument 106 #define __init_timer_on_stack(_timer, _fn, _flags) \ argument
|
D | closure.h | 370 #define continue_at(_cl, _fn, _wq) \ argument 398 #define continue_at_nobarrier(_cl, _fn, _wq) \ argument
|
D | workqueue.h | 836 #define work_on_cpu(_cpu, _fn, _arg) \ argument 850 #define work_on_cpu_safe(_cpu, _fn, _arg) \ argument
|
/linux-6.12.1/arch/x86/include/asm/ |
D | tdx.h | 113 #define seamcall(_fn, _args) sc_retry(__seamcall, (_fn), (_args)) argument 114 #define seamcall_ret(_fn, _args) sc_retry(__seamcall_ret, (_fn), (_args)) argument 115 #define seamcall_saved_ret(_fn, _args) sc_retry(__seamcall_saved_ret, (_fn), (_args)) argument
|
D | apic.h | 372 #define apic_update_callback(_callback, _fn) { \ argument 485 #define apic_update_callback(_callback, _fn) do { } while (0) argument
|
/linux-6.12.1/include/linux/perf/ |
D | arm_pmu.h | 143 #define PMU_PROBE(_cpuid, _mask, _fn) \ argument 150 #define ARM_PMU_PROBE(_cpuid, _fn) \ argument 155 #define XSCALE_PMU_PROBE(_version, _fn) \ argument
|
/linux-6.12.1/fs/bcachefs/ |
D | recovery_passes.c | 24 #define x(_fn, ...) #_fn, argument 60 #define x(_fn, _id, _when) { .fn = bch2_##_fn, .when = _when }, argument
|
D | buckets.h | 289 #define trigger_run_overwrite_then_insert(_fn, _trans, _btree_id, _level, _old, _new, _flags)\ argument
|
D | opts.c | 236 #define OPT_FN(_fn) .type = BCH_OPT_FN, .fn = _fn argument
|
/linux-6.12.1/tools/perf/bench/ |
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-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | ops.c | 351 #define RX_HANDLER_NO_SIZE(_cmd_id, _fn, _context) \ argument 353 #define RX_HANDLER_GRP_NO_SIZE(_grp, _cmd, _fn, _context) \ argument 355 #define RX_HANDLER(_cmd_id, _fn, _context, _struct) \ argument 358 #define RX_HANDLER_GRP(_grp, _cmd, _fn, _context, _struct) \ argument
|
/linux-6.12.1/tools/perf/ui/ |
D | hist.c | 508 #define HPP__COLOR_PRINT_FNS(_name, _fn, _idx) \ argument 522 #define HPP__COLOR_ACC_PRINT_FNS(_name, _fn, _idx) \ argument 536 #define HPP__PRINT_FNS(_name, _fn, _idx) \ argument
|
/linux-6.12.1/drivers/gpu/drm/tests/ |
D | drm_client_modeset_test.c | 119 #define TEST_CMDLINE(_cmdline, _fn) \ argument
|
/linux-6.12.1/drivers/clk/sprd/ |
D | div.h | 41 _shift, _width, _flags, _fn) \ argument
|
D | mux.h | 40 _reg, _shift, _width, _flags, _fn) \ argument
|
D | composite.h | 23 _dwidth, _flags, _fn) \ argument
|
D | pll.h | 67 _fvco, _fn) \ argument
|
D | gate.h | 33 _gate_flags, _udelay, _ops, _fn) \ argument
|
/linux-6.12.1/drivers/scsi/fnic/ |
D | fnic_trace.h | 73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
|
/linux-6.12.1/drivers/iommu/iommufd/ |
D | main.c | 348 #define IOCTL_OP(_ioctl, _fn, _struct, _last) \ argument
|
/linux-6.12.1/tools/lib/bpf/ |
D | netlink.c | 133 __dump_nlmsg_t _fn, libbpf_dump_nlmsg_t fn, in libbpf_netlink_recv()
|
/linux-6.12.1/tools/bpf/bpftool/ |
D | net.c | 153 __dump_nlmsg_t _fn, dump_nlmsg_t fn, in netlink_recv()
|
/linux-6.12.1/include/acpi/ |
D | acoutput.h | 196 #define ACPI_ONCE(_fn, _plist) { static char _done; if (!_done) { _done = 1; _fn _… argument
|
/linux-6.12.1/tools/perf/ |
D | builtin-c2c.c | 2000 #define PARSE_LIST(_list, _fn) \ argument
|
/linux-6.12.1/drivers/scsi/bfa/ |
D | bfa_ioc.c | 40 #define BFA_DBG_FWTRC_OFF(_fn) (BFI_IOC_TRC_OFF + BFA_DBG_FWTRC_LEN * (_fn)) argument
|