Home
last modified time | relevance | path

Searched refs:swap_readahead_info (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dvma_init.c66 memcpy(&dest->swap_readahead_info, &src->swap_readahead_info, in vm_area_init_from()
67 sizeof(dest->swap_readahead_info)); in vm_area_init_from()
H A Dswap_state.c64 (atomic_long_read(&(vma)->swap_readahead_info) ? : 4)
440 atomic_long_set(&vma->swap_readahead_info, in swap_update_readahead()
771 atomic_long_set(&vma->swap_readahead_info, SWAP_RA_VAL(faddr, win, 0)); in swap_vma_ra_win()
/linux/tools/testing/vma/include/
H A Ddup.h610 atomic_long_t swap_readahead_info; member