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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dswapops.h18 static inline swp_entry_t swp_entry(unsigned long type, pgoff_t offset) function
55 return swp_entry(__swp_type(arch_entry), __swp_offset(arch_entry));
75 return swp_entry(write ? SWP_MIGRATION_WRITE : SWP_MIGRATION_READ,
103 *entry = swp_entry(SWP_MIGRATION_READ, swp_offset(*entry));
110 #define make_migration_entry(page, write) swp_entry(0, 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/power/
H A Dswsusp.c141 swap_free(swp_entry(swap, offset));
165 swap_free(swp_entry(swap, offset));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dswapfile.c204 return swp_entry(type, offset);
227 return swp_entry(type, offset);
732 entry = swp_entry(type, i);
1562 maxpages = swp_offset(pte_to_swp_entry(swp_entry_to_pte(swp_entry(0,~0UL)))) - 1;
H A Dmemory.c2084 new_page = read_swap_cache_async(swp_entry(swp_type(entry),
H A Dshmem.c1034 swp_entry(swp_type(entry), offset), idx);

Completed in 147 milliseconds