Home
last modified time | relevance | path

Searched refs:Operations (Results 1 – 25 of 72) sorted by relevance

123

/linux-6.12.1/rust/kernel/block/mq/
Drequest.rs9 block::mq::Operations,
53 pub struct Request<T: Operations>(Opaque<bindings::request>, PhantomData<T>);
55 impl<T: Operations> Request<T> {
188 unsafe impl<T: Operations> Send for Request<T> {}
192 unsafe impl<T: Operations> Sync for Request<T> {}
224 unsafe impl<T: Operations> AlwaysRefCounted for Request<T> {
Dtag_set.rs11 block::mq::{operations::OperationsVTable, request::RequestDataWrapper, Operations},
29 pub struct TagSet<T: Operations> {
35 impl<T: Operations> TagSet<T> {
80 impl<T: Operations> PinnedDrop for TagSet<T> {
Dgen_disk.rs8 use crate::block::mq::{raw_writer::RawWriter, Operations, TagSet};
91 pub fn build<T: Operations>( in build()
180 pub struct GenDisk<T: Operations> {
187 unsafe impl<T: Operations + Send> Send for GenDisk<T> {}
189 impl<T: Operations> Drop for GenDisk<T> {
Doperations.rs27 pub trait Operations: Sized { trait
52 pub(crate) struct OperationsVTable<T: Operations>(PhantomData<T>);
54 impl<T: Operations> OperationsVTable<T> {
/linux-6.12.1/drivers/block/
Drnull.rs18 Operations, TagSet,
59 impl Operations for NullBlkDevice {
/linux-6.12.1/Documentation/driver-api/tty/
Dtty_port.rst16 Port Operations Reference`_ sections at the bottom.
66 TTY Port Operations Reference
Dtty_driver.rst4 TTY Driver and TTY Operations
75 calling operations from :c:member:`tty_driver.ops`, see `TTY Operations
121 TTY Operations Reference
/linux-6.12.1/rust/kernel/block/
Dmq.rs96 pub use operations::Operations;
/linux-6.12.1/Documentation/userspace-api/gpio/
Dchardev_v1.rst46 Operations section in Chip
75 Operations argument
100 Operations section in Line Event
Dchardev.rst50 Operations section in Chip
78 Operations section in Line Request
/linux-6.12.1/arch/xtensa/kernel/syscalls/
Dsyscall.tbl18 # File Operations
91 # File Map / Shared Memory Operations
108 # Socket Operations
129 # Process Operations
310 # Relative File Operations
/linux-6.12.1/Documentation/driver-api/soundwire/
Dstream.rst264 Stream State Operations
274 of the stream. Operations performed before entering in this state:
304 Configuration state of stream. Operations performed before entering in
339 Prepare state of stream. Operations performed before entering in this state:
383 Operations performed before entering in this state:
412 Operations performed before entering in this state:
448 De-prepare state of stream. Operations performed before entering in this
482 Release state of stream. Operations performed before entering in this state:
/linux-6.12.1/Documentation/netlabel/
Dlsm_interface.rst31 NetLabel LSM Protocol Operations
40 NetLabel Label Mapping Cache Operations
/linux-6.12.1/Documentation/mm/
Dpage_cache.rst15 Operations
/linux-6.12.1/Documentation/userspace-api/netlink/
Dc-code-gen.rst84 Operations chapter
87 Operations are named ``$family-CMD-$operation``.
/linux-6.12.1/Documentation/driver-api/
Dmiscellaneous.rst37 a :c:type:`struct pwm_device <pwm_device>`. Operations can be
/linux-6.12.1/Documentation/filesystems/nfs/
Dnfs41-server.rst47 Operations chapter
173 Callback Operations
/linux-6.12.1/drivers/media/platform/nxp/
DKconfig65 memory to memory. Operations include resizing and format
/linux-6.12.1/drivers/ufs/core/
DKconfig5 # Copyright (C) 2011-2013 Samsung India Software Operations
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-class-rtrs-server21 Operations is non-blocking and returns control immediately to the caller.
/linux-6.12.1/arch/powerpc/boot/dts/fsl/
De500mc_power_isa.dtsi56 fsl,eref-deo; // Data Cache Extended Operations
De5500_power_isa.dtsi57 fsl,eref-deo; // Data Cache Extended Operations
/linux-6.12.1/Documentation/driver-api/usb/
Danchors.rst38 Operations on multitudes of URBs
/linux-6.12.1/Documentation/kernel-hacking/
Dfalse-sharing.rst110 Locked Load/Store Operations : 89439
111 Load Operations : 623219
/linux-6.12.1/Documentation/core-api/
Dkernel-api.rst57 Bit Operations
69 Bitmap Operations

123