Home
last modified time | relevance | path

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

/mm/
Dhighmem.c393 struct list_head lh; /* List of page_address_maps */ member
420 if (!list_empty(&pas->lh)) { in page_address()
423 list_for_each_entry(pam, &pas->lh, list) { in page_address()
457 list_add_tail(&pam->list, &pas->lh); in set_page_address()
461 list_for_each_entry(pam, &pas->lh, list) { in set_page_address()
479 INIT_LIST_HEAD(&page_address_htable[i].lh); in page_address_init()