Searched refs:swsusp_extent (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.c81 struct swsusp_extent { struct
93 struct swsusp_extent *ext;
97 ext = container_of(*new, struct swsusp_extent, node);
119 ext = kzalloc(sizeof(struct swsusp_extent), GFP_KERNEL);
160 struct swsusp_extent *ext;
163 ext = container_of(node, struct swsusp_extent, node);

Completed in 91 milliseconds