Searched refs:swsusp_extent (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.c80 struct swsusp_extent { struct
92 struct swsusp_extent *ext;
96 ext = container_of(*new, struct swsusp_extent, node);
118 ext = kzalloc(sizeof(struct swsusp_extent), GFP_KERNEL);
159 struct swsusp_extent *ext;
162 ext = container_of(node, struct swsusp_extent, node);

Completed in 43 milliseconds