Home
last modified time | relevance | path

Searched full:sites (Results 1 – 25 of 265) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/kernel/
Dstatic_call.c20 /* mutex to protect key modules/sites */
148 .sites = static_call_key_sites(key), in __static_call_update()
155 if (!site_mod->sites) { in __static_call_update()
161 * 'first' entry has no sites associated with it. in __static_call_update()
176 for (site = site_mod->sites; in __static_call_update()
235 * the sites pointer in the key itself. Also see in __static_call_init()
242 key->sites = site; in __static_call_init()
252 * When the key has a direct sites pointer, extract in __static_call_init()
259 site_mod->sites = static_call_key_sites(key); in __static_call_init()
269 site_mod->sites = site; in __static_call_init()
/kernel/linux/linux-6.6/kernel/
Dstatic_call_inline.c31 /* mutex to protect key modules/sites */
159 .sites = static_call_key_sites(key), in __static_call_update()
166 if (!site_mod->sites) { in __static_call_update()
172 * 'first' entry has no sites associated with it. in __static_call_update()
187 for (site = site_mod->sites; in __static_call_update()
246 * the sites pointer in the key itself. Also see in __static_call_init()
253 key->sites = site; in __static_call_init()
263 * When the key has a direct sites pointer, extract in __static_call_init()
270 site_mod->sites = static_call_key_sites(key); in __static_call_init()
280 site_mod->sites = site; in __static_call_init()
/kernel/linux/linux-6.6/Documentation/driver-api/mei/
Diamt.rst30 https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
49 … https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
62 … https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
74 … https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
/kernel/linux/linux-5.10/Documentation/driver-api/mei/
Diamt.rst30 https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
49 … https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
62 … https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
74 … https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
/kernel/linux/linux-6.6/drivers/thermal/
Dqoriq_thermal.c141 int id, sites = 0; in qoriq_tmu_register_tmu_zone() local
162 sites |= 0x1 << (15 - id); in qoriq_tmu_register_tmu_zone()
164 sites |= 0x1 << id; in qoriq_tmu_register_tmu_zone()
169 if (sites) { in qoriq_tmu_register_tmu_zone()
171 regmap_write(qdata->regmap, REGS_TMR, TMR_ME | TMR_ALPF | sites); in qoriq_tmu_register_tmu_zone()
173 regmap_write(qdata->regmap, REGS_V2_TMSR, sites); in qoriq_tmu_register_tmu_zone()
/kernel/linux/linux-5.10/include/linux/
Dstatic_call.h52 * If the arch has CONFIG_HAVE_STATIC_CALL_INLINE, then the call sites
55 * compiler plugin to detect all the static_call() sites and annotate them
128 struct static_call_site *sites; member
134 /* bit 0: 0 = mods, 1 = sites */
137 struct static_call_site *sites; member
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/dsd/
Dgraph.rst157 https://www.uefi.org/sites/default/files/resources/_DSD-implementation-guide-toplevel-1_1.htm,
165 https://www.uefi.org/sites/default/files/resources/_DSD-device-properties-UUID.pdf,
169 … https://www.uefi.org/sites/default/files/resources/_DSD-hierarchical-data-extension-UUID-v1.1.pdf,
173 https://www.uefi.org/sites/default/files/resources/ACPI_6_1.pdf,
Dleds.rst96 <URL:https://uefi.org/sites/default/files/resources/ACPI_6_3_final_Jan30.pdf>,
104 <URL:https://www.uefi.org/sites/default/files/resources/_DSD-device-properties-UUID.pdf>,
108 …<URL:https://www.uefi.org/sites/default/files/resources/_DSD-hierarchical-data-extension-UUID-v1.1…
Ddata-node-references.rst94 <https://www.uefi.org/sites/default/files/resources/_DSD-hierarchical-data-extension-UUID-v1.1.pdf>,
98 <https://www.uefi.org/sites/default/files/resources/_DSD-device-properties-UUID.pdf>,
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/proximity/
Dparallax-ping.yaml19 http://parallax.com/sites/default/files/downloads/28041-LaserPING-2m-Rangefinder-Guide.pdf
20 http://parallax.com/sites/default/files/downloads/28015-PING-Documentation-v1.6.pdf
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/proximity/
Dparallax-ping.yaml19 http://parallax.com/sites/default/files/downloads/28041-LaserPING-2m-Rangefinder-Guide.pdf
20 http://parallax.com/sites/default/files/downloads/28015-PING-Documentation-v1.6.pdf
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dstatic_call.h11 * sites get patched by static_call_update(). The name of this trampoline has
12 * a magical aspect: objtool uses it to find static call sites so it can create
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dstatic_call.h11 * sites get patched by static_call_update(). The name of this trampoline has
12 * a magical aspect: objtool uses it to find static call sites so it can create
Dkvm-x86-pmu-ops.h13 * at the call sites.
/kernel/linux/linux-6.6/tools/include/linux/
Dstatic_call_types.h64 /* bit 0: 0 = mods, 1 = sites */
67 struct static_call_site *sites; member
/kernel/linux/linux-6.6/include/linux/
Dstatic_call_types.h64 /* bit 0: 0 = mods, 1 = sites */
67 struct static_call_site *sites; member
Dstatic_call.h59 * If the arch has CONFIG_HAVE_STATIC_CALL_INLINE, then the call sites
62 * compiler plugin to detect all the static_call() sites and annotate them
170 struct static_call_site *sites; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dusdt.c196 /* this time we have 400 different USDT call sites, but they have uniform
199 * call sites
227 /* usdt_100 is auto-attached and there are 100 inlined call sites, in subtest_multispec_usdt()
260 * USDT call sites, we are not going to actually trace them. in subtest_multispec_usdt()
285 * should be the same across all sites, so libbpf will only need to in subtest_multispec_usdt()
/kernel/linux/linux-5.10/Documentation/core-api/
Dpin_user_pages.rst26 sites. This allows the associated wrapper functions (pin_user_pages*() and
30 FOLL_LONGTERM, on the other hand, *is* allowed to be set at the gup call sites.
40 multiple threads and call sites are free to pin the same struct pages, via both
135 ...but rather than setting FOLL_PIN directly, call sites should use one of
/kernel/linux/linux-6.6/Documentation/core-api/
Dpin_user_pages.rst26 sites. This allows the associated wrapper functions (pin_user_pages*() and
30 FOLL_LONGTERM, on the other hand, *is* allowed to be set at the gup call sites.
40 multiple threads and call sites are free to pin the same struct pages, via both
140 ...but rather than setting FOLL_PIN directly, call sites should use one of
/kernel/linux/linux-6.6/fs/btrfs/
Dsubpage.h111 * btrfs_subpage_*() are for call sites where the page has subpage attached and
114 * btrfs_page_*() are for call sites where the page can either be subpage
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/
DDSD-properties-rules.rst99 .. [1] https://www.uefi.org/sites/default/files/resources/_DSD-device-properties-UUID.pdf
100 .. [2] https://www.uefi.org/sites/default/files/resources/_DSD-hierarchical-data-extension-UUID-v1.…
/kernel/linux/linux-6.6/net/ceph/
DKconfig30 execution slightly when debug call sites are enabled (e.g.,
/kernel/linux/linux-5.10/net/ceph/
DKconfig27 execution slightly when debug call sites are enabled (e.g.,
/kernel/linux/linux-6.6/tools/objtool/Documentation/
Dobjtool.txt28 sites, enabling the kernel to patch them inline, to prevent "thunk
35 - Static call annotation -- annotates static call sites, enabling the
50 instruction sites, enabling the kernel to "seal" them (replace them
117 chain of function call sites that led to the currently executing

1234567891011