Home
last modified time | relevance | path

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

12

/include/linux/
Dinit.h155 #define ___initcall_name2(c, fn, id) __initcall_##c##_##fn##id argument
156 #define ___initcall_name1(c, fn, id) ___initcall_name2(c, fn, id) argument
157 #define __initcall_name(fn, id) ___initcall_name1(__COUNTER__, fn, id) argument
159 #define __initcall_name(fn, id) __initcall_##fn##id argument
178 #define __define_initcall(fn, id) \ argument
187 #define early_initcall(fn) __define_initcall(fn, early) argument
196 #define pure_initcall(fn) __define_initcall(fn, 0) argument
198 #define core_initcall(fn) __define_initcall(fn, 1) argument
199 #define core_initcall_sync(fn) __define_initcall(fn, 1s) argument
200 #define postcore_initcall(fn) __define_initcall(fn, 2) argument
[all …]
Dstop_machine.h25 cpu_stop_fn_t fn; member
45 cpu_stop_fn_t fn; member
49 static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu()
69 cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait()
84 cpu_stop_fn_t fn, void *arg) in stop_cpus()
92 cpu_stop_fn_t fn, void *arg) in try_stop_cpus()
126 static inline int stop_machine(cpu_stop_fn_t fn, void *data, in stop_machine()
137 static inline int stop_machine_from_inactive_cpu(cpu_stop_fn_t fn, void *data, in stop_machine_from_inactive_cpu()
Dcpu.h92 #define cpu_notifier(fn, pri) { \ argument
98 #define __cpu_notifier(fn, pri) { \ argument
110 #define cpu_notifier(fn, pri) do { (void)(fn); } while (0) argument
111 #define __cpu_notifier(fn, pri) do { (void)(fn); } while (0) argument
143 #define cpu_notifier(fn, pri) do { (void)(fn); } while (0) argument
144 #define __cpu_notifier(fn, pri) do { (void)(fn); } while (0) argument
192 #define hotcpu_notifier(fn, pri) cpu_notifier(fn, pri) argument
193 #define __hotcpu_notifier(fn, pri) __cpu_notifier(fn, pri) argument
209 #define hotcpu_notifier(fn, pri) do { (void)(fn); } while (0) argument
210 #define __hotcpu_notifier(fn, pri) do { (void)(fn); } while (0) argument
Dkthread.h111 #define KTHREAD_WORK_INIT(work, fn) { \ argument
116 #define KTHREAD_DELAYED_WORK_INIT(dwork, fn) { \ argument
126 #define DEFINE_KTHREAD_WORK(work, fn) \ argument
129 #define DEFINE_KTHREAD_DELAYED_WORK(dwork, fn) \ argument
155 #define kthread_init_work(work, fn) \ argument
162 #define kthread_init_delayed_work(dwork, fn) \ argument
Dtimer.h157 #define setup_timer(timer, fn, data) \ argument
159 #define setup_pinned_timer(timer, fn, data) \ argument
161 #define setup_deferrable_timer(timer, fn, data) \ argument
163 #define setup_pinned_deferrable_timer(timer, fn, data) \ argument
165 #define setup_timer_on_stack(timer, fn, data) \ argument
167 #define setup_pinned_timer_on_stack(timer, fn, data) \ argument
169 #define setup_deferrable_timer_on_stack(timer, fn, data) \ argument
171 #define setup_pinned_deferrable_timer_on_stack(timer, fn, data) \ argument
Dirqchip.h27 #define IRQCHIP_DECLARE(name, compat, fn) OF_DECLARE_2(irqchip, name, compat, fn) argument
41 #define IRQCHIP_ACPI_DECLARE(name, subtable, validate, data, fn) \ argument
Dmodule.h110 #define early_initcall(fn) module_init(fn) argument
111 #define core_initcall(fn) module_init(fn) argument
112 #define core_initcall_sync(fn) module_init(fn) argument
113 #define postcore_initcall(fn) module_init(fn) argument
114 #define postcore_initcall_sync(fn) module_init(fn) argument
115 #define arch_initcall(fn) module_init(fn) argument
116 #define subsys_initcall(fn) module_init(fn) argument
117 #define subsys_initcall_sync(fn) module_init(fn) argument
118 #define fs_initcall(fn) module_init(fn) argument
119 #define fs_initcall_sync(fn) module_init(fn) argument
[all …]
Dof_iommu.h41 #define IOMMU_OF_DECLARE(name, compat, fn) \ argument
Ddelayed_call.h10 void (*fn)(void *); member
Dmemory.h128 #define hotplug_memory_notifier(fn, pri) ({ \ argument
136 #define hotplug_memory_notifier(fn, pri) ({ 0; }) argument
Dclocksource.h246 #define CLOCKSOURCE_OF_DECLARE(name, compat, fn) \ argument
255 #define CLOCKSOURCE_ACPI_DECLARE(name, table_id, fn) \ argument
Drestart_block.h18 long (*fn)(struct restart_block *); member
Ddm-io.h51 io_notify_fn fn; /* Callback for asynchronous requests */ member
Dsbitmap.h206 static inline void sbitmap_for_each_set(struct sbitmap *sb, sb_for_each_fn fn, in sbitmap_for_each_set()
Dof.h1120 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1126 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument
1137 #define OF_DECLARE_1(table, name, compat, fn) \ argument
1139 #define OF_DECLARE_1_RET(table, name, compat, fn) \ argument
1141 #define OF_DECLARE_2(table, name, compat, fn) \ argument
Dsuspend.h419 #define pm_notifier(fn, pri) { \ argument
478 #define pm_notifier(fn, pri) do { (void)(fn); } while (0) argument
/include/uapi/linux/netfilter/
Dx_tables.h128 #define XT_MATCH_ITERATE(type, e, fn, args...) \ argument
147 #define XT_ENTRY_ITERATE_CONTINUE(type, entries, size, n, fn, args...) \ argument
167 #define XT_ENTRY_ITERATE(type, entries, size, fn, args...) \ argument
/include/linux/soc/ti/
Dknav_qmss.h64 knav_queue_notify_fn fn; member
/include/xen/
Dgrant_table.h60 void (*fn)(void *); member
257 unsigned len, xen_grant_fn_t fn, in gnttab_for_one_grant()
/include/uapi/linux/netfilter_bridge/
Debtables.h199 #define EBT_MATCH_ITERATE(e, fn, args...) \ argument
222 #define EBT_WATCHER_ITERATE(e, fn, args...) \ argument
245 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) \ argument
/include/net/
Dip6_fib.h75 #define FIB6_SUBTREE(fn) NULL argument
77 #define FIB6_SUBTREE(fn) ((fn)->subtree) argument
177 struct fib6_node *fn; in rt6_get_cookie_safe() local
Dpkt_sched.h13 int (*fn)(struct Qdisc *, unsigned long cl, struct qdisc_walker *); member
/include/uapi/linux/netfilter_ipv4/
Dip_tables.h61 #define IPT_MATCH_ITERATE(e, fn, args...) \ argument
65 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \ argument
/include/scsi/
Dscsi_dh.h84 activate_complete fn, void *data) in scsi_dh_activate()
/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h56 #define IP6T_MATCH_ITERATE(e, fn, args...) \ argument
58 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) \ argument

12