Searched refs:stem (Results 1 – 2 of 2) sorted by relevance
305 #define __pcpu_size_call_return(stem, variable) \ argument310 case 1: pscr_ret__ = stem##1(variable); break; \311 case 2: pscr_ret__ = stem##2(variable); break; \312 case 4: pscr_ret__ = stem##4(variable); break; \313 case 8: pscr_ret__ = stem##8(variable); break; \320 #define __pcpu_size_call_return2(stem, variable, ...) \ argument325 case 1: pscr2_ret__ = stem##1(variable, __VA_ARGS__); break; \326 case 2: pscr2_ret__ = stem##2(variable, __VA_ARGS__); break; \327 case 4: pscr2_ret__ = stem##4(variable, __VA_ARGS__); break; \328 case 8: pscr2_ret__ = stem##8(variable, __VA_ARGS__); break; \[all …]
310 extern int of_alias_get_id(struct device_node *np, const char *stem);562 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument