Home
last modified time | relevance | path

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

1234

/linux-6.15/rust/kernel/block/mq/
H A Drequest.rs9 block::mq::Operations,
56 pub struct Request<T: Operations>(Opaque<bindings::request>, PhantomData<T>);
58 impl<T: Operations> Request<T> {
197 unsafe impl<T: Operations> Send for Request<T> {}
201 unsafe impl<T: Operations> Sync for Request<T> {}
233 unsafe impl<T: Operations> AlwaysRefCounted for Request<T> {
H A Dtag_set.rs11 block::mq::{operations::OperationsVTable, request::RequestDataWrapper, Operations},
28 pub struct TagSet<T: Operations> {
34 impl<T: Operations> TagSet<T> {
79 impl<T: Operations> PinnedDrop for TagSet<T> {
H A 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> {
H A Doperations.rs28 pub trait Operations: Sized { trait
53 pub(crate) struct OperationsVTable<T: Operations>(PhantomData<T>);
55 impl<T: Operations> OperationsVTable<T> {
/linux-6.15/drivers/block/
H A Drnull.rs18 Operations, TagSet,
66 impl Operations for NullBlkDevice {
/linux-6.15/Documentation/driver-api/tty/
H A Dtty_port.rst16 Port Operations Reference`_ sections at the bottom.
66 TTY Port Operations Reference
H A Dtty_driver.rst4 TTY Driver and TTY Operations
77 calling operations from :c:member:`tty_driver.ops`, see `TTY Operations
123 TTY Operations Reference
/linux-6.15/rust/kernel/block/
H A Dmq.rs96 pub use operations::Operations;
/linux-6.15/Documentation/userspace-api/gpio/
H A Dchardev_v1.rst46 Operations section in Chip
75 Operations section in Line Handle
100 Operations section in Line Event
H A Dchardev.rst50 Operations section in Chip
78 Operations section in Line Request
/linux-6.15/Documentation/mm/
H A Dpage_cache.rst15 Operations
/linux-6.15/Documentation/netlabel/
H A Dlsm_interface.rst31 NetLabel LSM Protocol Operations
40 NetLabel Label Mapping Cache Operations
/linux-6.15/Documentation/driver-api/soundwire/
H A 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.15/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl18 # File Operations
91 # File Map / Shared Memory Operations
108 # Socket Operations
129 # Process Operations
310 # Relative File Operations
/linux-6.15/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl18 # File Operations
91 # File Map / Shared Memory Operations
108 # Socket Operations
129 # Process Operations
310 # Relative File Operations
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dti,k3-am654-cpts.yaml24 - Ethernet Enhanced Scheduled Traffic Operations (CPTS_ESTFn) (TSN)
29 Scheduled Traffic Operations (CPTS_ESTFn) and PCIe Subsystem Precision Time
/linux-6.15/Documentation/driver-api/
H A Dmiscellaneous.rst37 a :c:type:`struct pwm_device <pwm_device>`. Operations can be
/linux-6.15/Documentation/userspace-api/netlink/
H A Dc-code-gen.rst86 Operations chapter
89 Operations are named ``$family-CMD-$operation``.
/linux-6.15/drivers/media/platform/nxp/
H A DKconfig65 memory to memory. Operations include resizing and format
/linux-6.15/Documentation/edac/
H A Dmemory_repair.rst47 8.2.9.7.1.1 PPR Maintenance Operations, 8.2.9.7.1.2 sPPR Maintenance Operation
78 Operations for more details.
/linux-6.15/Documentation/filesystems/nfs/
H A Dnfs41-server.rst47 Operations chapter
173 Callback Operations
/linux-6.15/drivers/ufs/core/
H A DKconfig5 # Copyright (C) 2011-2013 Samsung India Software Operations
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-rtrs-server21 Operations is non-blocking and returns control immediately to the caller.
/linux-6.15/arch/powerpc/boot/dts/fsl/
H A De500mc_power_isa.dtsi56 fsl,eref-deo; // Data Cache Extended Operations
H A De5500_power_isa.dtsi57 fsl,eref-deo; // Data Cache Extended Operations

1234