Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Dsmp.h24 #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
Dpci.h24 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
Dinterrupt.h115 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
Dworkqueue.h30 void (*func)(void *); member
Dinit.h92 #define __setup(str, func) argument
/bionic/libc/upstream-netbsd/libc/isc/
Dev_timers.c63 evTimerFunc func; member
187 evTimerFunc func, in evSetTimer()
305 evTimerFunc func, in evResetTimer()
364 evTimerFunc func, in evSetIdleTimer()
403 evTimerFunc func, in evResetIdleTimer()
Dev_streams.c68 evStreamFunc func, void *uap, evStreamID *id) in evWrite()
102 evStreamFunc func, void *uap, evStreamID *id) in evRead()
Deventlib_p.h79 evConnFunc func; member
115 evFileFunc func; member
127 evStreamFunc func; member
146 evTimerFunc func; member
155 evWaitFunc func; member
/bionic/libc/bionic/
Dlibc_init_common.cpp157 void (*func)() = (void (*)()) fini_array[--count]; in __libc_fini() local
Dmalloc_debug_common.cpp296 void InitMallocFunction(void* malloc_impl_handler, FunctionType* func, const char* prefix, const ch… in InitMallocFunction()
/bionic/libthread_db/
Dlibthread_db.c216 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie, in td_ta_thr_iter()