April 16, 2015
3:11 p.m.
On 04/16/2015 11:07 AM, Ricardo Ribalda Delgado wrote:
On Thu, Apr 16, 2015 at 4:56 PM, Ruben Safir <ruben@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@neopili:~/curro/qtec/qt5022/kernel-cesium$ git grep " rb_node {" include/ include/linux/rbtree.h:struct rb_node { ricardo@neopili:~/curro/qtec/qt5022/kernel-cesium$
yeah ...