Home
last modified time | relevance | path

Searched refs:proc (Results 1 – 11 of 11) sorted by relevance

/xv6-public/
H A Dproc.c12 struct proc proc[NPROC]; member
57 struct proc*
60 struct proc *p; in myproc()
63 p = c->proc; in myproc()
81 for(p = ptable.proc; p < &ptable.proc[NPROC]; p++) in allocproc()
256 for(p = ptable.proc; p < &ptable.proc[NPROC]; p++){ in exit()
283 for(p = ptable.proc; p < &ptable.proc[NPROC]; p++){ in wait()
335 for(p = ptable.proc; p < &ptable.proc[NPROC]; p++){ in scheduler()
462 for(p = ptable.proc; p < &ptable.proc[NPROC]; p++) in wakeup1()
485 for(p = ptable.proc; p < &ptable.proc[NPROC]; p++){ in kill()
[all …]
H A Dproc.h10 struct proc *proc; // The process running on this cpu or null member
38 struct proc { struct
44 struct proc *parent; // Parent process argument
H A Drunoff.spec35 left: proc.h
36 even: proc.h
43 right: proc.c # VERY important
44 even: proc.c # VERY important
H A Dsyscall.c20 struct proc *curproc = myproc(); in fetchint()
35 struct proc *curproc = myproc(); in fetchstr()
62 struct proc *curproc = myproc(); in argptr()
135 struct proc *curproc = myproc(); in syscall()
H A Dmp.c98 struct mpproc *proc; in mpinit() local
108 proc = (struct mpproc*)p; in mpinit()
110 cpus[ncpu].apicid = proc->apicid; // apicid may differ from ncpu in mpinit()
H A Ddefs.h6 struct proc;
112 struct proc* myproc();
117 void setproc(struct proc*);
184 void switchuvm(struct proc*);
H A Drunoff.list23 proc.h
24 proc.c
H A Dexec.c20 struct proc *curproc = myproc(); in exec()
H A Dsysfile.c44 struct proc *curproc = myproc(); in fdalloc()
376 struct proc *curproc = myproc(); in sys_chdir()
H A Dvm.c157 switchuvm(struct proc *p) in switchuvm()
H A DMakefile17 proc.o\