Home
last modified time | relevance | path

Searched refs:stem (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dpercpu-defs.h316 #define __pcpu_size_call_return(stem, variable) \
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, ...) \
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##
[all...]
H A Dof.h394 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()
780 of_alias_get_alias_list(const struct of_device_id *matches, const char *stem, unsigned long *bitmap, unsigned int nbits) of_alias_get_alias_list() argument
/kernel/linux/linux-6.6/include/linux/
H A Dpercpu-defs.h316 #define __pcpu_size_call_return(stem, variable) \
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, ...) \
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##
[all...]
H A Dof.h402 extern int of_alias_get_id(struct device_node *np, const char *stem);
403 extern int of_alias_get_highest_id(const char *stem);
786 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument
791 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument
/kernel/linux/linux-6.6/fs/btrfs/
H A Dlocking.c45 #define DEFINE_LEVEL(stem, level) \
46 .names[level] = "btrfs-" stem "-0" #level,
48 #define DEFINE_NAME(stem) \
49 DEFINE_LEVEL(stem, 0) \
50 DEFINE_LEVEL(stem, 1) \
51 DEFINE_LEVEL(stem, 2) \
52 DEFINE_LEVEL(stem, 3) \
53 DEFINE_LEVEL(stem, 4) \
54 DEFINE_LEVEL(stem, 5) \
55 DEFINE_LEVEL(stem,
[all...]
/kernel/linux/linux-5.10/drivers/of/
H A Dbase.c1507 * @stem_name: stem of property names that specify phandles' arguments count
1948 int id, const char *stem, int stem_len) in of_alias_add()
1952 strncpy(ap->stem, stem, stem_len); in of_alias_add()
1953 ap->stem[stem_len] = 0; in of_alias_add()
1955 pr_debug("adding DT alias:%s: stem=%s id=%i node=%pOF\n", in of_alias_add()
1956 ap->alias, ap->stem, ap->id, np); in of_alias_add()
2011 * the 'stem' string */ in of_alias_scan()
2019 /* Allocate an alias_prop with enough space for the stem */ in of_alias_scan()
2032 * @stem
1947 of_alias_add(struct alias_prop *ap, struct device_node *np, int id, const char *stem, int stem_len) of_alias_add() argument
2039 of_alias_get_id(struct device_node *np, const char *stem) of_alias_get_id() argument
2073 of_alias_get_alias_list(const struct of_device_id *matches, const char *stem, unsigned long *bitmap, unsigned int nbits) of_alias_get_alias_list() argument
2120 of_alias_get_highest_id(const char *stem) of_alias_get_highest_id() argument
[all...]
H A Dof_private.h17 * @stem: Alias string without the index
27 char stem[]; member
/kernel/linux/linux-6.6/drivers/of/
H A Dbase.c1301 * @stem_name: stem of property names that specify phandles' arguments count
1717 int id, const char *stem, int stem_len) in of_alias_add()
1721 strscpy(ap->stem, stem, stem_len + 1); in of_alias_add()
1723 pr_debug("adding DT alias:%s: stem=%s id=%i node=%pOF\n", in of_alias_add()
1724 ap->alias, ap->stem, ap->id, np); in of_alias_add()
1781 * the 'stem' string */ in of_alias_scan()
1789 /* Allocate an alias_prop with enough space for the stem */ in of_alias_scan()
1802 * @stem: Alias stem o
1716 of_alias_add(struct alias_prop *ap, struct device_node *np, int id, const char *stem, int stem_len) of_alias_add() argument
1809 of_alias_get_id(struct device_node *np, const char *stem) of_alias_get_id() argument
1837 of_alias_get_highest_id(const char *stem) of_alias_get_highest_id() argument
[all...]
H A Dof_private.h19 * @stem: Alias string without the index
29 char stem[]; member
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A DMakefile51 $(addprefix $(obj)/, $($(target-stem)-objs))
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A DMakefile58 $(addprefix $(obj)/, $($(target-stem)-objs))

Completed in 13 milliseconds