Home
last modified time | relevance | path

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

/linux-6.6.21/rust/kernel/sync/
Dlock.rs27 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 …]
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()
Dlocked_by.rs5 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/
Dallwinner,sun4i-a10-display-backend.yaml7 title: Allwinner A10 Display Engine Backend
30 - description: Display Backend registers
61 - description: The Backend reset line
Dallwinner,sun4i-a10-display-engine.yaml27 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/
Dmutex.rs94 unsafe impl super::Backend for MutexBackend {
Dspinlock.rs93 unsafe impl super::Backend for SpinLockBackend {
/linux-6.6.21/drivers/gpu/drm/sun4i/
DKconfig36 tristate "Support for Allwinner A10 Display Engine Backend"
/linux-6.6.21/drivers/staging/greybus/Documentation/firmware/
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'
/linux-6.6.21/Documentation/i2c/
Dslave-interface.rst21 | Userspace +........+ Backend +-----------+ Driver +-----+ Controller |
/linux-6.6.21/drivers/xen/
DKconfig93 bool "Backend driver support"
/linux-6.6.21/Documentation/filesystems/caching/
Dbackend-api.rst4 Cache Backend API
/linux-6.6.21/tools/perf/Documentation/
Dperf-stat.txt434 enough. Backend bound means that computation or memory access is the bottle
/linux-6.6.21/drivers/video/fbdev/
DKconfig497 bool "SGI Graphics Backend frame buffer support"
504 This is the frame buffer device driver for SGI Graphics Backend.