| /linux-6.15/rust/kernel/sync/ |
| H A D | lock.rs | 37 pub unsafe trait Backend { interface 106 pub struct Lock<T: ?Sized, B: Backend> { 122 unsafe impl<T: ?Sized + Send, B: Backend> Send for Lock<T, B> {} 126 unsafe impl<T: ?Sized + Send, B: Backend> Sync for Lock<T, B> {} 128 impl<T, B: Backend> Lock<T, B> { 143 impl<B: Backend> Lock<(), B> { 165 impl<T: ?Sized, B: Backend> Lock<T, B> { 191 pub struct Guard<'a, T: ?Sized, B: Backend> { 200 impl<'a, T: ?Sized, B: Backend> Guard<'a, T, B> { 259 impl<T: ?Sized, B: Backend> Drop for Guard<'_, T, B> { [all …]
|
| H A D | condvar.rs | 8 use super::{lock::Backend, lock::Guard, LockClassKey}; 114 fn wait_internal<T: ?Sized, B: Backend>( in wait_internal() 145 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait() 156 pub fn wait_interruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait_interruptible() 168 pub fn wait_interruptible_freezable<T: ?Sized, B: Backend>( in wait_interruptible_freezable() 186 pub fn wait_interruptible_timeout<T: ?Sized, B: Backend>( in wait_interruptible_timeout()
|
| H A D | locked_by.rs | 5 use super::{lock::Backend, lock::Lock}; 102 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new()
|
| /linux-6.15/rust/kernel/sync/lock/ |
| H A D | global.rs | 9 sync::lock::{Backend, Guard, Lock}, 28 type Backend: Backend + 'static; typedef 37 inner: Lock<B::Item, B::Backend>, 71 B::Backend::init( in init() 98 inner: Guard<'static, B::Item, B::Backend>, 272 type Backend = $crate::global_lock_inner!(backend $kind);
|
| H A D | mutex.rs | 101 unsafe impl super::Backend for MutexBackend {
|
| H A D | spinlock.rs | 100 unsafe impl super::Backend for SpinLockBackend {
|
| /linux-6.15/drivers/media/platform/raspberrypi/pisp_be/ |
| H A D | Kconfig | 2 tristate "Raspberry Pi PiSP Backend (BE) ISP driver" 10 Say Y here to enable support for the PiSP Backend (BE) ISP driver.
|
| /linux-6.15/Documentation/devicetree/bindings/display/ |
| H A 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
|
| H A 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.15/Documentation/ABI/testing/ |
| H A D | debugfs-iio-backend | 5 Name of Backend Y connected to device X.
|
| /linux-6.15/Documentation/devicetree/bindings/iio/adc/ |
| H A D | sigma-delta-modulator.yaml | 44 // Backend binding example. SD modulator configured as an IIO backend device
|
| /linux-6.15/Documentation/iio/ |
| H A D | ad7606.rst | 61 | | | Backend | Backend |<--| busy
|
| /linux-6.15/drivers/gpu/drm/sun4i/ |
| H A D | Kconfig | 40 tristate "Support for Allwinner A10 Display Engine Backend"
|
| /linux-6.15/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'
|
| /linux-6.15/Documentation/i2c/ |
| H A D | slave-interface.rst | 21 | Userspace +........+ Backend +-----------+ Driver +-----+ Controller |
|
| /linux-6.15/drivers/xen/ |
| H A D | Kconfig | 93 bool "Backend driver support"
|
| /linux-6.15/Documentation/filesystems/caching/ |
| H A D | backend-api.rst | 4 Cache Backend API
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-stat.txt | 472 enough. Backend bound means that computation or memory access is the bottle
|
| /linux-6.15/drivers/video/fbdev/ |
| H A D | Kconfig | 470 bool "SGI Graphics Backend frame buffer support" 475 This is the frame buffer device driver for SGI Graphics Backend.
|