Searched refs:swp_type (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.h31 static inline unsigned swp_type(swp_entry_t entry) function
66 arch_entry = __swp_entry(swp_type(entry), swp_offset(entry));
81 return unlikely(swp_type(entry) == SWP_MIGRATION_READ ||
82 swp_type(entry) == SWP_MIGRATION_WRITE);
87 return unlikely(swp_type(entry) == SWP_MIGRATION_WRITE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dpage_io.c32 sis = get_swap_info_struct(swp_type(entry));
H A Dswapfile.c65 struct block_device *bdev = swap_info[swp_type(entry)].bdev;
242 type = swp_type(entry);
1713 type = swp_type(entry);
1755 struct swap_info_struct *swapdev = swp_type(entry) + swap_info;
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 69 milliseconds