/linux/include/linux/ |
A D | percpu-defs.h | 318 typeof(variable) pscr_ret__; \ 319 __verify_pcpu_ptr(&(variable)); \ 320 switch(sizeof(variable)) { \ 333 typeof(variable) pscr2_ret__; \ 334 __verify_pcpu_ptr(&(variable)); \ 335 switch(sizeof(variable)) { \ 373 #define __pcpu_size_call(stem, variable, ...) \ argument 375 __verify_pcpu_ptr(&(variable)); \ 376 switch(sizeof(variable)) { \ 377 case 1: stem##1(variable, __VA_ARGS__);break; \ [all …]
|
A D | ieee80211.h | 1079 u8 variable[0]; member 1086 u8 variable[0]; member 1146 u8 variable[]; member 1155 u8 variable[]; member 1162 u8 variable[]; member 1167 u8 variable[]; member 1174 u8 variable[]; member 1185 u8 variable[]; member 1197 u8 variable[]; member 1410 u8 variable[0]; member [all …]
|
/linux/Documentation/livepatch/ |
A D | shadow-vars.rst | 8 unmodified. The shadow variable API described in this document is used 14 used to describe shadow variable version, class or type, etc. More 40 klp_shadow_get_or_alloc() are zeroing the variable by default. 48 * klp_shadow_get() - retrieve a shadow variable data pointer 51 * klp_shadow_alloc() - allocate and add a new shadow variable 60 - allocate a new shadow variable 69 - return existing shadow variable 73 - allocate a new shadow variable 83 - free shadow variable 91 - free shadow variable [all …]
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-secvar | 18 This determines the format of the variable and the accepted 19 format of variable updates. 21 What: /sys/firmware/secvar/vars/<variable name> 24 Description: Each secure variable is represented as a directory named as 25 <variable_name>. The variable name is unique and is in ASCII 33 variable. In other words, it represents the size of the data. 38 Description: A read-only file containing the value of the variable. The size 39 of the file represents the maximum size of the variable data. 45 variable. The size of the file represents the maximum size of 46 the variable data that can be written.
|
/linux/drivers/staging/r8188eu/include/ |
A D | ieee80211_ext.h | 169 u8 variable[0]; member 178 u8 variable[0]; member 185 u8 variable[0]; member 192 u8 variable[0]; member 203 u8 variable[0]; member 207 u8 variable[0]; member 215 u8 variable[0]; member 224 u8 variable[0]; member 256 u8 variable[0]; member 260 u8 variable[0]; member
|
/linux/Documentation/ABI/stable/ |
A D | sysfs-firmware-efi-vars | 22 EFI variable flags. Potential values 35 to attain the value of the EFI variable 37 guid: The vendor GUID of the variable. This 39 variable's name. 43 there is to know about the variable. 48 order to update the value of a variable. 62 the variable's value. 73 new variable. 77 variable that has a matching vendor GUID 78 and variable key name.
|
/linux/scripts/kconfig/tests/preprocess/variable/ |
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. 30 # Use += operator to an undefined variable. 31 # This works as a recursively expanded variable. 37 # You can use variable references for the lefthand side of assignment statement.
|
/linux/Documentation/trace/ |
A D | histogram-design.rst | 89 indicates which type of field it is - key, value, variable, variable 699 variable, as well as the referenced variable's size, type, and 701 variable it references. If a variable reference was created using the 713 referenced variable's var.idx is used to look up the variable's value 716 the hist_fields representing both the variable and the variable 733 represents a variable. Note that in addition to the variable name, 792 variable. Also displayed is the var_ref_idx value for that variable 837 variable reference fields: 881 variable'. 1179 variable references. [all …]
|
/linux/Documentation/kbuild/ |
A D | kconfig-macro-language.rst | 23 The macro language replaces the variable references with their expanded form, 53 Like in Make, a variable in Kconfig works as a macro variable. A macro 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 62 A simply expanded variable is defined using the := assignment operator. Its 66 A recursively expanded variable is defined using the = assignment operator. 67 Its righthand side is simply stored as the value of the variable without 68 expanding it in any way. Instead, the expansion is performed when the variable 72 variable. The righthand side of += is expanded immediately if the lefthand 76 The variable reference can take parameters, in the following form:: [all …]
|
A D | kconfig.rst | 41 This environment variable can be used to specify a default kernel config 47 This environment variable specifies a list of config files which can be used 74 use the environment variable KCONFIG_ALLCONFIG as a flag or a filename 89 (usually a subset of all) preset config symbols. These variable 120 This variable can be used to skew the probabilities. This variable can 157 If this variable has a non-blank value, it prevents silent kernel 162 This environment variable can be set to specify the path & name of the 167 This environment variable can be set to specify the path & name of the 219 It is possible to select different color themes using the variable
|
/linux/drivers/net/wireless/intersil/hostap/ |
A D | hostap_80211.h | 22 u8 variable[0]; member 31 u8 variable[0]; member 38 u8 variable[0]; member 45 u8 variable[0]; member 58 u8 variable[0]; member
|
/linux/tools/rcu/ |
A D | rcu-cbs.py | 22 rdp0 = prog.variable('rcu_preempt_data', 'kernel/rcu/tree.c'); 28 rdp0 = prog.variable('rcu_sched_data', 34 rdp0 = prog.variable('rcu_data', 'kernel/rcu/tree.c');
|
/linux/Documentation/devicetree/bindings/clock/ |
A D | arm,syscon-icst.yaml | 37 Integrator/AP 22 1 Bit 8 0, rest variable 40 Integrator/AP 46 3 Bit 8 0, rest variable 46 Integrator/CP 22 variable Bit 8 0, rest variable 49 Integrator/CP 22 variable Bit 8 0, rest variable
|
/linux/scripts/coccinelle/misc/ |
A D | ifaddr.cocci | 2 /// The address of a variable or field is likely always to be non-zero. 28 cocci.print_main("test of a variable/field address",p) 34 msg = "ERROR: test of a variable/field address"
|
A D | returnvar.cocci | 3 /// Remove unneeded variable used to store return value. 58 coccilib.report.print_report(p1[0], "Unneeded variable: \"" + ret + "\". Return \"" + C + "\" on li… 66 cocci.print_main("unneeded \"" + ret + "\" variable", p1)
|
/linux/security/ |
A D | Kconfig.hardening | 8 stack variable initializations, this warning is silenced for 46 uninitialized variables. The selected class of variable will be 50 bool "no automatic stack variable initialization (weakest)" 52 Disable automatic stack variable initialization. 54 classes of uninitialized stack variable exploits 65 uninitialized stack variable exploits and information 79 of uninitialized stack variable exploits and information 98 of uninitialized stack variable exploits and information 112 all classes of uninitialized stack variable exploits and 130 classes of uninitialized stack variable exploits and [all …]
|
/linux/Documentation/networking/ |
A D | netif-msg.rst | 18 integer variable that controls the debug message level. The message 34 Initially this message level variable was uniquely named in each driver 53 - Retaining the per-driver integer variable "debug" as a module 56 - Adding a per-interface private variable named "msg_enable". The 57 variable is a bit map rather than a level, and is initialized as::
|
/linux/scripts/kconfig/ |
A D | preprocess.c | 231 struct variable { struct 239 static struct variable *variable_lookup(const char *name) in variable_lookup() argument 241 struct variable *v; in variable_lookup() 253 struct variable *v; in variable_expand() 282 struct variable *v; in variable_add() 324 static void variable_del(struct variable *v) in variable_del() 334 struct variable *v, *tmp; in variable_all_del()
|
/linux/drivers/staging/rtl8723bs/include/ |
A D | hal_com.h | 139 void SetHwReg(struct adapter *padapter, u8 variable, u8 *val); 140 void GetHwReg(struct adapter *padapter, u8 variable, u8 *val); 143 u8 SetHalDefVar(struct adapter *adapter, enum hal_def_variable variable, 145 u8 GetHalDefVar(struct adapter *adapter, enum hal_def_variable variable,
|
A D | rtl8723b_hal.h | 228 void SetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val); 229 void GetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val); 230 u8 SetHalDefVar8723B(struct adapter *padapter, enum hal_def_variable variable, 232 u8 GetHalDefVar8723B(struct adapter *padapter, enum hal_def_variable variable,
|
/linux/net/mac80211/ |
A D | s1g.c | 55 memcpy(mgmt->u.action.u.s1g.variable, twt, 3 + twt->length); in ieee80211_s1g_send_twt_setup() 87 id = (u8 *)mgmt->u.action.u.s1g.variable; in ieee80211_s1g_send_twt_teardown() 100 struct ieee80211_twt_setup *twt = (void *)mgmt->u.action.u.s1g.variable; in ieee80211_s1g_rx_twt_setup() 127 mgmt->u.action.u.s1g.variable[0]); in ieee80211_s1g_rx_twt_teardown() 135 struct ieee80211_twt_setup *twt = (void *)mgmt->u.action.u.s1g.variable; in ieee80211_s1g_tx_twt_setup_fail()
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | vidioc-g-priority.rst | 40 variable where the driver stores the current priority. 43 an enum v4l2_priority variable and call :ref:`VIDIOC_S_PRIORITY <VIDIOC_G_PRIORITY>` ioctl 44 with a pointer to this variable. 83 On success 0 is returned, on error -1 and the ``errno`` variable is set
|
/linux/Documentation/core-api/ |
A D | local_ops.rst | 39 Local atomic operations only guarantee variable modification atomicity wrt the 72 different CPU between getting the per-cpu variable and doing the 79 * Reading the local cpu variable will provide the current copy of the 80 variable. 84 variable can be read when reading some *other* cpu's variables. 105 access to the per cpu variable. For instance:: 131 the ``local_t`` variable as a counter of bytes written in a buffer: there should 160 /* This is what incrementing the variable would look like within a
|
/linux/drivers/staging/rtl8723bs/hal/ |
A D | hal_com.c | 580 void SetHwReg(struct adapter *adapter, u8 variable, u8 *val) in SetHwReg() argument 585 switch (variable) { in SetHwReg() 652 FUNC_ADPT_ARG(adapter), variable); in SetHwReg() 657 void GetHwReg(struct adapter *adapter, u8 variable, u8 *val) in GetHwReg() argument 662 switch (variable) { in GetHwReg() 672 FUNC_ADPT_ARG(adapter), variable); in GetHwReg() 681 struct adapter *adapter, enum hal_def_variable variable, void *value in SetHalDefVar() argument 688 switch (variable) { in SetHalDefVar() 742 __func__, variable); in SetHalDefVar() 757 switch (variable) { in GetHalDefVar() [all …]
|
/linux/Documentation/admin-guide/acpi/ |
A D | ssdt-overlays.rst | 108 In order to load SSDTs from an EFI variable the ``"efivar_ssdt=..."`` kernel 110 The argument for the option is the variable name to use. If there are multiple 114 In order to store the AML code in an EFI variable the efivarfs filesystem can be 119 EFI variable. Updating a file in /sys/firmware/efi/efivars will update the EFI 120 variable. Please note that the file name needs to be specially formatted as 122 represent the attributes of the EFI variable (see EFI_VARIABLE_MASK in 127 variable with the content from a given file::
|