Home
last modified time | relevance | path

Searched refs:Backend (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/linux/rust/kernel/sync/
H A Dlock.rs27 pub unsafe trait Backend { trait
78 pub struct Lock<T: ?Sized, B: Backend> {
94 unsafe impl<T: ?Sized + Send, B: Backend> Send for Lock<T, B> {}
98 unsafe impl<T: ?Sized + Send, B: Backend> Sync for Lock<T, B> {}
100 impl<T, B: Backend> Lock<T, B> {
116 impl<T: ?Sized, B: Backend> Lock<T, B> {
133 pub struct Guard<'a, T: ?Sized, B: Backend> {
140 unsafe impl<T: Sync + ?Sized, B: Backend> Sync for Guard<'_, T, B> {}
142 impl<T: ?Sized, B: Backend> Guard<'_, T, B> {
155 impl<T: ?Sized, B: Backend> core::ops::Deref for Guard<'_, T, B> {
[all …]
H A Dcondvar.rs8 use super::{lock::Backend, lock::Guard, LockClassKey};
106 fn wait_internal<T: ?Sized, B: Backend>(&self, wait_state: u32, guard: &mut Guard<'_, T, B>) { in wait_internal()
133 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait()
142 pub fn wait_uninterruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait_uninterruptible()
H A Dlocked_by.rs5 use super::{lock::Backend, lock::Lock};
99 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new()
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-poetry-core_1.9.1.bb1 SUMMARY = "Poetry PEP 517 Build Backend"
2 DESCRIPTION = "Poetry PEP 517 Build Backend"
/openbmc/qemu/backends/tpm/
H A Dtrace-events23 tpm_emulator_cancel_cmd_not_supt(void) "Backend does not support CANCEL_TPM_CMD"
24 tpm_emulator_lock_storage_cmd_not_supt(void) "Backend does not support LOCK_STORAGE"
/openbmc/linux/rust/kernel/sync/lock/
H A Dspinlock.rs93 unsafe impl super::Backend for SpinLockBackend {
H A Dmutex.rs94 unsafe impl super::Backend for MutexBackend {
/openbmc/qemu/docs/system/arm/
H A Dxenpvh.rst1 Xen Device Emulation Backend (``xenpvh``)
H A Dxlnx-versal-virt.rst181 BBRAM File Backend
199 eFUSE File Backend
/openbmc/qemu/tests/qtest/
H A Dhd-geo-test.c59 } Backend; typedef
274 Backend i; in test_ide_mbr()
389 Backend i; in test_ide_drive_cd_0()
1060 Backend i; in main()
/openbmc/qemu/tcg/
H A Dtcg-ldst.c.inc2 * TCG Backend Data: load-store optimization only.
H A Dtcg-pool.c.inc2 * TCG Backend Data: constant pool.
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/
H A Dowfs_3.2p3.bb48 DESCRIPTION:owserver = "Backend server (daemon) for 1-wire control"
/openbmc/linux/drivers/gpu/drm/sun4i/
H A DKconfig36 tristate "Support for Allwinner A10 Display Engine Backend"
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/
H A D0001-sssctl-add-error-analyzer.patch106 …active_bind_s failed', 'Communication with KDC timed out', 'SSSD is offline', 'Backend is offline',
225 logger.info(f"********* Checking Backend for Client ID {cid} ********")
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/
H A Dbluealsa_4.3.0.bb1 SUMMARY = "Bluetooth Audio ALSA Backend"
/openbmc/linux/drivers/staging/greybus/Documentation/firmware/
H A Dfirmware-management149 running Backend Interface Firmware identified by a firmware-tag. The user is
164 Backend Interface Firmware. The user is required to fill the 'firmware_tag'
/openbmc/qemu/docs/specs/
H A Dacpi_erst.rst98 Backend Storage Format
/openbmc/qemu/docs/about/
H A Ddeprecated.rst272 Backend options
394 Backend ``memory`` (since 9.0)
/openbmc/linux/Documentation/i2c/
H A Dslave-interface.rst21 | Userspace +........+ Backend +-----------+ Driver +-----+ Controller |
/openbmc/qemu/docs/
H A Dnvdimm.txt194 Backend File Setup Example
/openbmc/linux/drivers/xen/
H A DKconfig93 bool "Backend driver support"
/openbmc/linux/Documentation/filesystems/caching/
H A Dbackend-api.rst4 Cache Backend API
/openbmc/linux/tools/perf/Documentation/
H A Dperf-stat.txt434 enough. Backend bound means that computation or memory access is the bottle
/openbmc/qemu/docs/devel/
H A Dtcg-ops.rst875 Backend chapter

12