/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 255 #define __swp_type(swp) (((swp).val >> 26) & 0x1f) argument 256 #define __swp_offset(swp) ((swp).val & 0xfffff) argument 259 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
|
/linux/include/linux/ |
H A D | swap.h | 540 static inline int add_swap_count_continuation(swp_entry_t swp, gfp_t gfp_mask) in add_swap_count_continuation() 545 static inline void swap_shmem_alloc(swp_entry_t swp, int nr) in swap_shmem_alloc() 549 static inline int swap_duplicate(swp_entry_t swp) in swap_duplicate() 554 static inline int swapcache_prepare(swp_entry_t swp, int nr) in swapcache_prepare() 563 static inline void put_swap_folio(struct folio *folio, swp_entry_t swp) in put_swap_folio()
|
/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_random.c | 58 size_t swp; in i915_prandom_shuffle() local
|
/linux/mm/ |
H A D | zswap.c | 236 static inline struct xarray *swap_zswap_tree(swp_entry_t swp) in swap_zswap_tree() 1562 swp_entry_t swp = folio->swap; in zswap_store() local 1667 swp_entry_t swp = folio->swap; in zswap_load() local 1725 void zswap_invalidate(swp_entry_t swp) in zswap_invalidate()
|
H A D | debug_vm_pgtable.c | 841 swp_entry_t swp; in pte_swap_tests() local 854 swp_entry_t swp; in pmd_swap_tests() local 873 swp_entry_t swp; in swap_migration_tests() local
|
H A D | swap.h | 157 static inline struct folio *swapin_readahead(swp_entry_t swp, gfp_t gfp_mask, in swapin_readahead()
|
H A D | swap_state.c | 339 swp_entry_t swp; in filemap_get_incore_folio() local
|
H A D | memory-failure.c | 763 swp_entry_t swp = pte_to_swp_entry(pte); in check_hwpoisoned_entry() local
|
H A D | filemap.c | 4415 swp_entry_t swp = radix_to_swp_entry(folio); in filemap_cachestat() local
|
H A D | hugetlb.c | 5533 swp_entry_t swp; in is_hugetlb_entry_migration() local 5546 swp_entry_t swp; in is_hugetlb_entry_hwpoisoned() local
|
/linux/drivers/dma-buf/ |
H A D | st-dma-fence-chain.c | 635 unsigned int swp; in randomise_fences() local
|
/linux/fs/nilfs2/ |
H A D | the_nilfs.c | 612 int valid[2], swp = 0, older; in nilfs_load_super_block() local
|
/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 302 #define __swp_entry_to_pte(swp) __pte((swp).val) argument
|
/linux/ipc/ |
H A D | shm.c | 961 unsigned long *swp) in shm_get_stat() 1844 unsigned long rss = 0, swp = 0; in sysvipc_shm_proc_show() local
|
/linux/drivers/soc/fsl/dpio/ |
H A D | qbman-portal.h | 539 static inline void *qbman_swp_mc_complete(struct qbman_swp *swp, void *cmd, in qbman_swp_mc_complete()
|
/linux/fs/proc/ |
H A D | task_mmu.c | 2126 swp_entry_t swp; in pagemap_page_category() local 2190 swp_entry_t swp; in pagemap_thp_category() local
|
/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 1568 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument 1572 #define __swp_entry_to_pmd(swp) __pmd((swp).val) argument
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 1048 #define __swp_entry_to_pmd(swp) __pmd((swp).val) argument
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_execlists_submission.c | 3679 int swp; in virtual_engine_initial_hint() local
|
/linux/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 1171 u8 swp[0x1]; member
|