Home
last modified time | relevance | path

Searched refs:lh (Results 1 – 1 of 1) sorted by relevance

/mm/
Dhighmem.c709 struct list_head lh; /* List of page_address_maps */ member
736 if (!list_empty(&pas->lh)) { in page_address()
739 list_for_each_entry(pam, &pas->lh, list) { in page_address()
772 list_add_tail(&pam->list, &pas->lh); in set_page_address()
776 list_for_each_entry(pam, &pas->lh, list) { in set_page_address()
794 INIT_LIST_HEAD(&page_address_htable[i].lh); in page_address_init()