Searched refs:nd (Results 1 – 3 of 3) sorted by relevance
/mm/ |
D | mempolicy.c | 1810 int nd) in policy_node() argument 1813 nd = policy->v.preferred_node; in policy_node() 1823 return nd; in policy_node() 2294 struct sp_node *p = rb_entry(n, struct sp_node, nd); in sp_lookup() 2310 w = rb_entry(prev, struct sp_node, nd); in sp_lookup() 2315 return rb_entry(n, struct sp_node, nd); in sp_lookup() 2326 struct sp_node *nd; in sp_insert() local 2330 nd = rb_entry(parent, struct sp_node, nd); in sp_insert() 2331 if (new->start < nd->start) in sp_insert() 2333 else if (new->end > nd->end) in sp_insert() [all …]
|
D | mmap.c | 332 struct rb_node *nd, *pn = NULL; in browse_rb() local 335 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in browse_rb() 337 vma = rb_entry(nd, struct vm_area_struct, vm_rb); in browse_rb() 362 pn = nd; in browse_rb() 367 for (nd = pn; nd; nd = rb_prev(nd)) in browse_rb() 378 struct rb_node *nd; in validate_mm_rb() local 380 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in validate_mm_rb() 382 vma = rb_entry(nd, struct vm_area_struct, vm_rb); in validate_mm_rb()
|
D | memory-failure.c | 198 struct list_head nd; member 350 list_add_tail(&tk->nd, to_kill); in add_to_kill() 366 list_for_each_entry_safe (tk, next, to_kill, nd) { in kill_procs() 1207 list_for_each_entry(tk, &tokill, nd) in memory_failure_dev_pagemap()
|