/linux-6.6.21/include/linux/ |
D | timer.h | 112 #define __init_timer(_timer, _fn, _flags) \ argument 115 init_timer_key((_timer), (_fn), (_flags), #_timer, &__key);\ 118 #define __init_timer_on_stack(_timer, _fn, _flags) \ argument 121 init_timer_on_stack_key((_timer), (_fn), (_flags), \ 125 #define __init_timer(_timer, _fn, _flags) \ argument 126 init_timer_key((_timer), (_fn), (_flags), NULL, NULL) 127 #define __init_timer_on_stack(_timer, _fn, _flags) \ argument 128 init_timer_on_stack_key((_timer), (_fn), (_flags), NULL, NULL)
|
D | workqueue.h | 710 #define work_on_cpu(_cpu, _fn, _arg) \ argument 714 work_on_cpu_key(_cpu, _fn, _arg, &__key); \ 724 #define work_on_cpu_safe(_cpu, _fn, _arg) \ argument 728 work_on_cpu_safe_key(_cpu, _fn, _arg, &__key); \
|
/linux-6.6.21/include/linux/perf/ |
D | arm_pmu.h | 145 #define PMU_PROBE(_cpuid, _mask, _fn) \ argument 149 .init = (_fn), \ 152 #define ARM_PMU_PROBE(_cpuid, _fn) \ argument 153 PMU_PROBE(_cpuid, ARM_CPU_PART_MASK, _fn) 157 #define XSCALE_PMU_PROBE(_version, _fn) \ argument 158 PMU_PROBE(ARM_CPU_IMP_INTEL << 24 | _version, ARM_PMU_XSCALE_MASK, _fn)
|
/linux-6.6.21/drivers/md/bcache/ |
D | closure.h | 315 #define continue_at(_cl, _fn, _wq) \ argument 317 set_closure_fn(_cl, _fn, _wq); \ 341 #define continue_at_nobarrier(_cl, _fn, _wq) \ argument 343 set_closure_fn(_cl, _fn, _wq); \
|
/linux-6.6.21/drivers/scsi/fnic/ |
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-6.6.21/arch/x86/include/asm/ |
D | apic.h | 369 #define apic_update_callback(_callback, _fn) { \ argument 370 __x86_apic_override._callback = _fn; \ 371 apic->_callback = _fn; \ 372 static_call_update(apic_call_##_callback, _fn); \ 373 pr_info("APIC: %s() replaced with %ps()\n", #_callback, _fn); \ 483 #define apic_update_callback(_callback, _fn) do { } while (0) argument
|
/linux-6.6.21/tools/perf/ui/ |
D | hist.c | 464 #define HPP__COLOR_PRINT_FNS(_name, _fn, _idx) \ argument 469 .color = hpp__color_ ## _fn, \ 470 .entry = hpp__entry_ ## _fn, \ 473 .sort = hpp__sort_ ## _fn, \ 478 #define HPP__COLOR_ACC_PRINT_FNS(_name, _fn, _idx) \ argument 483 .color = hpp__color_ ## _fn, \ 484 .entry = hpp__entry_ ## _fn, \ 487 .sort = hpp__sort_ ## _fn, \ 492 #define HPP__PRINT_FNS(_name, _fn, _idx) \ argument 497 .entry = hpp__entry_ ## _fn, \ [all …]
|
/linux-6.6.21/drivers/clk/sprd/ |
D | div.h | 39 _shift, _width, _flags, _fn) \ argument 45 .hw.init = _fn(_name, _parent, \
|
D | composite.h | 23 _flags, _fn) \ argument 30 .hw.init = _fn(_name, _parent, \
|
D | mux.h | 40 _reg, _shift, _width, _flags, _fn) \ argument 46 .hw.init = _fn(_name, _parents, \
|
D | pll.h | 67 _fvco, _fn) \ argument 80 .hw.init = _fn(_name, _parent, \
|
D | gate.h | 33 _gate_flags, _udelay, _ops, _fn) \ argument 42 .hw.init = _fn(_name, _parent, \
|
/linux-6.6.21/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.6.21/drivers/gpu/drm/tests/ |
D | drm_client_modeset_test.c | 119 #define TEST_CMDLINE(_cmdline, _fn) \ argument 122 .func = _fn, \
|
/linux-6.6.21/tools/testing/selftests/arm64/abi/ |
D | hwcap.c | 654 if (!hwcap->SIG##_fn) { \ 663 hwcap->SIG##_fn(); \
|
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | ops.c | 290 #define RX_HANDLER_NO_SIZE(_cmd_id, _fn, _context) \ argument 291 { .cmd_id = _cmd_id, .fn = _fn, .context = _context, } 292 #define RX_HANDLER_GRP_NO_SIZE(_grp, _cmd, _fn, _context) \ argument 293 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, .context = _context, } 294 #define RX_HANDLER(_cmd_id, _fn, _context, _struct) \ argument 295 { .cmd_id = _cmd_id, .fn = _fn, \ 297 #define RX_HANDLER_GRP(_grp, _cmd, _fn, _context, _struct) \ argument 298 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, \
|
/linux-6.6.21/drivers/iommu/iommufd/ |
D | main.c | 330 #define IOCTL_OP(_ioctl, _fn, _struct, _last) \ argument 337 .execute = _fn, \
|
/linux-6.6.21/tools/bpf/bpftool/ |
D | net.c | 147 __dump_nlmsg_t _fn, dump_nlmsg_t fn, in netlink_recv() argument 192 if (_fn) { in netlink_recv() 193 ret = _fn(nh, fn, cookie); in netlink_recv()
|
/linux-6.6.21/arch/s390/include/asm/ |
D | stacktrace.h | 188 [_fn] "X" (__fn) : CALL_CLOBBER_##nr); \
|
/linux-6.6.21/tools/lib/bpf/ |
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-6.6.21/tools/perf/ |
D | builtin-c2c.c | 2017 #define PARSE_LIST(_list, _fn) \ argument 2027 ret = _fn(hpp_list, tok); \
|
/linux-6.6.21/drivers/scsi/bfa/ |
D | bfa_ioc.c | 40 #define BFA_DBG_FWTRC_OFF(_fn) (BFI_IOC_TRC_OFF + BFA_DBG_FWTRC_LEN * (_fn)) argument
|