centos man page for find_next_best_node

Query: find_next_best_node

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FIND_NEXT_BEST_NODE(9)					    Memory Management in Linux					    FIND_NEXT_BEST_NODE(9)

NAME
find_next_best_node - find the next node that should appear in a given node's fallback list
SYNOPSIS
int find_next_best_node(int node, nodemask_t * used_node_mask);
ARGUMENTS
node node whose fallback list we're appending used_node_mask nodemask_t of already used nodes
DESCRIPTION
We use a number of factors to determine which is the next node that should appear on a given node's fallback list. The node should not have appeared already in node's fallback list, and it should be the next closest node according to the distance array (which contains arbitrary distance values from each node to each node in the system), and should also prefer nodes with no CPUs, since presumably they'll have very little allocation pressure on them otherwise. It returns -1 if no node is found.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 FIND_NEXT_BEST_NODE(9)
Related Man Pages
di_minor_next(3devinfo) - opensolaris
blt_treedeletenode(3) - debian
list(3) - suse
di_minor_next(3devinfo) - minix
di_minor_next(3devinfo) - debian
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
How to increment version inside a file?
Docker learning Phase-I
Unsure why access time on a directory change isn't changing