Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/
H A Dlock.rs37 pub unsafe trait Backend { trait
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> {
193 pub struct Guard<'a, T: ?Sized, B: Backend> {
200 unsafe impl<T: Sync + ?Sized, B: Backend> Sync for Guard<'_, T, B> {}
202 impl<'a, T: ?Sized, B: Backend> Guard<'a, T, B> {
[all …]
H A Dcondvar.rs8 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 Dlocked_by.rs5 use super::{lock::Backend, lock::Lock};
102 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new()
/linux/Documentation/ABI/testing/
H A Ddebugfs-iio-backend5 Name of Backend Y connected to device X.
/linux/Documentation/iio/
H A Dad7606.rst90 | | | Backend | Backend |<--| busy
/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'
/linux/Documentation/i2c/
H A Dslave-interface.rst21 | Userspace +........+ Backend +-----------+ Driver +-----+ Controller |
/linux/drivers/xen/
H A DKconfig93 bool "Backend driver support"
/linux/Documentation/filesystems/caching/
H A Dbackend-api.rst4 Cache Backend API
/linux/tools/perf/Documentation/
H A Dperf-stat.txt472 enough. Backend bound means that computation or memory access is the bottle
/linux/drivers/video/fbdev/
H A DKconfig470 bool "SGI Graphics Backend frame buffer support"
475 This is the frame buffer device driver for SGI Graphics Backend.