/linux-6.12.1/rust/kernel/block/mq/ |
D | request.rs | 9 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> {
|
D | tag_set.rs | 11 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> {
|
D | gen_disk.rs | 8 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> {
|
D | operations.rs | 27 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/ |
D | rnull.rs | 18 Operations, TagSet, 59 impl Operations for NullBlkDevice {
|
/linux-6.12.1/Documentation/driver-api/tty/ |
D | tty_port.rst | 16 Port Operations Reference`_ sections at the bottom. 66 TTY Port Operations Reference
|
D | tty_driver.rst | 4 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/ |
D | mq.rs | 96 pub use operations::Operations;
|
/linux-6.12.1/Documentation/userspace-api/gpio/ |
D | chardev_v1.rst | 46 Operations section in Chip 75 Operations argument 100 Operations section in Line Event
|
D | chardev.rst | 50 Operations section in Chip 78 Operations section in Line Request
|
/linux-6.12.1/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 18 # 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/ |
D | stream.rst | 264 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/ |
D | lsm_interface.rst | 31 NetLabel LSM Protocol Operations 40 NetLabel Label Mapping Cache Operations
|
/linux-6.12.1/Documentation/mm/ |
D | page_cache.rst | 15 Operations
|
/linux-6.12.1/Documentation/userspace-api/netlink/ |
D | c-code-gen.rst | 84 Operations chapter 87 Operations are named ``$family-CMD-$operation``.
|
/linux-6.12.1/Documentation/driver-api/ |
D | miscellaneous.rst | 37 a :c:type:`struct pwm_device <pwm_device>`. Operations can be
|
/linux-6.12.1/Documentation/filesystems/nfs/ |
D | nfs41-server.rst | 47 Operations chapter 173 Callback Operations
|
/linux-6.12.1/drivers/media/platform/nxp/ |
D | Kconfig | 65 memory to memory. Operations include resizing and format
|
/linux-6.12.1/drivers/ufs/core/ |
D | Kconfig | 5 # Copyright (C) 2011-2013 Samsung India Software Operations
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-class-rtrs-server | 21 Operations is non-blocking and returns control immediately to the caller.
|
/linux-6.12.1/arch/powerpc/boot/dts/fsl/ |
D | e500mc_power_isa.dtsi | 56 fsl,eref-deo; // Data Cache Extended Operations
|
D | e5500_power_isa.dtsi | 57 fsl,eref-deo; // Data Cache Extended Operations
|
/linux-6.12.1/Documentation/driver-api/usb/ |
D | anchors.rst | 38 Operations on multitudes of URBs
|
/linux-6.12.1/Documentation/kernel-hacking/ |
D | false-sharing.rst | 110 Locked Load/Store Operations : 89439 111 Load Operations : 623219
|
/linux-6.12.1/Documentation/core-api/ |
D | kernel-api.rst | 57 Bit Operations 69 Bitmap Operations
|