| tag | line | file | source code |
|---|---|---|---|
| SWP_TYPE | 86 | mm/swap.c | struct swap_info_struct * p = &swap_info[SWP_TYPE(entry)]; |
| SWP_TYPE | 121 | mm/swap.c | type = SWP_TYPE(entry); |
| SWP_TYPE | 248 | mm/swap.c | type = SWP_TYPE(entry); |
| SWP_TYPE | 275 | mm/swap.c | type = SWP_TYPE(entry); |
| SWP_TYPE | 860 | mm/swap.c | if (SWP_TYPE(in_swap_cache(page)) != type) |
| SWP_TYPE | 866 | mm/swap.c | if (SWP_TYPE(pte_val(pte)) != type) |