Searched defs:stem (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
A D | percpu-defs.h | 316 #define __pcpu_size_call_return(stem, variable) \ argument 331 #define __pcpu_size_call_return2(stem, variable, ...) \ argument 354 #define __pcpu_double_call_return_bool(stem, pcp1, pcp2, ...) \ argument 373 #define __pcpu_size_call(stem, variable, ...) \ argument
|
A D | of.h | 928 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() 933 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() 939 const char *stem, unsigned long *bitmap, in of_alias_get_alias_list()
|
/linux/drivers/of/ |
A D | of_private.h | 29 char stem[]; member
|
A D | base.c | 1964 int id, const char *stem, int stem_len) in of_alias_add() 2055 int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() 2090 const char *stem, unsigned long *bitmap, in of_alias_get_alias_list() 2136 int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id()
|
/linux/fs/btrfs/ |
A D | disk-io.c | 152 #define DEFINE_LEVEL(stem, level) \ argument 155 #define DEFINE_NAME(stem) \ argument
|
Completed in 25 milliseconds