| /linux-6.15/include/linux/ |
| H A D | percpu-defs.h | 319 #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 D | of.h | 406 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 D | locking.c | 44 #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 D | Makefile.lib | 98 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 D | Makefile.host | 85 $(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 D | Makefile.userprogs | 20 $($(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 D | Makefile.dtbs | 111 DTC_FLAGS += $(DTC_FLAGS_$(target-stem))
|
| H A D | Makefile.build | 191 is-standard-object = $(if $(filter-out y%, $(OBJECT_FILES_NON_STANDARD_$(target-stem).o)$(OBJECT_FI…
|
| /linux-6.15/drivers/of/ |
| H A D | base.c | 1832 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 D | of_private.h | 30 char stem[]; member
|
| /linux-6.15/drivers/bluetooth/ |
| H A D | btqca.c | 750 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 D | Makefile | 58 $(addprefix $(obj)/, $($(target-stem)-objs))
|
| /linux-6.15/Documentation/devicetree/bindings/remoteproc/ |
| H A D | ti,keystone-rproc.txt | 16 have an alias with the stem 'rproc' defined. Each node has a number of required
|
| /linux-6.15/Documentation/process/ |
| H A D | code-of-conduct-interpretation.rst | 169 Code of Conduct Committee receives stem from incorrect understanding regarding
|
| /linux-6.15/Documentation/userspace-api/ |
| H A D | landlock.rst | 338 remote end does not stem from the same or a nested Landlock domain.
|