rb_entry() macro in rbtree.h

  • Thread starter Thread starter fauny
  • Start date Start date
F

fauny

Hi,

i want to know the contribution of #define rb_entry(ptr,type,member) container_of(ptr,type,member) macro Line 50 of rbtree.h in process scheduling. The macro has been used in __enqueue_entity() defined in fair.c

Want to know where is the process and their vruntime are stored..

Need explaination in detail.

Any help in this regard will be highly appreciable.

Continue reading...
 
Back
Top