/include/linux/ |
D | init.h | 173 #define __define_initcall(level,fn,id) \ argument 182 #define early_initcall(fn) __define_initcall("early",fn,early) argument 190 #define pure_initcall(fn) __define_initcall("0",fn,0) argument 192 #define core_initcall(fn) __define_initcall("1",fn,1) argument 193 #define core_initcall_sync(fn) __define_initcall("1s",fn,1s) argument 194 #define postcore_initcall(fn) __define_initcall("2",fn,2) argument 195 #define postcore_initcall_sync(fn) __define_initcall("2s",fn,2s) argument 196 #define arch_initcall(fn) __define_initcall("3",fn,3) argument 197 #define arch_initcall_sync(fn) __define_initcall("3s",fn,3s) argument 198 #define subsys_initcall(fn) __define_initcall("4",fn,4) argument [all …]
|
D | memory.h | 93 #define hotplug_memory_notifier(fn, pri) { \ argument 99 #define hotplug_memory_notifier(fn, pri) do { } while (0) argument
|
D | cpu.h | 118 #define hotcpu_notifier(fn, pri) { \ argument 136 #define hotcpu_notifier(fn, pri) do { (void)(fn); } while (0) argument
|
D | rcupreempt_trace.h | 71 #define RCU_TRACE(fn, arg) fn(arg); argument 73 #define RCU_TRACE(fn, arg) argument
|
D | pm.h | 396 #define suspend_report_result(fn, ret) \ argument 408 #define suspend_report_result(fn, ret) do {} while (0) argument
|
D | suspend.h | 267 #define pm_notifier(fn, pri) { \ argument 284 #define pm_notifier(fn, pri) do { (void)(fn); } while (0) argument
|
D | dm-io.h | 51 io_notify_fn fn; /* Callback for asynchronous requests */ member
|
D | thread_info.h | 19 long (*fn)(struct restart_block *); member
|
D | mca.h | 143 static inline void mca_set_adapter_procfn(int slot, MCA_ProcFn fn, void* dev) in mca_set_adapter_procfn()
|
/include/trace/ |
D | boot.h | 50 void trace_boot_call(struct boot_trace_call *bt, initcall_t fn) { } in trace_boot_call() 53 void trace_boot_ret(struct boot_trace_ret *bt, initcall_t fn) { } in trace_boot_ret()
|
/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 232 #define IPT_MATCH_ITERATE(e, fn, args...) \ argument 236 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \ argument 325 #define COMPAT_IPT_MATCH_ITERATE(e, fn, args...) \ argument 329 #define COMPAT_IPT_ENTRY_ITERATE(entries, size, fn, args...) \ argument 333 #define COMPAT_IPT_ENTRY_ITERATE_CONTINUE(entries, size, n, fn, args...) \ argument
|
/include/xen/ |
D | grant_table.h | 49 void (*fn)(void *); member
|
/include/linux/netfilter_ipv6/ |
D | ip6_tables.h | 292 #define IP6T_MATCH_ITERATE(e, fn, args...) \ argument 296 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) \ argument 353 #define COMPAT_IP6T_MATCH_ITERATE(e, fn, args...) \ argument 357 #define COMPAT_IP6T_ENTRY_ITERATE(entries, size, fn, args...) \ argument 360 #define COMPAT_IP6T_ENTRY_ITERATE_CONTINUE(entries, size, n, fn, args...) \ argument
|
/include/net/ |
D | pkt_sched.h | 13 int (*fn)(struct Qdisc *, unsigned long cl, struct qdisc_walker *); member
|
D | ip6_fib.h | 65 #define FIB6_SUBTREE(fn) NULL argument 67 #define FIB6_SUBTREE(fn) ((fn)->subtree) argument
|
D | pkt_cls.h | 15 int (*fn)(struct tcf_proto *, unsigned long node, struct tcf_walker *); member
|
/include/linux/netfilter_arp/ |
D | arp_tables.h | 218 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) \ argument 301 #define COMPAT_ARPT_ENTRY_ITERATE(entries, size, fn, args...) \ argument 304 #define COMPAT_ARPT_ENTRY_ITERATE_CONTINUE(entries, size, n, fn, args...) \ argument
|
/include/linux/netfilter_bridge/ |
D | ebtables.h | 324 #define EBT_MATCH_ITERATE(e, fn, args...) \ argument 347 #define EBT_WATCHER_ITERATE(e, fn, args...) \ argument 370 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) \ argument
|
/include/linux/netfilter/ |
D | x_tables.h | 130 #define XT_MATCH_ITERATE(type, e, fn, args...) \ argument 149 #define XT_ENTRY_ITERATE_CONTINUE(type, entries, size, n, fn, args...) \ argument 169 #define XT_ENTRY_ITERATE(type, entries, size, fn, args...) \ argument
|
/include/net/sctp/ |
D | sm.h | 87 sctp_state_fn_t *fn; member
|
/include/pcmcia/ |
D | cistpl.h | 80 } fn[CISTPL_MAX_FUNCTIONS]; member
|
/include/acpi/ |
D | actbl1.h | 355 u8 fn; member
|