/linux-6.6.21/include/linux/ |
D | percpu-defs.h | 316 #define __pcpu_size_call_return(stem, variable) \ argument 318 typeof(variable) pscr_ret__; \ 319 __verify_pcpu_ptr(&(variable)); \ 320 switch(sizeof(variable)) { \ 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 333 typeof(variable) pscr2_ret__; \ [all …]
|
D | ieee80211.h | 358 u8 variable[]; member 1188 u8 variable[0]; member 1195 u8 variable[0]; member 1255 u8 variable[]; member 1264 u8 variable[]; member 1271 u8 variable[]; member 1276 u8 variable[]; member 1283 u8 variable[]; member 1294 u8 variable[]; member 1298 DECLARE_FLEX_ARRAY(u8, variable); [all …]
|
/linux-6.6.21/Documentation/livepatch/ |
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 29 * The klp_shadow variable data structure encapsulates both tracking 40 klp_shadow_get_or_alloc() are zeroing the variable by default. 46 to do actions that can be done only once when a new variable is allocated. 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 61 - initialize the variable using a custom constructor and data when provided 64 * klp_shadow_get_or_alloc() - get existing or alloc a new shadow variable [all …]
|
/linux-6.6.21/Documentation/ABI/stable/ |
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-6.6.21/scripts/kconfig/tests/preprocess/variable/ |
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-6.6.21/Documentation/ABI/testing/ |
D | sysfs-secvar | 18 This determines the format of the variable and the accepted 19 format of variable updates. 25 version number in the SB_VERSION variable in the keystore, and 27 "ibm,plpks-sb-unknown" if there is no SB_VERSION variable. 29 What: /sys/firmware/secvar/vars/<variable name> 32 Description: Each secure variable is represented as a directory named as 33 <variable_name>. The variable name is unique and is in ASCII 41 variable. In other words, it represents the size of the data. 46 Description: A read-only file containing the value of the variable. The size 47 of the file represents the maximum size of the variable data. [all …]
|
/linux-6.6.21/Documentation/kbuild/ |
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 56 $( ). The parentheses are required even for single-letter variable names; $X is 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 [all …]
|
/linux-6.6.21/Documentation/trace/ |
D | histogram-design.rst | 89 indicates which type of field it is - key, value, variable, variable 377 map_elt specifically designed to store and retrieve variable values. 378 The diagram below shows those new elements and adds a new variable 379 entry, ts0, corresponding to the ts0 variable in the sched_waking 446 variable. For a normal val hist_field, .flags is just 0 (modulo | | | 447 modifier flags), but if the value is defined as a variable, the .flags | | | 451 into the tracing_map_elts' .vars[] array containing variable values. | | | 452 This idx is used whenever the value of the variable is set or read. | | | 453 The map_elt.vars idx assigned to the given variable is assigned and | | | 465 or val and the .vars[] members point to the value of a variable. The | | | [all …]
|
/linux-6.6.21/drivers/net/wireless/intersil/hostap/ |
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-6.6.21/tools/rcu/ |
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-6.6.21/scripts/coccinelle/misc/ |
D | test_addr.cocci | 2 /// The address of a variable or field is likely always to be non-zero. 26 cocci.print_main("test of a variable/field address",p) 32 msg = "ERROR: test of a variable/field address"
|
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-6.6.21/drivers/staging/rtl8723bs/include/ |
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,
|
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-6.6.21/scripts/ |
D | Makefile.extrawarn | 40 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable) 41 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable) 104 KBUILD_CFLAGS += $(call cc-option, -Wunused-but-set-variable) 105 KBUILD_CFLAGS += $(call cc-option, -Wunused-const-variable) 119 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable) 120 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable)
|
/linux-6.6.21/Documentation/devicetree/bindings/clock/ |
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-6.6.21/Documentation/networking/ |
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-6.6.21/arch/powerpc/math-emu/ |
D | Makefile | 20 ccflags-remove-y = -Wmissing-prototypes -Wmissing-declarations -Wunused-but-set-variable 23 CFLAGS_math.o += -Wmissing-prototypes -Wmissing-declarations -Wunused-but-set-variable 24 CFLAGS_math_efp.o += -Wmissing-prototypes -Wmissing-declarations -Wunused-but-set-variable
|
/linux-6.6.21/Documentation/userspace-api/media/v4l/ |
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-6.6.21/net/mac80211/ |
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() 130 mgmt->u.action.u.s1g.variable[0]); in ieee80211_s1g_rx_twt_teardown() 138 struct ieee80211_twt_setup *twt = (void *)mgmt->u.action.u.s1g.variable; in ieee80211_s1g_tx_twt_setup_fail()
|
/linux-6.6.21/scripts/kconfig/ |
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()
|
D | qconf-cfg.sh | 23 ${HOSTPKG_CONFIG} --variable=libexecdir Qt6Core > ${bin} 30 ${HOSTPKG_CONFIG} --variable=host_bins Qt5Core > ${bin}
|
/linux-6.6.21/drivers/staging/rtl8723bs/hal/ |
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() 751 struct adapter *adapter, enum hal_def_variable variable, void *value in GetHalDefVar() argument [all …]
|
/linux-6.6.21/tools/memory-model/litmus-tests/ |
D | CoWR+poonceonce+Once.litmus | 7 * given variable and a later read from that same variable are ordered.
|
D | CoRW+poonceonce+Once.litmus | 7 * a given variable and a later write to that same variable are ordered.
|