Searched refs:swsusp_extents (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/power/
H A Dswsusp.c86 static struct rb_root swsusp_extents = RB_ROOT; variable in typeref:struct:rb_root
90 struct rb_node **new = &(swsusp_extents.rb_node);
125 rb_insert_color(&ext->node, &swsusp_extents);
158 while ((node = swsusp_extents.rb_node)) {
163 rb_erase(node, &swsusp_extents);
173 return (swsusp_extents.rb_node != NULL);

Completed in 40 milliseconds