/openbmc/linux/rust/kernel/sync/ |
H A D | lock.rs | 27 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 D | condvar.rs | 8 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 D | locked_by.rs | 5 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 D | python3-poetry-core_1.9.1.bb | 1 SUMMARY = "Poetry PEP 517 Build Backend" 2 DESCRIPTION = "Poetry PEP 517 Build Backend"
|
/openbmc/qemu/backends/tpm/ |
H A D | trace-events | 23 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 D | spinlock.rs | 93 unsafe impl super::Backend for SpinLockBackend {
|
H A D | mutex.rs | 94 unsafe impl super::Backend for MutexBackend {
|
/openbmc/qemu/docs/system/arm/ |
H A D | xenpvh.rst | 1 Xen Device Emulation Backend (``xenpvh``)
|
H A D | xlnx-versal-virt.rst | 181 BBRAM File Backend 199 eFUSE File Backend
|
/openbmc/qemu/tests/qtest/ |
H A D | hd-geo-test.c | 59 } 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 D | tcg-ldst.c.inc | 2 * TCG Backend Data: load-store optimization only.
|
H A D | tcg-pool.c.inc | 2 * TCG Backend Data: constant pool.
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/ |
H A D | owfs_3.2p3.bb | 48 DESCRIPTION:owserver = "Backend server (daemon) for 1-wire control"
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | Kconfig | 36 tristate "Support for Allwinner A10 Display Engine Backend"
|
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/ |
H A D | 0001-sssctl-add-error-analyzer.patch | 106 …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 D | bluealsa_4.3.0.bb | 1 SUMMARY = "Bluetooth Audio ALSA Backend"
|
/openbmc/linux/drivers/staging/greybus/Documentation/firmware/ |
H A D | firmware-management | 149 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 D | acpi_erst.rst | 98 Backend Storage Format
|
/openbmc/qemu/docs/about/ |
H A D | deprecated.rst | 272 Backend options 394 Backend ``memory`` (since 9.0)
|
/openbmc/linux/Documentation/i2c/ |
H A D | slave-interface.rst | 21 | Userspace +........+ Backend +-----------+ Driver +-----+ Controller |
|
/openbmc/qemu/docs/ |
H A D | nvdimm.txt | 194 Backend File Setup Example
|
/openbmc/linux/drivers/xen/ |
H A D | Kconfig | 93 bool "Backend driver support"
|
/openbmc/linux/Documentation/filesystems/caching/ |
H A D | backend-api.rst | 4 Cache Backend API
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-stat.txt | 434 enough. Backend bound means that computation or memory access is the bottle
|
/openbmc/qemu/docs/devel/ |
H A D | tcg-ops.rst | 875 Backend chapter
|