Home
last modified time | relevance | path

Searched defs:func (Results 1 – 13 of 13) 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.c59 evTimerFunc func; member
176 evTimerFunc func, in evSetTimer()
293 evTimerFunc func, in evResetTimer()
352 evTimerFunc func, in evSetIdleTimer()
391 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/libc/bionic/
Dlibc_init_common.c114 void (*func)() = (void (*)) fini_array[--count]; in __libc_fini() local
Dmalloc_debug_leak.c333 const char* func) in chk_mem_check()
/bionic/libthread_db/
Dlibthread_db.c207 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie, in td_ta_thr_iter()
/bionic/linker/
Dlinker.c1585 void (*func)() = (void (*)()) *ctor; in call_array() local