Function report |
Source Code:kernel\kthread.c |
Create Date:2022-07-28 09:30:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kthreadd
Proto:int kthreadd(void *unused)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
void * | unused |
570 | tsk = current process |
573 | set_task_comm(tsk, "kthreadd") |
574 | ignore_signals(tsk) |
576 | set_mems_allowed(The following particular system nodemasks and operations* on them manage all possible and online nodes.[N_MEMORY]) |
579 | cgroup_init_kthreadd() |
581 | cycle |
587 | spin_lock( & kthread_create_lock) |
594 | spin_unlock( & kthread_create_lock) |
596 | create_kthread(create) |
598 | spin_lock( & kthread_create_lock) |
600 | spin_unlock( & kthread_create_lock) |
603 | Return 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |