Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dswap.h261 #define CLUSTER_FLAG_NEXT_NULL 2 /* This cluster has no next cluster */ macro
/openbmc/linux/mm/
H A Dswapfile.c336 return info->flags & CLUSTER_FLAG_NEXT_NULL; in cluster_is_null()
341 info->flags = CLUSTER_FLAG_NEXT_NULL; in cluster_set_null()