Searched refs:amp_list (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/mm/
H A Dhighmem.c115 static struct list_head amp_list = LIST_HEAD_INIT(amp_list); variable in typeref:struct:list_head
133 * PTE in memory, iff the mapping is still on the amp_list.
159 list_add(&amp->list, &amp_list);
180 list_for_each_entry(amp, &amp_list, list) {
184 BUG_ON(&amp->list == &amp_list);
224 list_for_each_entry(amp, &amp_list, list) {

Completed in 203 milliseconds