Searched refs:Backend (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/rust/kernel/sync/ |
D | lock.rs | 27 pub unsafe trait Backend { interface 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 …]
|
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()
|
D | locked_by.rs | 5 use super::{lock::Backend, lock::Lock}; 95 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new()
|
/linux-6.6.21/Documentation/devicetree/bindings/display/ |
D | allwinner,sun4i-a10-display-backend.yaml | 7 title: Allwinner A10 Display Engine Backend 30 - description: Display Backend registers 61 - description: The Backend reset line
|
D | allwinner,sun4i-a10-display-engine.yaml | 27 Frontend 0 [0] ------- [0] Backend 0 [0] ------- [0] TCON 0 33 Frontend 1 [1] ------- [1] Backend 1 [1] ------- [1] TCON 1
|
/linux-6.6.21/rust/kernel/sync/lock/ |
D | mutex.rs | 94 unsafe impl super::Backend for MutexBackend {
|
D | spinlock.rs | 93 unsafe impl super::Backend for SpinLockBackend {
|
/linux-6.6.21/drivers/gpu/drm/sun4i/ |
D | Kconfig | 36 tristate "Support for Allwinner A10 Display Engine Backend"
|
/linux-6.6.21/drivers/staging/greybus/Documentation/firmware/ |
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'
|
/linux-6.6.21/Documentation/i2c/ |
D | slave-interface.rst | 21 | Userspace +........+ Backend +-----------+ Driver +-----+ Controller |
|
/linux-6.6.21/drivers/xen/ |
D | Kconfig | 93 bool "Backend driver support"
|
/linux-6.6.21/Documentation/filesystems/caching/ |
D | backend-api.rst | 4 Cache Backend API
|
/linux-6.6.21/tools/perf/Documentation/ |
D | perf-stat.txt | 434 enough. Backend bound means that computation or memory access is the bottle
|
/linux-6.6.21/drivers/video/fbdev/ |
D | Kconfig | 497 bool "SGI Graphics Backend frame buffer support" 504 This is the frame buffer device driver for SGI Graphics Backend.
|