/openbmc/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 …]
|
/openbmc/linux/drivers/pci/ |
H A 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 …]
|
/openbmc/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.
|
/openbmc/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 …]
|
/openbmc/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 */
|
/openbmc/linux/rust/kernel/sync/ |
H A 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.
|
/openbmc/linux/lib/ |
H A 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
|
/openbmc/qemu/include/hw/misc/ |
H A D | npcm7xx_clk.h | 88 * @clk: The CLK module that owns this module. 107 * @clk: The CLK module that owns this module. 130 * @clk: The CLK module that owns this module.
|
/openbmc/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.
|
/openbmc/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?
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | handler.hpp | 115 * pointer that owns the response object that will ultimately get sent back 137 * pointer that owns the response object that will ultimately get sent back 172 * pointer that owns the response object that will ultimately get sent back 338 * pointer that owns the response object that will ultimately get sent back 424 * pointer that owns the response object that will ultimately get sent back 490 * shared_ptr that owns the Handler object. 509 * shared_ptr that owns the Handler object. 529 * shared_ptr that owns the Handler object.
|
/openbmc/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 */
|
/openbmc/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 */
|
/openbmc/qemu/include/hw/timer/ |
H A D | npcm7xx_timer.h | 54 * @ctrl: The timer module that owns this timer. 72 * @ctrl: The timer module that owns this timer.
|
/openbmc/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()
|
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils/ |
H A D | ampere_flash_bios.sh | 14 # BMC_GPIOW6_SPI0_PROGRAM_SEL (GPIO 182): 1 => BMC owns SPI bus for upgrading 15 # 0 => HOST owns SPI bus for upgrading
|
/openbmc/linux/Documentation/gpu/ |
H A 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
|
/openbmc/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
|
/openbmc/phosphor-power/test/ |
H A D | temporary_subdirectory_tests.cpp | 60 // Verify second object now owns same subdirectory and subdirectory exists in TEST() 94 // Verify second object now owns first subdirectory and subdirectory in TEST() 116 // Verify object still owns same subdirectory and subdirectory exists in TEST()
|
H A D | temporary_file_tests.cpp | 100 // Verify second object now owns same temporary file and file exists in TEST() 134 // Verify second object now owns first temporary file and file exists in TEST() 155 // Verify object still owns same temporary file and file exists in TEST()
|
/openbmc/phosphor-power/ |
H A D | dbus_interfaces_finder.hpp | 83 * @param service D-Bus service that owns the object paths implementing 128 * D-Bus service that owns the object paths implementing the interfaces.
|
/openbmc/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 */
|
/openbmc/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()
|
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/ |
H A D | ampere_flash_bios.sh | 14 # BMC_GPIOW6_SPI0_PROGRAM_SEL (GPIO 182): 1 => BMC owns SPI bus for upgrading 15 # 0 => HOST owns SPI bus for upgrading
|
/openbmc/linux/drivers/i2c/muxes/ |
H A D | i2c-mux-pca9541.c | 143 * the slave bus if it owns it; otherwise it has to request ownership first. 160 * the slave bus, believing that it owns it. The other master will request 226 * Other master owns the bus. in pca9541_arbitrate()
|