tag | line | file | source code |
---|---|---|---|
SWP_TYPE | 79 | mm/swap.c | struct swap_info_struct * p = &swap_info[SWP_TYPE(entry)]; |
SWP_TYPE | 114 | mm/swap.c | type = SWP_TYPE(entry); |
SWP_TYPE | 241 | mm/swap.c | type = SWP_TYPE(entry); |
SWP_TYPE | 268 | mm/swap.c | type = SWP_TYPE(entry); |
SWP_TYPE | 851 | mm/swap.c | if (SWP_TYPE(in_swap_cache(page)) != type) |
SWP_TYPE | 857 | mm/swap.c | if (SWP_TYPE(pte_val(pte)) != type) |