| /linux/drivers/infiniband/sw/rxe/ |
| H A 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 …]
|
| /linux/include/uapi/linux/ |
| H A 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.
|
| /linux/Documentation/locking/ |
| H A 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 …]
|
| H A D | pi-futex.rst | 93 yet then the code looks up the task that owns the futex [it has put its 101 perform - it now owns the lock, and futex value contains
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A 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 */
|
| /linux/drivers/pci/ |
| H A D | iomap.c | 16 * @dev: PCI device that owns the BAR 62 * @dev: PCI device that owns the BAR 111 * @dev: PCI device that owns the BAR 131 * @dev: PCI device that owns the BAR
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_mbx.h | 12 #define WX_PXMAILBOX_PFU BIT(3) /* PF owns the mailbox buffer */ 18 #define WX_VXMAILBOX_VFU BIT(2) /* VF owns the mailbox buffer */ 19 #define WX_VXMAILBOX_PFU BIT(3) /* PF owns the mailbox buffer */
|
| /linux/kernel/printk/ |
| H A D | nbcon.c | 35 * - The 'prio' field contains the priority of the context that owns the 204 * nbcon_seq_force() was used or the current context no longer owns the 394 /* Handover success. This context now owns the console. */ in nbcon_context_try_acquire_requested() 653 * 1. [Task A] owns a context with NBCON_PRIO_NORMAL on [CPU X] and in nbcon_owner_matches() 709 * Return: True if this context still owns the console. False if 713 * owns the lock. Also must be invoked when exiting the unsafe context 725 * When this function returns false then the calling context no longer owns 734 /* Make sure this context still owns the console. */ in nbcon_context_can_proceed() 768 * The calling context no longer owns the console so go back all the in nbcon_context_can_proceed() 779 * Return: True if this context still owns the console. False if [all …]
|
| /linux/drivers/media/dvb-frontends/ |
| H A 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.
|
| /linux/arch/arm/kernel/ |
| H A D | iwmmxt.S | 86 str r0, [r3] @ this task now owns Concan regs 255 1: @ this task owns Concan regs -- grab a copy from there 293 1: @ this task owns Concan regs -- load them directly 320 teq r2, r3 @ next task owns it?
|
| /linux/rust/kernel/sync/ |
| H A D | aref.rs | 52 /// result in the object being freed), unless the caller owns another increment on the refcount 67 /// particular, the [`ARef`] instance owns an increment on the underlying object's reference count. 101 // INVARIANT: The safety requirements guarantee that the new instance now owns the in from_raw() 168 // SAFETY: The type invariants guarantee that the `ARef` owns the reference we're about to in drop()
|
| H A D | lock.rs | 242 // SAFETY: The caller owns the lock, so it is safe to unlock it. in do_unlocked() 283 // SAFETY: The caller owns the lock, so it is safe to deref the protected data. 294 // SAFETY: The caller owns the lock, so it is safe to deref the protected data. 302 // SAFETY: The caller owns the lock, so it is safe to unlock it. 312 /// The caller must ensure that it owns the lock. in new()
|
| /linux/drivers/net/ethernet/intel/igbvf/ |
| H A 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 */
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A 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 */
|
| /linux/drivers/acpi/acpica/ |
| H A 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()
|
| /linux/drivers/media/usb/au0828/ |
| H A D | au0828-core.c | 362 pr_debug("%s already owns the tuner\n", entity->name); in au0828_enable_source() 379 pr_debug("%s owns the tuner %s can share!\n", in au0828_enable_source() 458 * When DVB/s-video/Composite owns tuner, it won't be in in au0828_disable_source() 481 * When audio owns the shared link with in au0828_disable_source() 499 /* video owns the link and has users > 1 */ in au0828_disable_source() 528 /* video/vbi owns the link and has users > 1 */ in au0828_disable_source()
|
| /linux/Documentation/block/ |
| H A 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
|
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | intel.c | 172 * 1: CPU already owns this bank 173 * 2: BIOS owns this bank 174 * 3: Some other CPU owns this bank 337 * Disable CMCI on this CPU for all banks it owns when it goes down.
|
| /linux/include/linux/ |
| H A D | fprobe.h | 27 * @fp: The fprobe which owns this. 40 * @fp: The fprobe which owns this fprobe_hlist.
|
| /linux/drivers/net/wireless/intel/iwlwifi/mei/ |
| H A D | iwl-mei.h | 90 * DOC: Driver load when CSME owns the device 92 * When the driver (iwlwifi) is loaded while CSME owns the device, 107 * the NVM through CSME which owns the device. It can send 119 * The host can ask CSME who owns the device with %SAP_MSG_NOTIF_WHO_OWNS_NIC, 122 * CSME is in. In case CSME thinks it owns the device, the host can ask for
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_mbx.h | 16 #define IXGBE_PFMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ 17 #define IXGBE_PFMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_mem.c | 368 * @phba: HBA which owns the pool to allocate from 405 * @phba: HBA which owns the pool to return to 434 * @phba: HBA which owns the pool to return to 459 * @phba: HBA which owns the pool to allocate from 482 * @phba: HBA which owns the pool to return to
|
| /linux/rust/kernel/ |
| H A D | opp.rs | 979 // SAFETY: By the type invariants, we know that `self` owns a reference, so it is safe in drop() 1009 /// represents a pointer that owns a reference count on the [`OPP`]. 1101 // SAFETY: By the type invariants, we know that `self` owns a reference, so it is safe to in freq() 1109 // SAFETY: By the type invariants, we know that `self` owns a reference, so it is safe to in voltage() 1117 // SAFETY: By the type invariants, we know that `self` owns a reference, so it is safe to in level() 1125 // SAFETY: By the type invariants, we know that `self` owns a reference, so it is safe to in power() 1133 // SAFETY: By the type invariants, we know that `self` owns a reference, so it is safe to in required_pstate() 1141 // SAFETY: By the type invariants, we know that `self` owns a reference, so it is safe to in is_turbo()
|
| /linux/drivers/net/ethernet/amd/ |
| H A D | a2065.h | 126 #define LE_R1_OWN 0x80 /* LANCE owns the descriptor */ 141 #define LE_T1_OWN 0x80 /* LANCE owns the descriptor */
|
| /linux/arch/riscv/include/asm/ |
| H A D | processor.h | 74 * knows if we are entering/exiting the context that owns preempt_v. 90 * restored when returning to the context that owns the preempt_v.
|