Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/md/ !
Ddm.c280 static int (*_inits[])(void) __initdata = { variable
302 const int count = ARRAY_SIZE(_inits); in dm_init()
307 r = _inits[i](); in dm_init()