Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 62) sorted by relevance

123

/include/linux/
Dsmp.h19 smp_call_func_t func; member
131 static inline int up_smp_call_function(smp_call_func_t func, void *info) in up_smp_call_function()
135 #define smp_call_function(func, info, wait) \ argument
140 #define smp_call_function_many(mask, func, info, wait) \ argument
145 smp_call_function_any(const struct cpumask *mask, smp_call_func_t func, in smp_call_function_any()
Dframe.h13 #define STACK_FRAME_NON_STANDARD(func) \ argument
19 #define STACK_FRAME_NON_STANDARD(func) argument
Donce.h37 #define DO_ONCE(func, ...) \ argument
Dtask_work.h10 init_task_work(struct callback_head *twork, task_work_func_t func) in init_task_work()
Dirq_work.h23 void (*func)(struct irq_work *); member
Dftrace.h161 ftrace_func_t func; member
287 int (*func)(struct ftrace_hash *hash, member
319 void (*func)(unsigned long ip, member
762 unsigned long func; /* Current function */ member
772 unsigned long func; /* Current function */ member
796 unsigned long func; member
Dtracepoint-defs.h24 void *func; member
Dkdb.h205 static inline int kdb_register(char *cmd, kdb_func_t func, char *usage, in kdb_register()
207 static inline int kdb_register_flags(char *cmd, kdb_func_t func, char *usage, in kdb_register_flags()
Drandom.h16 void (*func)(struct random_ready_callback *rdy); member
Dcacheinfo.h81 #define DEFINE_SMP_CALL_CACHE_FUNCTION(func) \ argument
Dinterrupt.h520 void (*func)(unsigned long); member
524 #define DECLARE_TASKLET(name, func, data) \ argument
527 #define DECLARE_TASKLET_DISABLED(name, func, data) \ argument
Dlivepatch.h109 #define klp_for_each_func(obj, func) \ argument
Dkthread.h94 kthread_work_func_t func; member
Drcutiny.h86 rcu_callback_t func) in kfree_call_rcu()
Dmemory_hotplug.h225 static inline int mhp_notimplemented(const char *func) in mhp_notimplemented()
/include/linux/pinctrl/
Dmachine.h88 #define PIN_MAP_MUX_GROUP(dev, state, pinctrl, grp, func) \ argument
100 #define PIN_MAP_MUX_GROUP_DEFAULT(dev, pinctrl, grp, func) \ argument
103 #define PIN_MAP_MUX_GROUP_HOG(dev, state, grp, func) \ argument
106 #define PIN_MAP_MUX_GROUP_HOG_DEFAULT(dev, grp, func) \ argument
/include/net/irda/
Dirda.h58 #define IRDA_ASSERT(expr, func) \ argument
65 #define IRDA_ASSERT(expr, func) do { (void)(expr); } while (0) argument
Dparameters.h74 const PI_HANDLER func; /* Handler for this parameter identifier */ member
/include/uapi/linux/
Dpci.h30 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
Dpg.h46 char func; /* PG_RESET or PG_COMMAND */ member
Dtee.h248 __u32 func; member
307 __u32 func; member
/include/drm/
Ddrm_flip_work.h75 drm_flip_func_t func; member
/include/uapi/drm/
Dvia_drm.h141 } func; member
153 } func; member
164 } func; member
215 } func; member
Dr128_drm.h230 } func; member
296 } func; member
319 } func; member
/include/drm/ttm/
Dttm_bo_driver.h116 struct ttm_backend_func *func; member
284 const struct ttm_mem_type_manager_func *func; member

123