Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dpercpu-defs.h316 #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 …]
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
/linux-6.6.21/fs/btrfs/
Dlocking.c45 #define DEFINE_LEVEL(stem, level) \ argument
46 .names[level] = "btrfs-" stem "-0" #level,
48 #define DEFINE_NAME(stem) \ argument
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, 6) \
[all …]
/linux-6.6.21/scripts/
DMakefile.host85 $(HOSTCFLAGS_$(target-stem).o)
88 $(HOSTCXXFLAGS_$(target-stem).o)
95 $(HOSTRUSTFLAGS_$(target-stem))
112 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem))
120 $(addprefix $(obj)/, $($(target-stem)-objs)) \
121 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem))
138 $(addprefix $(obj)/, $($(target-stem)-$(o)))) \
139 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem))
DMakefile.userprogs20 $($(target-stem)-userccflags)
21 user_ldflags = $(KBUILD_USERLDFLAGS) $(userldflags) $($(target-stem)-userldflags)
26 $($(target-stem)-userldlibs)
33 $(addprefix $(obj)/, $($(target-stem)-objs)) \
34 $($(target-stem)-userldlibs)
DMakefile.lib118 target-stem = $(basename $(patsubst $(obj)/%,%,$@))
130 _c_flags = $(filter-out $(CFLAGS_REMOVE_$(target-stem).o), \
133 $(CFLAGS_$(target-stem).o))
134 _rust_flags = $(filter-out $(RUSTFLAGS_REMOVE_$(target-stem).o), \
137 $(RUSTFLAGS_$(target-stem).o))
138 _a_flags = $(filter-out $(AFLAGS_REMOVE_$(target-stem).o), \
141 $(AFLAGS_$(target-stem).o))
142 _cpp_flags = $(KBUILD_CPPFLAGS) $(cppflags-y) $(CPPFLAGS_$(target-stem).lds)
/linux-6.6.21/drivers/of/
Dbase.c1717 int id, const char *stem, int stem_len) in of_alias_add() argument
1721 strscpy(ap->stem, stem, stem_len + 1); in of_alias_add()
1724 ap->alias, ap->stem, ap->id, np); in of_alias_add()
1809 int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument
1816 if (strcmp(app->stem, stem) != 0) in of_alias_get_id()
1837 int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument
1844 if (strcmp(app->stem, stem) != 0) in of_alias_get_highest_id()
Dof_private.h29 char stem[]; member
/linux-6.6.21/scripts/gcc-plugins/
DMakefile58 $(addprefix $(obj)/, $($(target-stem)-objs))
/linux-6.6.21/Documentation/devicetree/bindings/remoteproc/
Dti,keystone-rproc.txt16 have an alias with the stem 'rproc' defined. Each node has a number of required