Searched refs:init (Results 1 – 6 of 6) sorted by relevance
20 int (*init)(void); member
24 void (*init)(struct clk *clk); member
67 #define __initmv __used __section(.machvec.init)
16 - pthread_once() doesn't support C++ exceptions thrown from the init function, or the init
1111 entry_alloc( const Entry* init, const void* answer, int answerlen ) in entry_alloc() argument1116 size = sizeof(*e) + init->querylen + answerlen; in entry_alloc()1121 e->hash = init->hash; in entry_alloc()1123 e->querylen = init->querylen; in entry_alloc()1125 memcpy( (char*)e->query, init->query, e->querylen ); in entry_alloc()
1607 int init; /* see comment in tlsmap_lock() */ member1627 if (__unlikely(!m->init)) { in tlsmap_lock()1629 m->init = 1; in tlsmap_lock()