| /linux-6.15/scripts/gendwarfksyms/ |
| H A D | types.c | 70 struct list_head expanded; member 78 INIT_LIST_HEAD(&type->expanded); in type_expansion_init() 86 type_list_free(&type->expanded); in type_expansion_free() 92 type->len += type_list_append(&type->expanded, s, owned); in type_expansion_append() 135 type_list_free(&e->expanded); in type_map_add() 142 list_replace_init(&type->expanded, &e->expanded); in type_map_add() 148 type_list_write(&e->expanded, stderr); in type_map_add() 164 type_list_write(&e->expanded, file); in type_map_write() 288 __calculate_version(version, &e->expanded); in __calculate_version() 430 calculate_version(&version, &type.expanded); in expand_symbol() [all …]
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | kconfig-macro-language.rst | 23 The macro language replaces the variable references with their expanded form, 54 variable is expanded "in place" to yield a text string that may then be 55 expanded further. To get the value of a variable, enclose the variable name in 59 There are two types of variables: simply expanded variables and recursively 60 expanded variables. 62 A simply expanded variable is defined using the := assignment operator. Its 63 righthand side is expanded immediately upon reading the line from the Kconfig 66 A recursively expanded variable is defined using the = assignment operator. 72 variable. The righthand side of += is expanded immediately if the lefthand 228 Obviously from the design, $(shell command) is expanded in the textual [all …]
|
| /linux-6.15/scripts/kconfig/tests/preprocess/variable/ |
| H A D | Kconfig | 6 # Simply expanded variable. 12 # Recursively expanded variable. 18 # Append something to a simply expanded variable. 24 # Append something to a recursively expanded variable. 31 # This works as a recursively expanded variable.
|
| /linux-6.15/scripts/kconfig/tests/preprocess/escape/ |
| H A D | Kconfig | 23 # The following should print "$(X)". It should not be expanded further. 32 # A simple expanded should not be expanded multiple times. 33 # The following should print "$(X)". It should not be expanded further.
|
| /linux-6.15/drivers/pinctrl/aspeed/ |
| H A D | pinctrl-aspeed.c | 173 char *expanded; in get_defined_attribute() local 175 expanded = krealloc(found, len + delta + 1, GFP_KERNEL); in get_defined_attribute() 176 if (!expanded) { in get_defined_attribute() 178 return expanded; in get_defined_attribute() 181 found = expanded; in get_defined_attribute()
|
| /linux-6.15/usr/ |
| H A D | gen_init_cpio.c | 442 char expanded[PATH_MAX + 1]; in cpio_replace_env() local 449 snprintf(expanded, sizeof expanded, "%s%s%s", in cpio_replace_env() 451 strcpy(new_location, expanded); in cpio_replace_env()
|
| /linux-6.15/Documentation/core-api/ |
| H A D | librs.rst | 60 The expanded data can be inverted on the fly by providing a non-zero 61 inversion mask. The expanded data is XOR'ed with the mask. This is used 67 The databytes are expanded to the given symbol size on the fly. There is 97 The databytes are expanded to the given symbol size on the fly. There is
|
| /linux-6.15/arch/powerpc/perf/ |
| H A D | hv-common.c | 36 caps->expanded = !!(arg.caps.capability_mask & HV_GPCI_CM_EXPANDED); in hv_perf_caps_get()
|
| H A D | hv-common.h | 12 expanded:1, member
|
| /linux-6.15/scripts/kconfig/tests/preprocess/builtin_func/ |
| H A D | Kconfig | 24 # 'filename' is expanded to the currently parsed file name,
|
| /linux-6.15/Documentation/devicetree/bindings/gpio/ |
| H A D | st,stmpe-gpio.yaml | 11 bus controllers for various expanded peripherals such as GPIO, keypad,
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-srggb12.rst | 17 12-bit Bayer formats expanded to 16 bits
|
| H A D | pixfmt-srggb14.rst | 15 14-bit Bayer formats expanded to 16 bits
|
| H A D | pixfmt-srggb10.rst | 16 10-bit Bayer formats expanded to 16 bits
|
| /linux-6.15/Documentation/networking/ |
| H A D | ipsec.rst | 26 datagram fragmentation when the expanded datagram is larger than the
|
| H A D | vxlan.rst | 9 size of the identifier is expanded to 24 bits (16777216).
|
| /linux-6.15/Documentation/admin-guide/mm/ |
| H A D | soft-dirty.rst | 39 expanded regions) as soft dirty.
|
| /linux-6.15/scripts/gdb/linux/ |
| H A D | constants.py.in | 27 /* We need to stringify expanded macros so that they can be parsed */
|
| /linux-6.15/Documentation/i2c/ |
| H A D | i2c-protocol.rst | 16 Addr (7 bits) I2C 7 bit address. Note that this can be expanded to
|
| /linux-6.15/drivers/scsi/aic7xxx/ |
| H A D | Kconfig.aic79xx | 84 Compile in register value tables for the output of expanded register
|
| H A D | Kconfig.aic7xxx | 89 Compile in register value tables for the output of expanded register
|
| /linux-6.15/tools/perf/ui/gtk/ |
| H A D | hists.c | 285 bool expanded = gtk_tree_view_row_expanded(view, path); in on_row_activated() local 287 if (expanded) in on_row_activated()
|
| /linux-6.15/drivers/scsi/device_handler/ |
| H A D | scsi_dh_rdac.c | 158 struct rdac_pg_expanded expanded; member 277 rdac_pg = &ctlr->mode_select.expanded; in rdac_failover_get()
|
| /linux-6.15/drivers/md/ |
| H A D | raid5.h | 284 int syncing, expanding, expanded, replacing; member
|
| /linux-6.15/Documentation/driver-api/surface_aggregator/ |
| H A D | overview.rst | 10 its responsibilities and feature-set have since been expanded significantly
|