Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/include/asm/
Dmdesc.h55 u64 mdesc_next_arc(struct mdesc_handle *handle, u64 from,
58 for (__arc = mdesc_next_arc(__hdl, __node, __type); \
60 __arc = mdesc_next_arc(__hdl, __arc, __type))
/Linux-v4.19/arch/sparc/kernel/
Dmdesc.c702 u64 mdesc_next_arc(struct mdesc_handle *hp, u64 from, const char *arc_type) in mdesc_next_arc() function
726 EXPORT_SYMBOL(mdesc_next_arc);