| /linux/include/linux/ |
| A D | percpu-defs.h | 316 #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 361 #define __pcpu_size_call(stem, variable, ...) \ argument 365 case 1: stem##1(variable, __VA_ARGS__);break; \ 366 case 2: stem##2(variable, __VA_ARGS__);break; \ 367 case 4: stem##4(variable, __VA_ARGS__);break; \ [all …]
|
| A D | of.h | 398 extern int of_alias_get_id(struct device_node *np, const char *stem); 399 extern int of_alias_get_highest_id(const char *stem); 794 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument 799 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument
|
| /linux/fs/btrfs/ |
| A D | locking.c | 45 #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/scripts/ |
| A D | Makefile.lib | 103 target-stem = $(basename $(patsubst $(obj)/%,%,$@)) 115 _c_flags = $(filter-out $(CFLAGS_REMOVE_$(target-stem).o), \ 118 $(CFLAGS_$(target-stem).o)) 119 _rust_flags = $(filter-out $(RUSTFLAGS_REMOVE_$(target-stem).o), \ 122 $(RUSTFLAGS_$(target-stem).o)) 123 _a_flags = $(filter-out $(AFLAGS_REMOVE_$(target-stem).o), \ 126 $(AFLAGS_$(target-stem).o)) 147 $(KASAN_SANITIZE_$(target-stem).o)$(KASAN_SANITIZE)$(is-kernel-object)), \ 150 $(KASAN_SANITIZE_$(target-stem).o)$(KASAN_SANITIZE)$(is-kernel-object)), \ 169 …$(UBSAN_SIGNED_WRAP_$(target-stem).o)$(UBSAN_SANITIZE_$(target-stem).o)$(UBSAN_SIGNED_WRAP)$(UBSAN… [all …]
|
| A D | Makefile.host | 85 $(HOSTCFLAGS_$(target-stem).o) 88 $(HOSTCXXFLAGS_$(target-stem).o) 97 $(HOSTRUSTFLAGS_$(target-stem)) 114 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem)) 122 $(addprefix $(obj)/, $($(target-stem)-objs)) \ 123 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem)) 140 $(addprefix $(obj)/, $($(target-stem)-$(o)))) \ 141 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem))
|
| 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)
|
| A D | Makefile.dtbs | 111 DTC_FLAGS += $(DTC_FLAGS_$(target-stem))
|
| A D | Makefile.build | 202 is-standard-object = $(if $(filter-out y%, $(OBJECT_FILES_NON_STANDARD_$(target-stem).o)$(OBJECT_FI…
|
| /linux/drivers/of/ |
| A D | base.c | 1751 int id, const char *stem, int stem_len) in of_alias_add() argument 1755 strscpy(ap->stem, stem, stem_len + 1); in of_alias_add() 1758 ap->alias, ap->stem, ap->id, np); in of_alias_add() 1843 int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument 1850 if (strcmp(app->stem, stem) != 0) in of_alias_get_id() 1871 int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument 1878 if (strcmp(app->stem, stem) != 0) in of_alias_get_highest_id()
|
| A D | of_private.h | 29 char stem[]; member
|
| /linux/drivers/bluetooth/ |
| A D | btqca.c | 721 const char *stem, u8 rom_ver, u16 bid) in qca_get_nvm_name_generic() argument 724 snprintf(cfg->fwname, sizeof(cfg->fwname), "qca/%snv%02x.bin", stem, rom_ver); in qca_get_nvm_name_generic() 727 "qca/%snv%02x.b%x", stem, rom_ver, bid); in qca_get_nvm_name_generic() 730 "qca/%snv%02x.b%02x", stem, rom_ver, bid); in qca_get_nvm_name_generic()
|
| /linux/scripts/gcc-plugins/ |
| A D | Makefile | 58 $(addprefix $(obj)/, $($(target-stem)-objs))
|
| /linux/Documentation/devicetree/bindings/remoteproc/ |
| A D | ti,keystone-rproc.txt | 16 have an alias with the stem 'rproc' defined. Each node has a number of required
|