tag | line | file | source code |
---|---|---|---|
SWP_TYPE | 36 | mm/page_io.c | type = SWP_TYPE(entry); |
SWP_TYPE | 54 | mm/swap_state.c | struct swap_info_struct * p = &swap_info[SWP_TYPE(entry)]; |
SWP_TYPE | 92 | mm/swap_state.c | type = SWP_TYPE(entry); |
SWP_TYPE | 87 | mm/swapfile.c | type = SWP_TYPE(entry); |
SWP_TYPE | 140 | mm/swapfile.c | if (SWP_TYPE(in_swap_cache(page)) != type) |
SWP_TYPE | 146 | mm/swapfile.c | if (SWP_TYPE(pte_val(pte)) != type) |