Home
last modified time | relevance | path

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

/linux/mm/
H A Dswapfile.c2084 unsigned long pcp_offset, offset = SWAP_ENTRY_INVALID; in swap_alloc_hibernation_slot() local
2100 pcp_offset = this_cpu_read(percpu_swap_cluster.offset[0]); in swap_alloc_hibernation_slot()
2101 if (pcp_si == si && pcp_offset) { in swap_alloc_hibernation_slot()
2102 ci = swap_cluster_lock(si, pcp_offset); in swap_alloc_hibernation_slot()
2104 offset = alloc_swap_scan_cluster(si, ci, NULL, pcp_offset); in swap_alloc_hibernation_slot()