Home
last modified time | relevance | path

Searched refs:Send (Results 1 – 25 of 98) sorted by relevance

1234

/Linux-v6.6/rust/kernel/sync/
Dlocked_by.rs81 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> {}
Dlock.rs94 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> {}
Darc.rs154 unsafe impl<T: ?Sized + Sync + Send> Send for Arc<T> {}
161 unsafe impl<T: ?Sized + Sync + Send> Sync for Arc<T> {}
Dcondvar.rs86 unsafe impl Send for CondVar {}
/Linux-v6.6/rust/kernel/sync/arc/
Dstd_vendor.rs11 impl Arc<dyn Any + Send + Sync> {
15 T: Any + Send + Sync, in downcast()
/Linux-v6.6/rust/alloc/
Dboxed.rs1757 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/
Dtypes.rs319 unsafe impl<T: AlwaysRefCounted + Sync + Send> Send for ARef<T> {}
326 unsafe impl<T: AlwaysRefCounted + Sync + Send> Sync for ARef<T> {}
Dtask.rs71 unsafe impl Send for Task {}
/Linux-v6.6/rust/alloc/vec/
Ddrain.rs151 unsafe impl<T: Send, A: Send + Allocator> Send for Drain<'_, T, A> {}
Dinto_iter.rs181 unsafe impl<T: Send, A: Allocator + Send> Send for IntoIter<T, A> {}
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/huawei/
Dhinic.rst82 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/
Dperf-daemon.txt85 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/
DKconfig20 Provide a connector that reports process events to userspace. Send
/Linux-v6.6/Documentation/gpu/amdgpu/display/
Dindex.rst21 3. Send pixel data to sink devices.
/Linux-v6.6/Documentation/gpu/rfc/
Di915_gem_lmem.rst21 * Send RFC(with mesa-dev on cc) for final sign off on the uAPI
/Linux-v6.6/Documentation/driver-api/
Dmailbox.rst116 /* Send async message to remote */
123 /* Send message to remote in blocking mode */
/Linux-v6.6/Documentation/scsi/
DChangeLog.ips47 - 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/
Dmmc-tools.rst28 - Send Sanitize command.
/Linux-v6.6/Documentation/arch/x86/
Dbuslock.rst67 |fatal |Kernel OOPs |Send SIGBUS to user. |
68 | |Send SIGBUS to user | |
/Linux-v6.6/Documentation/i2c/busses/
Di2c-mlxcpld.rst21 - Send Byte/Block.
Di2c-taos-evm.rst40 * Send Byte
/Linux-v6.6/Documentation/hid/
Dhidraw.rst112 Send a Feature Report
133 Send an Input Report
153 Send an Output Report
/Linux-v6.6/Documentation/ABI/testing/
Dconfigfs-stp-policy-p_sys-t36 Time interval in milliseconds. Send a CLOCKSYNC packet if
/Linux-v6.6/Documentation/mm/
Dhwpoison.rst64 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/
Dvduse.rst33 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

1234