| /linux-6.15/include/linux/ |
| H A D | percpu-defs.h | 321 TYPEOF_UNQUAL(variable) pscr_ret__; \ 322 __verify_pcpu_ptr(&(variable)); \ 323 switch(sizeof(variable)) { \ 336 TYPEOF_UNQUAL(variable) pscr2_ret__; \ 337 __verify_pcpu_ptr(&(variable)); \ 338 switch(sizeof(variable)) { \ 352 __verify_pcpu_ptr(&(variable)); \ 353 switch(sizeof(variable)) { \ 364 #define __pcpu_size_call(stem, variable, ...) \ argument 366 __verify_pcpu_ptr(&(variable)); \ [all …]
|
| H A D | ieee80211.h | 370 u8 variable[]; member 1355 u8 variable[]; member 1364 u8 variable[]; member 1371 u8 variable[]; member 1376 u8 variable[]; member 1383 u8 variable[]; member 2846 u8 variable[]; member 4987 u8 variable[]; member 5060 u8 variable[]; member 5067 u8 variable[]; member [all …]
|
| /linux-6.15/Documentation/livepatch/ |
| H 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-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. 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.15/Documentation/ABI/testing/ |
| H A 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> 33 <variable_name>. The variable name is unique and is in ASCII 41 variable. In other words, it represents the size of the data. 47 of the file represents the maximum size of the variable data. 53 variable. The size of the file represents the maximum size of 54 the variable data that can be written. [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, 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 …]
|
| /linux-6.15/Documentation/trace/ |
| H 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-6.15/tools/rcu/ |
| H 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-6.15/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-utils.h | 44 if (WARN_ON_ONCE(frame_size <= (mgmt->u.beacon.variable - beacon))) in iwl_find_ie_offset() 47 frame_size -= mgmt->u.beacon.variable - beacon; in iwl_find_ie_offset() 49 ie = cfg80211_find_ie(eid, mgmt->u.beacon.variable, frame_size); in iwl_find_ie_offset()
|
| /linux-6.15/drivers/staging/rtl8723bs/include/ |
| H 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,
|
| H A D | hal_intf.h | 208 void rtw_hal_set_hwreg(struct adapter *padapter, u8 variable, u8 *val); 209 void rtw_hal_get_hwreg(struct adapter *padapter, u8 variable, u8 *val); 211 void rtw_hal_set_hwreg_with_buf(struct adapter *padapter, u8 variable, u8 *pbuf, int len); 277 void SetHwReg8723BS(struct adapter *padapter, u8 variable, u8 *val); 278 void GetHwReg8723BS(struct adapter *padapter, u8 variable, u8 *val); 279 void SetHwRegWithBuf8723B(struct adapter *padapter, u8 variable, u8 *pbuf, int len);
|
| H A D | rtl8723b_hal.h | 227 void SetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val); 228 void GetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val); 229 u8 SetHalDefVar8723B(struct adapter *padapter, enum hal_def_variable variable, 231 u8 GetHalDefVar8723B(struct adapter *padapter, enum hal_def_variable variable,
|
| /linux-6.15/scripts/coccinelle/misc/ |
| H A 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"
|
| H 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-6.15/Documentation/devicetree/bindings/clock/ |
| H 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-6.15/drivers/net/wireless/realtek/rtw88/ |
| H A D | rx.c | 163 u8 *variable; in rtw_update_rx_freq_from_ie() local 169 variable = mgmt->u.beacon.variable; in rtw_update_rx_freq_from_ie() 171 u.beacon.variable); in rtw_update_rx_freq_from_ie() 173 variable = mgmt->u.probe_resp.variable; in rtw_update_rx_freq_from_ie() 175 u.probe_resp.variable); in rtw_update_rx_freq_from_ie() 185 channel_number = cfg80211_get_ies_channel_number(variable, ielen, in rtw_update_rx_freq_from_ie()
|
| /linux-6.15/drivers/staging/rtl8723bs/hal/ |
| H A D | hal_com.c | 576 void SetHwReg(struct adapter *adapter, u8 variable, u8 *val) in SetHwReg() argument 581 switch (variable) { in SetHwReg() 648 FUNC_ADPT_ARG(adapter), variable); in SetHwReg() 653 void GetHwReg(struct adapter *adapter, u8 variable, u8 *val) in GetHwReg() argument 658 switch (variable) { in GetHwReg() 668 FUNC_ADPT_ARG(adapter), variable); in GetHwReg() 677 struct adapter *adapter, enum hal_def_variable variable, void *value in SetHalDefVar() argument 684 switch (variable) { in SetHalDefVar() 730 __func__, variable); in SetHalDefVar() 745 switch (variable) { in GetHalDefVar() [all …]
|
| H A D | hal_intf.c | 109 void rtw_hal_set_hwreg(struct adapter *padapter, u8 variable, u8 *val) in rtw_hal_set_hwreg() argument 111 SetHwReg8723BS(padapter, variable, val); in rtw_hal_set_hwreg() 114 void rtw_hal_get_hwreg(struct adapter *padapter, u8 variable, u8 *val) in rtw_hal_get_hwreg() argument 116 GetHwReg8723BS(padapter, variable, val); in rtw_hal_get_hwreg() 119 void rtw_hal_set_hwreg_with_buf(struct adapter *padapter, u8 variable, u8 *pbuf, int len) in rtw_hal_set_hwreg_with_buf() argument 121 SetHwRegWithBuf8723B(padapter, variable, pbuf, len); in rtw_hal_set_hwreg_with_buf()
|
| /linux-6.15/scripts/kconfig/ |
| H A D | preprocess.c | 235 struct variable { struct 243 static struct variable *variable_lookup(const char *name) in variable_lookup() argument 245 struct variable *v; in variable_lookup() 257 struct variable *v; in variable_expand() 286 struct variable *v; in variable_add() 328 static void variable_del(struct variable *v) in variable_del() 338 struct variable *v, *tmp; in variable_all_del()
|
| H A D | qconf-cfg.sh | 25 ${HOSTPKG_CONFIG} --variable=libexecdir Qt6Core > ${bin} 32 ${HOSTPKG_CONFIG} --variable=host_bins Qt5Core > ${bin}
|
| /linux-6.15/Documentation/networking/ |
| H 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-6.15/arch/powerpc/math-emu/ |
| H A 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.15/Documentation/userspace-api/media/v4l/ |
| H 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-6.15/net/mac80211/ |
| H A D | s1g.c | 56 memcpy(mgmt->u.action.u.s1g.variable, twt, 3 + twt->length); in ieee80211_s1g_send_twt_setup() 88 id = (u8 *)mgmt->u.action.u.s1g.variable; in ieee80211_s1g_send_twt_teardown() 101 struct ieee80211_twt_setup *twt = (void *)mgmt->u.action.u.s1g.variable; in ieee80211_s1g_rx_twt_setup() 131 mgmt->u.action.u.s1g.variable[0]); in ieee80211_s1g_rx_twt_teardown() 139 struct ieee80211_twt_setup *twt = (void *)mgmt->u.action.u.s1g.variable; in ieee80211_s1g_tx_twt_setup_fail()
|
| /linux-6.15/tools/memory-model/litmus-tests/ |
| H A D | CoRW+poonceonce+Once.litmus | 7 * a given variable and a later write to that same variable are ordered.
|