Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Dsmp.h17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) argument
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_ena… argument
Dpci.h19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
Dinterrupt.h103 void (*func)(unsigned long); member
107 #define DECLARE_TASKLET(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), … argument
109 #define DECLARE_TASKLET_DISABLED(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_… argument
Dworkqueue.h24 void (*func)(void *); member
Dinit.h101 #define __setup(str, func) argument
/bionic/libc/stdlib/
Dassert.c47 __assert2(const char *file, int line, const char *func, const char *failedexpr) in __assert2()
/bionic/libc/netbsd/isc/
Dev_timers.c58 evTimerFunc func; member
175 evTimerFunc func, in evSetTimer()
292 evTimerFunc func, in evResetTimer()
351 evTimerFunc func, in evSetIdleTimer()
390 evTimerFunc func, in evResetIdleTimer()
Dev_streams.c62 evStreamFunc func, void *uap, evStreamID *id) in evWrite()
96 evStreamFunc func, void *uap, evStreamID *id) in evRead()
Deventlib_p.h82 evConnFunc func; member
118 evFileFunc func; member
130 evStreamFunc func; member
149 evTimerFunc func; member
158 evWaitFunc func; member
/bionic/libthread_db/
Dlibthread_db.c152 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie, in td_ta_thr_iter()
/bionic/linker/
Dlinker.c1326 void (*func)() = (void (*)()) *ctor; in call_array() local
/bionic/libc/bionic/
Dmalloc_leak.c566 const char* func) in chk_mem_check()