| /kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
| D | rxe_queue.h | 107 /* used by rxe, client owns the index */ in queue_get_producer() 111 /* used by rxe which owns the index */ in queue_get_producer() 115 /* used by ulp which owns the index */ in queue_get_producer() 119 /* used by ulp, rxe owns the index */ in queue_get_producer() 134 /* used by rxe which owns the index */ in queue_get_consumer() 138 /* used by rxe, client owns the index */ in queue_get_consumer() 142 /* used by ulp, rxe owns the index */ in queue_get_consumer() 146 /* used by ulp which owns the index */ in queue_get_consumer() 186 /* used by rxe, client owns the index */ in queue_advance_producer() 192 /* used by rxe which owns the index */ in queue_advance_producer() [all …]
|
| /kernel/linux/linux-6.6/drivers/pci/ |
| D | vgaarb.c | 46 unsigned int owns; /* what it owns */ member 231 vgaarb_dbg(dev, "%s: owns: %d\n", __func__, vgadev->owns); in __vga_tryget() 234 wants = rsrc & ~vgadev->owns; in __vga_tryget() 277 * Ok, now check if it owns the resource we want. We can in __vga_tryget() 281 match = lwants & conflict->owns; in __vga_tryget() 311 conflict->owns &= ~match; in __vga_tryget() 313 /* If we disabled normal decoding, reflect it in owns */ in __vga_tryget() 315 conflict->owns &= ~VGA_RSRC_NORMAL_MEM; in __vga_tryget() 317 conflict->owns &= ~VGA_RSRC_NORMAL_IO; in __vga_tryget() 323 * enable us. Mark any bits in "owns" regardless of whether we in __vga_tryget() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/vga/ |
| D | vgaarb.c | 67 unsigned int owns; /* what does it owns */ member 261 vgaarb_dbg(dev, "%s: owns: %d\n", __func__, vgadev->owns); in __vga_tryget() 264 wants = rsrc & ~vgadev->owns; in __vga_tryget() 309 /* Ok, now check if it owns the resource we want. We can in __vga_tryget() 313 match = lwants & conflict->owns; in __vga_tryget() 343 conflict->owns &= ~match; in __vga_tryget() 345 /* If we disabled normal decoding, reflect it in owns */ in __vga_tryget() 347 conflict->owns &= ~VGA_RSRC_NORMAL_MEM; in __vga_tryget() 349 conflict->owns &= ~VGA_RSRC_NORMAL_IO; in __vga_tryget() 354 * enable us. Mark any bits in "owns" regardless of whether we in __vga_tryget() [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | if_pppol2tp.h | 28 __kernel_pid_t pid; /* pid that owns the fd. 42 __kernel_pid_t pid; /* pid that owns the fd. 56 __kernel_pid_t pid; /* pid that owns the fd. 67 __kernel_pid_t pid; /* pid that owns the fd.
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | if_pppol2tp.h | 28 __kernel_pid_t pid; /* pid that owns the fd. 42 __kernel_pid_t pid; /* pid that owns the fd. 56 __kernel_pid_t pid; /* pid that owns the fd. 67 __kernel_pid_t pid; /* pid that owns the fd.
|
| /kernel/linux/linux-5.10/Documentation/locking/ |
| D | rt-mutex-design.rst | 37 that C owns and must wait and lets C run to release the lock. But in the 121 that a specific process owns. 141 A owns: L1 143 B owns L2 145 C owns L3 147 D owns L4 155 another mutex L5 where B owns L5 and F is blocked on mutex L5. 279 D owns L3 281 C owns L2 283 B owns L1 [all …]
|
| /kernel/linux/linux-6.6/Documentation/locking/ |
| D | rt-mutex-design.rst | 37 that C owns and must wait and lets C run to release the lock. But in the 121 that a specific process owns. 141 A owns: L1 143 B owns L2 145 C owns L3 147 D owns L4 155 another mutex L5 where B owns L5 and F is blocked on mutex L5. 279 D owns L3 281 C owns L2 283 B owns L1 [all …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | pci_iomap.c | 15 * @dev: PCI device that owns the BAR 54 * @dev: PCI device that owns the BAR 99 * @dev: PCI device that owns the BAR 119 * @dev: PCI device that owns the BAR
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
| D | mbx.h | 17 #define IXGBE_VFMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ 18 #define IXGBE_VFMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */ 30 #define IXGBE_PFMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ 31 #define IXGBE_PFMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
| D | mbx.h | 18 #define IXGBE_VFMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ 19 #define IXGBE_VFMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */ 31 #define IXGBE_PFMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ 32 #define IXGBE_PFMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */
|
| /kernel/linux/linux-6.6/rust/kernel/sync/ |
| D | lock.rs | 144 // SAFETY: The caller owns the lock, so it is safe to unlock it. in do_unlocked() 159 // SAFETY: The caller owns the lock, so it is safe to deref the protected data. in deref() 166 // SAFETY: The caller owns the lock, so it is safe to deref the protected data. in deref_mut() 173 // SAFETY: The caller owns the lock, so it is safe to unlock it. in drop() 183 /// The caller must ensure that it owns the lock.
|
| /kernel/linux/linux-6.6/lib/ |
| D | pci_iomap.c | 15 * @dev: PCI device that owns the BAR 54 * @dev: PCI device that owns the BAR 99 * @dev: PCI device that owns the BAR 119 * @dev: PCI device that owns the BAR
|
| /kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
| D | zd1301_demod.h | 32 * Return: Pointer to DVB frontend which given platform device owns. 40 * Return: Pointer to I2C adapter which given platform device owns.
|
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| D | zd1301_demod.h | 32 * Return: Pointer to DVB frontend which given platform device owns. 40 * Return: Pointer to I2C adapter which given platform device owns.
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/ |
| D | mbx.h | 11 #define E1000_V2PMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ 12 #define E1000_V2PMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/ |
| D | mbx.h | 11 #define E1000_V2PMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ 12 #define E1000_V2PMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
| D | e1000_mbx.h | 11 #define E1000_P2VMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ 12 #define E1000_P2VMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
| D | e1000_mbx.h | 11 #define E1000_P2VMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ 12 #define E1000_P2VMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */
|
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| D | iwmmxt.S | 90 str r0, [r3] @ this task now owns Concan regs 266 1: @ this task owns Concan regs -- grab a copy from there 304 1: @ this task owns Concan regs -- load them directly 333 teq r2, r3 @ next task owns it?
|
| /kernel/linux/linux-6.6/arch/arm/kernel/ |
| D | iwmmxt.S | 102 str r0, [r3] @ this task now owns Concan regs 276 1: @ this task owns Concan regs -- grab a copy from there 314 1: @ this task owns Concan regs -- load them directly 343 teq r2, r3 @ next task owns it?
|
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| D | utmutex.c | 206 * Deadlock prevention. Check if this thread owns any mutexes of value in acpi_ut_acquire_mutex() 224 "Invalid acquire order: Thread %u owns [%s], wants [%s]", in acpi_ut_acquire_mutex() 301 * Deadlock prevention. Check if this thread owns any mutexes of value in acpi_ut_release_mutex() 314 "Invalid release order: owns [%s], releasing [%s]", in acpi_ut_release_mutex()
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| D | utmutex.c | 206 * Deadlock prevention. Check if this thread owns any mutexes of value in acpi_ut_acquire_mutex() 224 "Invalid acquire order: Thread %u owns [%s], wants [%s]", in acpi_ut_acquire_mutex() 301 * Deadlock prevention. Check if this thread owns any mutexes of value in acpi_ut_release_mutex() 314 "Invalid release order: owns [%s], releasing [%s]", in acpi_ut_release_mutex()
|
| /kernel/linux/linux-5.10/Documentation/gpu/ |
| D | vgaarbiter.rst | 44 "<card_ID>,decodes=<io_state>,owns=<io_state>,locks=<io_state> (ic,mc)" 49 decodes, "owns" indicates what is currently enabled on it, and 138 VGA memory and IO afaik). If the card already owns the resources, the function
|
| /kernel/linux/linux-6.6/Documentation/gpu/ |
| D | vgaarbiter.rst | 44 "<card_ID>,decodes=<io_state>,owns=<io_state>,locks=<io_state> (ic,mc)" 49 decodes, "owns" indicates what is currently enabled on it, and 138 VGA memory and IO afaik). If the card already owns the resources, the function
|
| /kernel/linux/linux-6.6/Documentation/block/ |
| D | pr.rst | 26 Only the initiator that owns the reservation can write to the 30 Only the initiator that owns the reservation can access the
|