Home
last modified time | relevance | path

Searched refs:node_match (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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()
438 * Find the get_info, rel_info and node_match ops for the given in invoke_on_missing()
/kernel/linux/linux-6.6/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()
438 * Find the get_info, rel_info and node_match ops for the given in invoke_on_missing()
/kernel/linux/linux-5.10/mm/
H A Dslub.c2497 static inline int node_match(struct page *page, int node) in node_match() function
2688 if (unlikely(!node_match(page, node))) { in ___slab_alloc()
2690 * same as above but node_match() being false already in ___slab_alloc()
2863 if (unlikely(!object || !page || !node_match(page, node))) { in slab_alloc_node()
/kernel/linux/linux-6.6/mm/
H A Dslub.c2886 static inline int node_match(struct slab *slab, int node) in node_match() function
3120 if (unlikely(!node_match(slab, node))) { in ___slab_alloc()
3122 * same as above but node_match() being false already in ___slab_alloc()
3374 unlikely(!object || !slab || !node_match(slab, node))) { in __slab_alloc_node()

Completed in 21 milliseconds