문제

I am trying to change the kernel of freeBSD. There is a class named rqhead used in funtcions runq_choose() and class runq. I'm looking for the first definition of this class which is not defined in the class runq.h. Where is the definition of this struct and what is its name?

도움이 되었습니까?

해결책

They are defined in sys/runq.h.

Type man TAILQ_HEAD for details explaining the TAILQ_HEAD(rqhead, thread) line.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top