Searched refs:CLUSTER_FLAG_NEXT_NULL (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dswap.h261 #define CLUSTER_FLAG_NEXT_NULL 2 /* This cluster has no next cluster */ macro
/linux-master/mm/
H A Dswapfile.c337 return info->flags & CLUSTER_FLAG_NEXT_NULL;
342 info->flags = CLUSTER_FLAG_NEXT_NULL;

Completed in 174 milliseconds