tag | line | file | source code |
---|---|---|---|
pte_dirty | 555 | fs/proc/array.c | if (pte_dirty(page)) |
pte_dirty | 94 | mm/filemap.c | if (!pte_dirty(page)) |
pte_dirty | 836 | mm/memory.c | if (pte_dirty(from)) { |
pte_dirty | 336 | mm/swap.c | if ((pte_dirty(pte) && delete_from_swap_cache(page)) || pte_young(pte)) { |
pte_dirty | 340 | mm/swap.c | if (pte_dirty(pte)) { |