Home
last modified time | relevance | path

Searched defs:swp (Results 1 – 8 of 8) sorted by relevance

/linux-3.3/include/linux/
Dswap.h402 #define free_swap_and_cache(swp) is_migration_entry(swp) argument
403 #define swapcache_prepare(swp) is_migration_entry(swp) argument
405 static inline int add_swap_count_continuation(swp_entry_t swp, gfp_t gfp_mask) in add_swap_count_continuation()
410 static inline void swap_shmem_alloc(swp_entry_t swp) in swap_shmem_alloc()
414 static inline int swap_duplicate(swp_entry_t swp) in swap_duplicate()
419 static inline void swap_free(swp_entry_t swp) in swap_free()
423 static inline void swapcache_free(swp_entry_t swp, struct page *page) in swapcache_free()
427 static inline struct page *swapin_readahead(swp_entry_t swp, gfp_t gfp_mask, in swapin_readahead()
438 static inline struct page *lookup_swap_cache(swp_entry_t swp) in lookup_swap_cache()
Dswapops.h140 static inline int is_migration_entry(swp_entry_t swp) in is_migration_entry()
144 #define migration_entry_to_page(swp) NULL argument
176 static inline int is_hwpoison_entry(swp_entry_t swp) in is_hwpoison_entry()
/linux-3.3/arch/tile/include/asm/
Dpgtable.h297 #define __swp_type(swp) ((swp).val & 0x1f) argument
298 #define __swp_offset(swp) ((swp).val >> 5) argument
301 #define __swp_entry_to_pte(swp) ((pte_t) { (((long long) ((swp).val)) << 32) }) argument
/linux-3.3/ipc/
Dshm.c691 unsigned long *swp) in shm_get_stat()
1206 unsigned long rss = 0, swp = 0; in sysvipc_shm_proc_show() local
/linux-3.3/fs/nilfs2/
Dthe_nilfs.c490 int valid[2], swp = 0; in nilfs_load_super_block() local
/linux-3.3/arch/unicore32/include/asm/
Dpgtable.h276 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
/linux-3.3/arch/arm/include/asm/
Dpgtable.h269 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
/linux-3.3/mm/
Dhugetlb.c2187 swp_entry_t swp; in is_hugetlb_entry_migration() local
2200 swp_entry_t swp; in is_hugetlb_entry_hwpoisoned() local