Home
last modified time | relevance | path

Searched refs:ctor_fn_t (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/init/
Dmain.c685 ctor_fn_t *fn = (ctor_fn_t *) __ctors_start; in do_ctors()
687 for (; fn < (ctor_fn_t *) __ctors_end; fn++) in do_ctors()
/linux-4.1.27/include/linux/
Dinit.h142 typedef void (*ctor_fn_t)(void); typedef
Dmodule.h368 ctor_fn_t *ctors;