Searched defs:swap_count (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dswapfile.c66 static inline unsigned char swap_count(unsigned char ent) function
613 count = swap_count(p->swap_map[swp_offset(entry)]);
742 count += swap_count(p->swap_map[swp_offset(ent)]);
1052 if (count && swap_count(count) != SWAP_MAP_BAD)
1150 if (swap_count(swcount) == SWAP_MAP_SHMEM) {
1157 if (swap_count(swcount) && start_mm != &init_mm)
1160 if (swap_count(*swap_map)) {
1170 while (swap_count(*swap_map) && !retval &&
1182 if (!swap_count(swcount)) /* any usage ? */
1227 if (swap_count(*swap_ma
[all...]

Completed in 1306 milliseconds