Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Dmdesc.c90 mdesc_node_match_f node_match; member
142 *match_f = md_node_ops_table[i].node_match; in mdesc_get_node_ops()
/linux/mm/
H A Dslub.c3387 static inline int node_match(struct slab *slab, int node) in node_nr_objs()
3685 if (unlikely(!node_match(slab, node))) { in ___slab_alloc()
3687 * same as above but node_match() being false already in ___slab_alloc()
3775 if (likely(node_match(slab, node) && in ___slab_alloc()
3994 unlikely(!object || !slab || !node_match(slab, node))) { in __slab_alloc_node()
3372 static inline int node_match(struct slab *slab, int node) node_match() function