Home
last modified time | relevance | path

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

/linux/mm/
H A Dswapfile.c1010 si->global_cluster->next[order] = next; in alloc_swap_scan_cluster()
1115 offset = si->global_cluster->next[order]; in cluster_alloc_swap_entry()
3189 kfree(p->global_cluster); in SYSCALL_DEFINE1()
3190 p->global_cluster = NULL; in SYSCALL_DEFINE1()
3550 si->global_cluster = kmalloc_obj(*si->global_cluster); in setup_swap_clusters_info()
3551 if (!si->global_cluster) in setup_swap_clusters_info()
3554 si->global_cluster->next[i] = SWAP_ENTRY_INVALID; in setup_swap_clusters_info()
3824 kfree(si->global_cluster); in SYSCALL_DEFINE2()
3825 si->global_cluster = NULL; in SYSCALL_DEFINE2()
/linux/include/linux/
H A Dswap.h258 struct swap_sequential_cluster *global_cluster; /* Use one global cluster for rotating device */ member