Home
last modified time | relevance | path

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

12

/include/linux/
A Dinit.h210 #define __initcall_id(fn) \ argument
241 #define __initcall_stub(fn, __iid, id) \ argument
244 #define __define_initcall_stub(__stub, fn) \ argument
255 #define __initcall_stub(fn, __iid, id) fn argument
257 #define __define_initcall_stub(__stub, fn) \ argument
281 #define ___define_initcall(fn, id, __sec) \ argument
310 #define fs_initcall(fn) __define_initcall(fn, 5) argument
318 #define __initcall(fn) device_initcall(fn) argument
320 #define __exitcall(fn) \ argument
352 #define __setup(str, fn) \ argument
[all …]
A Dstop_machine.h26 cpu_stop_fn_t fn; member
48 cpu_stop_fn_t fn; member
52 static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu()
72 cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait()
165 static __always_inline int stop_machine_cpuslocked(cpu_stop_fn_t fn, void *data, in stop_machine_cpuslocked()
177 stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in stop_machine()
183 stop_machine_from_inactive_cpu(cpu_stop_fn_t fn, void *data, in stop_machine_from_inactive_cpu()
A Dirqchip.h23 #define typecheck_irq_init_cb(fn) \ argument
36 #define IRQCHIP_DECLARE(name, compat, fn) \ argument
44 #define IRQCHIP_MATCH(compat, fn) { .compatible = compat, \ argument
77 #define IRQCHIP_ACPI_DECLARE(name, subtable, validate, data, fn) \ argument
A Dkthread.h146 #define KTHREAD_WORK_INIT(work, fn) { \ argument
151 #define KTHREAD_DELAYED_WORK_INIT(dwork, fn) { \ argument
157 #define DEFINE_KTHREAD_WORK(work, fn) \ argument
160 #define DEFINE_KTHREAD_DELAYED_WORK(dwork, fn) \ argument
173 #define kthread_init_work(work, fn) \ argument
180 #define kthread_init_delayed_work(dwork, fn) \ argument
A Dmodule.h112 #define early_initcall(fn) module_init(fn) argument
113 #define core_initcall(fn) module_init(fn) argument
115 #define postcore_initcall(fn) module_init(fn) argument
117 #define arch_initcall(fn) module_init(fn) argument
118 #define subsys_initcall(fn) module_init(fn) argument
120 #define fs_initcall(fn) module_init(fn) argument
121 #define fs_initcall_sync(fn) module_init(fn) argument
122 #define rootfs_initcall(fn) module_init(fn) argument
123 #define device_initcall(fn) module_init(fn) argument
125 #define late_initcall(fn) module_init(fn) argument
[all …]
A Dicmpv6.h30 static inline int inet6_register_icmp_sender(ip6_icmp_send_t *fn) in inet6_register_icmp_sender()
35 static inline int inet6_unregister_icmp_sender(ip6_icmp_send_t *fn) in inet6_unregister_icmp_sender()
A Dclosure.h149 closure_fn *fn; member
248 static inline void set_closure_fn(struct closure *cl, closure_fn *fn, in set_closure_fn()
427 static inline void closure_call(struct closure *cl, closure_fn fn, in closure_call()
A Ddelayed_call.h11 void (*fn)(void *); member
A Diova_bitmap.h41 iova_bitmap_fn_t fn) in iova_bitmap_for_each()
A Dsock_diag.h28 int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh); member
A Dnode.h145 #define hotplug_node_notifier(fn, pri) ({ \ argument
162 static inline int hotplug_node_notifier(notifier_fn_t fn, int pri) in hotplug_node_notifier()
A Dmemory.h146 static inline int hotplug_memory_notifier(notifier_fn_t fn, int pri) in hotplug_memory_notifier()
181 #define hotplug_memory_notifier(fn, pri) ({ \ argument
A Dsbitmap.h237 sb_for_each_fn fn, void *data) in __sbitmap_for_each_set()
287 static inline void sbitmap_for_each_set(struct sbitmap *sb, sb_for_each_fn fn, in sbitmap_for_each_set()
A Dclocksource.h289 #define TIMER_OF_DECLARE(name, compat, fn) \ argument
298 #define TIMER_ACPI_DECLARE(name, table_id, fn) \ argument
A Ddm-io.h53 io_notify_fn fn; /* Callback for asynchronous requests */ member
A Drestart_block.h27 long (*fn)(struct restart_block *); member
/include/uapi/linux/netfilter/
A Dx_tables.h129 #define XT_MATCH_ITERATE(type, e, fn, args...) \ argument
148 #define XT_ENTRY_ITERATE_CONTINUE(type, entries, size, n, fn, args...) \ argument
168 #define XT_ENTRY_ITERATE(type, entries, size, fn, args...) \ argument
/include/linux/soc/ti/
A Dknav_qmss.h56 knav_queue_notify_fn fn; member
/include/xen/
A Dgrant_table.h65 void (*fn)(void *); member
314 unsigned len, xen_grant_fn_t fn, in gnttab_for_one_grant()
/include/uapi/linux/netfilter_bridge/
A Debtables.h218 #define EBT_MATCH_ITERATE(e, fn, args...) \ argument
241 #define EBT_WATCHER_ITERATE(e, fn, args...) \ argument
264 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) \ argument
/include/net/
A Dl3mdev.h320 lookup_by_table_id_t fn) in l3mdev_table_lookup_register()
327 lookup_by_table_id_t fn) in l3mdev_table_lookup_unregister()
A Dip6_fib.h89 #define FIB6_SUBTREE(fn) NULL argument
116 #define FIB6_SUBTREE(fn) (rcu_dereference_protected((fn)->subtree, 1)) argument
230 #define for_each_fib6_node_rt_rcu(fn) \ argument
284 struct fib6_node *fn; in fib6_get_cookie_safe() local
/include/uapi/linux/netfilter_ipv4/
A Dip_tables.h62 #define IPT_MATCH_ITERATE(e, fn, args...) \ argument
66 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \ argument
/include/scsi/
A Dscsi_dh.h72 activate_complete fn, void *data) in scsi_dh_activate()
/include/uapi/linux/netfilter_ipv6/
A Dip6_tables.h57 #define IP6T_MATCH_ITERATE(e, fn, args...) \ argument
59 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) \ argument

Completed in 50 milliseconds

12