Beispiel #1
0
static void klib_init()
{
    init_tls();
    init_kthread();
    
    init_halloc();
    init_salloc();
    init_malloc();
    //test_malloc();
}
Beispiel #2
0
int __init compat24_init(void)
{
	int err;

	rcu_init();

	err = random32_init();
	if (err)
		return err;

	init_kthread();

	return genl_init();

}