Searched refs:node_match (Results 1 - 2 of 2) sorted by path

/linux-master/arch/sparc/kernel/
H A Dmdesc.c90 mdesc_node_match_f node_match; member in struct:md_node_ops
142 *match_f = md_node_ops_table[i].node_match;
438 * Find the get_info, rel_info and node_match ops for the given
/linux-master/mm/
H A Dslub.c3136 static inline int node_match(struct slab *slab, int node) function
3395 if (unlikely(!node_match(slab, node))) {
3397 * same as above but node_match() being false already
3485 if (likely(node_match(slab, node) &&
3662 unlikely(!object || !slab || !node_match(slab, node))) {

Completed in 182 milliseconds