Searched defs:stem (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/fs/btrfs/ |
D | locking.c | 45 #define DEFINE_LEVEL(stem, level) \ argument 48 #define DEFINE_NAME(stem) \ argument
|
/linux-6.6.21/include/linux/ |
D | percpu-defs.h | 316 #define __pcpu_size_call_return(stem, variable) \ argument 331 #define __pcpu_size_call_return2(stem, variable, ...) \ argument 346 #define __pcpu_size_call_return2bool(stem, variable, ...) \ argument 361 #define __pcpu_size_call(stem, variable, ...) \ argument
|
D | of.h | 786 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() 791 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id()
|
/linux-6.6.21/drivers/of/ |
D | of_private.h | 29 char stem[]; member
|
D | base.c | 1717 int id, const char *stem, int stem_len) in of_alias_add() 1809 int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() 1837 int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id()
|