Kernel thread scheduling
Ruben Safir
ruben at mrbrklyn.com
Thu Apr 16 11:12:46 EDT 2015
On 04/16/2015 11:07 AM, Ricardo Ribalda Delgado wrote:
> On Thu, Apr 16, 2015 at 4:56 PM, Ruben Safir <ruben at mrbrklyn.com> wrote:
>> I'm trying to find rb_node's structure and I can't find it with ctags or
>> in the http://lxr.linux.no website.
>>
>>
>> How do you search these things out?
>
>
> When everything else fails, I use grep
>
> ricardo at neopili:~/curro/qtec/qt5022/kernel-cesium$ git grep " rb_node
> {" include/
> include/linux/rbtree.h:struct rb_node {
> ricardo at neopili:~/curro/qtec/qt5022/kernel-cesium$
>
>
>
although in theory that only works if all your defined files are in your
current subtree
I wish I understood what the tags file says. It is like autoconf. It
can take a lifetime to master the syntax.
Ruben
More information about the Kernelnewbies
mailing list