acct_thread
return (kthread_create(acct_thread, NULL, &acct_proc, "acct"));
void acct_thread(void *);