Searched defs:func (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/kernel/common/linux/ |
D | smp.h | 24 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) argument 25 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_ena… argument
|
D | pci.h | 24 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
|
D | interrupt.h | 115 void (*func)(unsigned long); member 119 #define DECLARE_TASKLET(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), … argument 120 #define DECLARE_TASKLET_DISABLED(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_… argument
|
D | workqueue.h | 30 void (*func)(void *); member
|
D | init.h | 92 #define __setup(str, func) argument
|
/bionic/libc/upstream-netbsd/libc/isc/ |
D | ev_timers.c | 63 evTimerFunc func; member 187 evTimerFunc func, in evSetTimer() 305 evTimerFunc func, in evResetTimer() 364 evTimerFunc func, in evSetIdleTimer() 403 evTimerFunc func, in evResetIdleTimer()
|
D | ev_streams.c | 68 evStreamFunc func, void *uap, evStreamID *id) in evWrite() 102 evStreamFunc func, void *uap, evStreamID *id) in evRead()
|
D | eventlib_p.h | 79 evConnFunc func; member 115 evFileFunc func; member 127 evStreamFunc func; member 146 evTimerFunc func; member 155 evWaitFunc func; member
|
/bionic/libc/bionic/ |
D | libc_init_common.cpp | 157 void (*func)() = (void (*)()) fini_array[--count]; in __libc_fini() local
|
D | malloc_debug_common.cpp | 296 void InitMallocFunction(void* malloc_impl_handler, FunctionType* func, const char* prefix, const ch… in InitMallocFunction()
|
/bionic/libthread_db/ |
D | libthread_db.c | 216 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie, in td_ta_thr_iter()
|