Lines Matching refs:nd
153 struct list_head nd; member
197 list_for_each_entry_continue(entry, &memtype_list, nd) { in chk_conflict()
387 entry = list_entry(&memtype_list, struct memtype, nd); in reserve_memtype()
391 list_for_each_entry_continue(entry, &memtype_list, nd) { in reserve_memtype()
393 where = entry->nd.prev; in reserve_memtype()
394 cached_entry = list_entry(where, struct memtype, nd); in reserve_memtype()
401 where = entry->nd.prev; in reserve_memtype()
403 struct memtype, nd); in reserve_memtype()
411 cached_entry = list_entry(entry->nd.prev, in reserve_memtype()
412 struct memtype, nd); in reserve_memtype()
419 &memtype_list, nd) { in reserve_memtype()
421 where = entry->nd.prev; in reserve_memtype()
443 list_add(&new->nd, where); in reserve_memtype()
445 list_add_tail(&new->nd, &memtype_list); in reserve_memtype()
476 list_for_each_entry(entry, &memtype_list, nd) { in free_memtype()
481 list_del(&entry->nd); in free_memtype()
887 list_for_each_entry(list_node, &memtype_list, nd) { in memtype_get_idx()