代码搜索:proc

找到约 10,000 项符合「proc」的源代码

代码结果 10,000
www.eeworm.com/read/479635/6689523

proc3

www.eeworm.com/read/479635/6689535

proc1

www.eeworm.com/read/479635/6689536

proc3

www.eeworm.com/read/479635/6689539

proc2

www.eeworm.com/read/479635/6689557

proc2

www.eeworm.com/read/478934/6708404

h proc.h

#ifndef _PROC_H #define _PROC_H #include #ifndef _MBUF_H #include "mbuf.h" #endif #ifndef _TIMER_H #include "timer.h" #endif #define SIGQSIZE 200 /* Entries in ksignal queu
www.eeworm.com/read/476941/6743254

h~ proc.h~

// Segments in proc->gdt #define SEG_KCODE 1 // kernel code #define SEG_KDATA 2 // kernel data+stack #define SEG_UCODE 3 #define SEG_UDATA 4 #define SEG_TSS 5 // this process's task state #define
www.eeworm.com/read/476941/6743287

c proc.c

#include "types.h" #include "defs.h" #include "param.h" #include "mmu.h" #include "x86.h" #include "proc.h" #include "spinlock.h" struct spinlock proc_table_lock; struct proc proc[NPROC]; static str
www.eeworm.com/read/476941/6743302

c~ proc.c~

#include "types.h" #include "defs.h" #include "param.h" #include "mmu.h" #include "x86.h" #include "proc.h" #include "spinlock.h" struct spinlock proc_table_lock; struct proc proc[NPROC]; static str
www.eeworm.com/read/476941/6743314

h proc.h

// Segments in proc->gdt #define SEG_KCODE 1 // kernel code #define SEG_KDATA 2 // kernel data+stack #define SEG_UCODE 3 #define SEG_UDATA 4 #define SEG_TSS 5 // this process's task state #define