Home
last modified time | relevance | path

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

/include/linux/
Dpercpu.h175 #define __pcpu_size_call_return(stem, variable) \ argument
179 case 1: pscr_ret__ = stem##1(variable);break; \
180 case 2: pscr_ret__ = stem##2(variable);break; \
181 case 4: pscr_ret__ = stem##4(variable);break; \
182 case 8: pscr_ret__ = stem##8(variable);break; \
189 #define __pcpu_size_call_return2(stem, variable, ...) \ argument
194 case 1: pscr2_ret__ = stem##1(variable, __VA_ARGS__); break; \
195 case 2: pscr2_ret__ = stem##2(variable, __VA_ARGS__); break; \
196 case 4: pscr2_ret__ = stem##4(variable, __VA_ARGS__); break; \
197 case 8: pscr2_ret__ = stem##8(variable, __VA_ARGS__); break; \
[all …]
Dof.h288 extern int of_alias_get_id(struct device_node *np, const char *stem);
510 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument