tag | line | file | source code |
---|---|---|---|
SWP_TYPE | 50 | mm/page_io.c | type = SWP_TYPE(entry); |
SWP_TYPE | 144 | 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 | 123 | mm/swapfile.c | type = SWP_TYPE(entry); |
SWP_TYPE | 176 | mm/swapfile.c | if (SWP_TYPE(in_swap_cache(page_nr)) != type) |
SWP_TYPE | 182 | mm/swapfile.c | if (SWP_TYPE(pte_val(pte)) != type) |