Searched defs:func (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/kernel/common/linux/ |
D | smp.h | 17 #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
|
D | pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
|
D | interrupt.h | 103 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
|
D | workqueue.h | 24 void (*func)(void *); member
|
D | init.h | 101 #define __setup(str, func) argument
|
/bionic/libc/stdlib/ |
D | assert.c | 47 __assert2(const char *file, int line, const char *func, const char *failedexpr) in __assert2()
|
/bionic/libc/netbsd/isc/ |
D | ev_timers.c | 58 evTimerFunc func; member 175 evTimerFunc func, in evSetTimer() 292 evTimerFunc func, in evResetTimer() 351 evTimerFunc func, in evSetIdleTimer() 390 evTimerFunc func, in evResetIdleTimer()
|
D | ev_streams.c | 62 evStreamFunc func, void *uap, evStreamID *id) in evWrite() 96 evStreamFunc func, void *uap, evStreamID *id) in evRead()
|
D | eventlib_p.h | 82 evConnFunc func; member 118 evFileFunc func; member 130 evStreamFunc func; member 149 evTimerFunc func; member 158 evWaitFunc func; member
|
/bionic/libthread_db/ |
D | libthread_db.c | 152 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie, in td_ta_thr_iter()
|
/bionic/linker/ |
D | linker.c | 1326 void (*func)() = (void (*)()) *ctor; in call_array() local
|
/bionic/libc/bionic/ |
D | malloc_leak.c | 566 const char* func) in chk_mem_check()
|