tag | line | file | source code |
---|---|---|---|
swap_cache_del_success | 257 | include/linux/mm.h | extern unsigned long swap_cache_del_success; |
swap_cache_del_success | 300 | include/linux/mm.h | swap_cache_del_success++; |
swap_cache_del_success | 57 | mm/swap.c | unsigned long swap_cache_del_success = 0; |
swap_cache_del_success | 65 | mm/swap.c | swap_cache_del_total, swap_cache_del_success, |