Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 22 of 22) sorted by relevance

/include/linux/
Dinit.h173 #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 …]
Dmemory.h93 #define hotplug_memory_notifier(fn, pri) { \ argument
99 #define hotplug_memory_notifier(fn, pri) do { } while (0) argument
Dcpu.h118 #define hotcpu_notifier(fn, pri) { \ argument
136 #define hotcpu_notifier(fn, pri) do { (void)(fn); } while (0) argument
Drcupreempt_trace.h71 #define RCU_TRACE(fn, arg) fn(arg); argument
73 #define RCU_TRACE(fn, arg) argument
Dpm.h396 #define suspend_report_result(fn, ret) \ argument
408 #define suspend_report_result(fn, ret) do {} while (0) argument
Dsuspend.h267 #define pm_notifier(fn, pri) { \ argument
284 #define pm_notifier(fn, pri) do { (void)(fn); } while (0) argument
Ddm-io.h51 io_notify_fn fn; /* Callback for asynchronous requests */ member
Dthread_info.h19 long (*fn)(struct restart_block *); member
Dmca.h143 static inline void mca_set_adapter_procfn(int slot, MCA_ProcFn fn, void* dev) in mca_set_adapter_procfn()
/include/trace/
Dboot.h50 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/
Dip_tables.h232 #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/
Dgrant_table.h49 void (*fn)(void *); member
/include/linux/netfilter_ipv6/
Dip6_tables.h292 #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/
Dpkt_sched.h13 int (*fn)(struct Qdisc *, unsigned long cl, struct qdisc_walker *); member
Dip6_fib.h65 #define FIB6_SUBTREE(fn) NULL argument
67 #define FIB6_SUBTREE(fn) ((fn)->subtree) argument
Dpkt_cls.h15 int (*fn)(struct tcf_proto *, unsigned long node, struct tcf_walker *); member
/include/linux/netfilter_arp/
Darp_tables.h218 #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/
Debtables.h324 #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/
Dx_tables.h130 #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/
Dsm.h87 sctp_state_fn_t *fn; member
/include/pcmcia/
Dcistpl.h80 } fn[CISTPL_MAX_FUNCTIONS]; member
/include/acpi/
Dactbl1.h355 u8 fn; member