Home
last modified time | relevance | path

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

/mm/
Dhighmem.c397 struct list_head lh; /* List of page_address_maps */ member
424 if (!list_empty(&pas->lh)) { in page_address()
427 list_for_each_entry(pam, &pas->lh, list) { in page_address()
461 list_add_tail(&pam->list, &pas->lh); in set_page_address()
465 list_for_each_entry(pam, &pas->lh, list) { in set_page_address()
483 INIT_LIST_HEAD(&page_address_htable[i].lh); in page_address_init()
Dswapfile.c168 struct list_head *lh; in discard_swap_cluster() local
191 lh = se->list.next; in discard_swap_cluster()
192 se = list_entry(lh, struct swap_extent, list); in discard_swap_cluster()
1636 struct list_head *lh; in map_swap_entry() local
1642 lh = se->list.next; in map_swap_entry()
1643 se = list_entry(lh, struct swap_extent, list); in map_swap_entry()
1694 struct list_head *lh; in add_swap_extent() local
1704 lh = sis->first_swap_extent.list.prev; /* Highest extent */ in add_swap_extent()
1705 se = list_entry(lh, struct swap_extent, list); in add_swap_extent()