Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpercpu-defs.h319 #define __pcpu_size_call_return(stem, variable) \ argument
324 case 1: pscr_ret__ = stem##1(variable); break; \
325 case 2: pscr_ret__ = stem##2(variable); break; \
326 case 4: pscr_ret__ = stem##4(variable); break; \
327 case 8: pscr_ret__ = stem##8(variable); break; \
334 #define __pcpu_size_call_return2(stem, variable, ...) \ argument
364 #define __pcpu_size_call(stem, variable, ...) \ argument
368 case 1: stem##1(variable, __VA_ARGS__);break; \
369 case 2: stem##2(variable, __VA_ARGS__);break; \
370 case 4: stem##4(variable, __VA_ARGS__);break; \
[all …]
H A Dof.h406 extern int of_alias_get_id(const struct device_node *np, const char *stem);
407 extern int of_alias_get_highest_id(const char *stem);
821 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument
826 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument
/linux-6.15/fs/btrfs/
H A Dlocking.c44 #define DEFINE_LEVEL(stem, level) \ argument
45 .names[level] = "btrfs-" stem "-0" #level,
47 #define DEFINE_NAME(stem) \ argument
48 DEFINE_LEVEL(stem, 0) \
49 DEFINE_LEVEL(stem, 1) \
50 DEFINE_LEVEL(stem, 2) \
51 DEFINE_LEVEL(stem, 3) \
52 DEFINE_LEVEL(stem, 4) \
53 DEFINE_LEVEL(stem, 5) \
54 DEFINE_LEVEL(stem, 6) \
[all …]
/linux-6.15/scripts/
H A DMakefile.lib98 target-stem = $(basename $(patsubst $(obj)/%,%,$@))
110 _c_flags = $(filter-out $(CFLAGS_REMOVE_$(target-stem).o), \
113 $(CFLAGS_$(target-stem).o))
114 _rust_flags = $(filter-out $(RUSTFLAGS_REMOVE_$(target-stem).o), \
117 $(RUSTFLAGS_$(target-stem).o))
118 _a_flags = $(filter-out $(AFLAGS_REMOVE_$(target-stem).o), \
121 $(AFLAGS_$(target-stem).o))
142 $(KASAN_SANITIZE_$(target-stem).o)$(KASAN_SANITIZE)$(is-kernel-object)), \
145 $(KASAN_SANITIZE_$(target-stem).o)$(KASAN_SANITIZE)$(is-kernel-object)), \
164 …$(UBSAN_INTEGER_WRAP_$(target-stem).o)$(UBSAN_SANITIZE_$(target-stem).o)$(UBSAN_INTEGER_WRAP)$(UBS…
[all …]
H A DMakefile.host85 $(HOSTCFLAGS_$(target-stem).o)
88 $(HOSTCXXFLAGS_$(target-stem).o)
97 $(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))
H A DMakefile.userprogs20 $($(target-stem)-userccflags)
21 user_ldflags = $(KBUILD_USERLDFLAGS) $(userldflags) $($(target-stem)-userldflags)
22 user_ldlibs = $(userldlibs) $($(target-stem)-userldlibs)
34 $(addprefix $(obj)/, $($(target-stem)-objs)) $(user_ldlibs)
H A DMakefile.dtbs111 DTC_FLAGS += $(DTC_FLAGS_$(target-stem))
H A DMakefile.build191 is-standard-object = $(if $(filter-out y%, $(OBJECT_FILES_NON_STANDARD_$(target-stem).o)$(OBJECT_FI…
/linux-6.15/drivers/of/
H A Dbase.c1832 int id, const char *stem, int stem_len) in of_alias_add() argument
1836 strscpy(ap->stem, stem, stem_len + 1); in of_alias_add()
1839 ap->alias, ap->stem, ap->id, np); in of_alias_add()
1921 int of_alias_get_id(const struct device_node *np, const char *stem) in of_alias_get_id() argument
1928 if (strcmp(app->stem, stem) != 0) in of_alias_get_id()
1949 int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument
1956 if (strcmp(app->stem, stem) != 0) in of_alias_get_highest_id()
H A Dof_private.h30 char stem[]; member
/linux-6.15/drivers/bluetooth/
H A Dbtqca.c750 const char *stem, enum qca_btsoc_type soc_type, in qca_get_nvm_name_by_board() argument
771 snprintf(fwname, max_size, "qca/%s%02x%s.bin", stem, rom_ver, variant); in qca_get_nvm_name_by_board()
773 snprintf(fwname, max_size, "qca/%s%02x%s.%s%02x", stem, rom_ver, in qca_get_nvm_name_by_board()
777 snprintf(fwname, max_size, "qca/%s%s.bin", stem, variant); in qca_get_nvm_name_by_board()
779 snprintf(fwname, max_size, "qca/%s%s.%s%02x", stem, variant, prefix, bid); in qca_get_nvm_name_by_board()
/linux-6.15/scripts/gcc-plugins/
H A DMakefile58 $(addprefix $(obj)/, $($(target-stem)-objs))
/linux-6.15/Documentation/devicetree/bindings/remoteproc/
H A Dti,keystone-rproc.txt16 have an alias with the stem 'rproc' defined. Each node has a number of required
/linux-6.15/Documentation/process/
H A Dcode-of-conduct-interpretation.rst169 Code of Conduct Committee receives stem from incorrect understanding regarding
/linux-6.15/Documentation/userspace-api/
H A Dlandlock.rst338 remote end does not stem from the same or a nested Landlock domain.