Home
last modified time | relevance | path

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

1234

/linux/rust/kernel/block/mq/
H A Drequest.rs9 block::mq::Operations,
62 impl<T: Operations> Request<T> {
226 unsafe impl<T: Operations> Send for Request<T> {}
230 unsafe impl<T: Operations> Sync for Request<T> {}
236 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.rs10 block::mq::{Operations, TagSet},
98 pub fn build<T: Operations>( in build()
196 pub struct GenDisk<T: Operations> {
203 unsafe impl<T: Operations + Send> Send for GenDisk<T> {}
205 impl<T: Operations> Drop for GenDisk<T> {
H A Doperations.rs30 pub trait Operations: Sized { trait
66 pub(crate) struct OperationsVTable<T: Operations>(PhantomData<T>);
68 impl<T: Operations> OperationsVTable<T> {
/linux/drivers/block/rnull/
H A Drnull.rs14 Operations, TagSet,
73 impl Operations for NullBlkDevice {
/linux/Documentation/driver-api/tty/
H A Dtty_port.rst16 Port Operations Reference`_ sections at the bottom.
67 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/Documentation/userspace-api/gpio/
H A Dchardev_v1.rst46 Operations section in Chip
75 Operations argument
100 Operations section in Line Event
H A Dchardev.rst50 Operations section in Chip
78 Operations section in Line Request
/linux/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/rust/kernel/block/
H A Dmq.rs101 pub use operations::Operations;
/linux/Documentation/netlabel/
H A Dlsm_interface.rst31 NetLabel LSM Protocol Operations
40 NetLabel Label Mapping Cache Operations
/linux/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/Documentation/admin-guide/mm/damon/
H A Dindex.rst4 DAMON: Data Access MONitoring and Access-aware System Operations
/linux/Documentation/mm/
H A Dpage_cache.rst15 Operations
/linux/Documentation/mm/damon/
H A Dindex.rst4 DAMON: Data Access MONitoring and Access-aware System Operations
/linux/Documentation/userspace-api/netlink/
H A Dc-code-gen.rst86 Operations chapter
89 Operations are named ``$family-CMD-$operation``.
/linux/Documentation/driver-api/
H A Dmiscellaneous.rst37 a :c:type:`struct pwm_device <pwm_device>`. Operations can be
/linux/Documentation/filesystems/nfs/
H A Dnfs41-server.rst47 Operations chapter
173 Callback Operations
/linux/drivers/media/platform/nxp/
H A DKconfig65 memory to memory. Operations include resizing and format
/linux/drivers/ufs/core/
H A DKconfig5 # Copyright (C) 2011-2013 Samsung India Software Operations
/linux/Documentation/driver-api/usb/
H A Danchors.rst38 Operations on multitudes of URBs
/linux/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/Documentation/ABI/testing/
H A Dsysfs-class-rtrs-server21 Operations is non-blocking and returns control immediately to the caller.
/linux/arch/powerpc/boot/dts/fsl/
H A De500mc_power_isa.dtsi56 fsl,eref-deo; // Data Cache Extended Operations

1234