Searched refs:stem (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | percpu-defs.h | 316 #define __pcpu_size_call_return(stem, variable) \ argument 321 case 1: pscr_ret__ = stem##1(variable); break; \ 322 case 2: pscr_ret__ = stem##2(variable); break; \ 323 case 4: pscr_ret__ = stem##4(variable); break; \ 324 case 8: pscr_ret__ = stem##8(variable); break; \ 331 #define __pcpu_size_call_return2(stem, variable, ...) \ argument 336 case 1: pscr2_ret__ = stem##1(variable, __VA_ARGS__); break; \ 337 case 2: pscr2_ret__ = stem##2(variable, __VA_ARGS__); break; \ 338 case 4: pscr2_ret__ = stem##4(variable, __VA_ARGS__); break; \ 339 case 8: pscr2_ret__ = stem##8(variable, __VA_ARGS__); break; \ [all …]
|
D | of.h | 394 extern int of_alias_get_id(struct device_node *np, const char *stem); 395 extern int of_alias_get_highest_id(const char *stem); 397 const char *stem, unsigned long *bitmap, 770 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument 775 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument 781 const char *stem, unsigned long *bitmap, in of_alias_get_alias_list() argument
|