I would like to be able to use the name of the process in servers/sched/schedule.c
however schedproc
structure doesn't contain the name variable. I thought about using endpoint_lookup()
function to get the pointer to the proc
structure but since it is defined in kernel/proc.c
I wasn't sure if I could call it within schedule.c
(from user space).
Asked
Active
Viewed 235 times
1

ymn
- 2,175
- 2
- 21
- 39

user1937282
- 13
- 2