/Linux-v6.6/rust/kernel/sync/ |
D | locked_by.rs | 81 unsafe impl<T: ?Sized + Send, U: ?Sized> Send for LockedBy<T, U> {} 85 unsafe impl<T: ?Sized + Send, U: ?Sized> Sync for LockedBy<T, U> {}
|
D | lock.rs | 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> {}
|
D | arc.rs | 154 unsafe impl<T: ?Sized + Sync + Send> Send for Arc<T> {} 161 unsafe impl<T: ?Sized + Sync + Send> Sync for Arc<T> {}
|
D | condvar.rs | 86 unsafe impl Send for CondVar {}
|
/Linux-v6.6/rust/kernel/sync/arc/ |
D | std_vendor.rs | 11 impl Arc<dyn Any + Send + Sync> { 15 T: Any + Send + Sync, in downcast()
|
/Linux-v6.6/rust/alloc/ |
D | boxed.rs | 1757 impl<A: Allocator> Box<dyn Any + Send, A> { 1810 let (raw, alloc): (*mut (dyn Any + Send), _) = Box::into_raw_with_allocator(self); in downcast_unchecked() 1816 impl<A: Allocator> Box<dyn Any + Send + Sync, A> { 1869 let (raw, alloc): (*mut (dyn Any + Send + Sync), _) = in downcast_unchecked() 2159 impl dyn Error + Send { implementation 2164 pub fn downcast<T: Error + 'static>(self: Box<Self>) -> Result<Box<T>, Box<dyn Error + Send>> { in downcast() argument 2168 mem::transmute::<Box<dyn Error>, Box<dyn Error + Send>>(s) in downcast() 2173 impl dyn Error + Send + Sync { 2182 mem::transmute::<Box<dyn Error>, Box<dyn Error + Send + Sync>>(s) in downcast() 2222 impl<'a, E: Error + Send + Sync + 'a> From<E> for Box<dyn Error + Send + Sync + 'a> { [all …]
|
/Linux-v6.6/rust/kernel/ |
D | types.rs | 319 unsafe impl<T: AlwaysRefCounted + Sync + Send> Send for ARef<T> {} 326 unsafe impl<T: AlwaysRefCounted + Sync + Send> Sync for ARef<T> {}
|
D | task.rs | 71 unsafe impl Send for Task {}
|
/Linux-v6.6/rust/alloc/vec/ |
D | drain.rs | 151 unsafe impl<T: Send, A: Send + Allocator> Send for Drain<'_, T, A> {}
|
D | into_iter.rs | 181 unsafe impl<T: Send, A: Allocator + Send> Send for IntoIter<T, A> {}
|
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/huawei/ |
D | hinic.rst | 82 Queue Pairs(QPs) - The HW Receive and Send queues for Receiving and Transmitting 101 Port Commands - Send commands to the HW device for port management 104 Tx Queues - Logical Tx Queues that use the HW Send Queues for transmit. 105 The Logical Tx queue is not dependent on the format of the HW Send Queue.
|
/Linux-v6.6/tools/perf/Documentation/ |
D | perf-daemon.txt | 85 Send signal to specific session. 93 Send ping to specific session. 177 Send USR2 signal to session 'cycles' to generate perf.data file: 187 Send USR2 signal to all sessions:
|
/Linux-v6.6/drivers/connector/ |
D | Kconfig | 20 Provide a connector that reports process events to userspace. Send
|
/Linux-v6.6/Documentation/gpu/amdgpu/display/ |
D | index.rst | 21 3. Send pixel data to sink devices.
|
/Linux-v6.6/Documentation/gpu/rfc/ |
D | i915_gem_lmem.rst | 21 * Send RFC(with mesa-dev on cc) for final sign off on the uAPI
|
/Linux-v6.6/Documentation/driver-api/ |
D | mailbox.rst | 116 /* Send async message to remote */ 123 /* Send message to remote in blocking mode */
|
/Linux-v6.6/Documentation/scsi/ |
D | ChangeLog.ips | 47 - Don't Send CDB's if we already know the device is not present 113 - Send all of the commands on the queue at once rather than
|
/Linux-v6.6/Documentation/driver-api/mmc/ |
D | mmc-tools.rst | 28 - Send Sanitize command.
|
/Linux-v6.6/Documentation/arch/x86/ |
D | buslock.rst | 67 |fatal |Kernel OOPs |Send SIGBUS to user. | 68 | |Send SIGBUS to user | |
|
/Linux-v6.6/Documentation/i2c/busses/ |
D | i2c-mlxcpld.rst | 21 - Send Byte/Block.
|
D | i2c-taos-evm.rst | 40 * Send Byte
|
/Linux-v6.6/Documentation/hid/ |
D | hidraw.rst | 112 Send a Feature Report 133 Send an Input Report 153 Send an Output Report
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | configfs-stp-policy-p_sys-t | 36 Time interval in milliseconds. Send a CLOCKSYNC packet if
|
/Linux-v6.6/Documentation/mm/ |
D | hwpoison.rst | 64 Send SIGBUS to the application as soon as the error is detected 70 Send SIGBUS when the application runs into the corrupted page.
|
/Linux-v6.6/Documentation/userspace-api/ |
D | vduse.rst | 33 4. Send the VDPA_CMD_DEV_NEW netlink message to attach the VDUSE 38 1. Send the VDPA_CMD_DEV_DEL netlink message to detach the VDUSE
|