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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dswap.c87 static struct rb_root swsusp_extents = RB_ROOT; variable in typeref:struct:rb_root
91 struct rb_node **new = &(swsusp_extents.rb_node);
126 rb_insert_color(&ext->node, &swsusp_extents);
159 while ((node = swsusp_extents.rb_node)) {
164 rb_erase(node, &swsusp_extents);
174 return (swsusp_extents.rb_node != NULL);

Completed in 30 milliseconds