tag | line | file | source code |
---|---|---|---|
desc_struct | 213 | include/linux/sched.h | struct desc_struct *ldt; |
desc_struct | 529 | include/linux/sched.h | extern struct desc_struct default_ldt; |
desc_struct | 32 | init/main.c | struct desc_struct default_ldt; |
desc_struct | 185 | kernel/fork.c | if ((p->ldt = (struct desc_struct*) __get_free_page(GFP_KERNEL)) != NULL) |
desc_struct | 67 | kernel/ldt.c | if (!(current->ldt = (struct desc_struct*) get_free_page(GFP_KERNEL))) |
desc_struct | 778 | kernel/sched.c | struct desc_struct * p; |