Searched refs:owns (Results 1 – 25 of 35) sorted by relevance
12
/Linux-v4.19/drivers/gpu/vga/ |
D | vgaarb.c | 65 unsigned int owns; /* what does it owns */ member 212 vgaarb_dbg(dev, "%s: owns: %d\n", __func__, vgadev->owns); in __vga_tryget() 215 wants = rsrc & ~vgadev->owns; in __vga_tryget() 264 match = lwants & conflict->owns; in __vga_tryget() 294 conflict->owns &= ~match; in __vga_tryget() 298 conflict->owns &= ~VGA_RSRC_NORMAL_MEM; in __vga_tryget() 300 conflict->owns &= ~VGA_RSRC_NORMAL_IO; in __vga_tryget() 327 vgadev->owns |= wants; in __vga_tryget() 647 vgadev->owns |= VGA_RSRC_LEGACY_IO; in vga_arbiter_add_pci_device() 649 vgadev->owns |= VGA_RSRC_LEGACY_MEM; in vga_arbiter_add_pci_device() [all …]
|
/Linux-v4.19/Documentation/locking/ |
D | rt-mutex-design.txt | 36 that C owns and must wait and lets C run to release the lock. But in the 112 that a specific process owns. 131 A owns: L1 133 B owns L2 135 C owns L3 137 D owns L4 145 another mutex L5 where B owns L5 and F is blocked on mutex L5. 269 D owns L3 271 C owns L2 273 B owns L1 [all …]
|
/Linux-v4.19/arch/arm/vfp/ |
D | vfphw.S | 99 cmp r4, r10 @ this thread owns the hw context? 101 @ For UP, checking that this thread owns the hw context is
|
/Linux-v4.19/Documentation/devicetree/bindings/gpio/ |
D | gpio-nmk.txt | 17 - gpio-bank : Specifies which bank a controller owns.
|
D | microchip,pic32-gpio.txt | 22 - microchip,gpio-bank: Specifies which bank a controller owns.
|
/Linux-v4.19/arch/arm/kernel/ |
D | iwmmxt.S | 92 str r0, [r3] @ this task now owns Concan regs 268 1: @ this task owns Concan regs -- grab a copy from there 335 teq r2, r3 @ next task owns it?
|
/Linux-v4.19/Documentation/block/ |
D | pr.txt | 27 Only the initiator that owns the reservation can write to the 32 Only the initiator that owns the reservation can access the
|
/Linux-v4.19/Documentation/devicetree/bindings/i2c/ |
D | nvidia,tegra186-bpmp-i2c.txt | 3 In Tegra186, the BPMP (Boot and Power Management Processor) owns certain HW
|
/Linux-v4.19/Documentation/filesystems/ |
D | hfsplus.txt | 20 Specifies the user/group that owns all files on the filesystem
|
D | hfs.txt | 24 Specifies the user/group that owns all files on the filesystems.
|
/Linux-v4.19/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
|
/Linux-v4.19/arch/arm/mach-ep93xx/ |
D | crunch-bits.S | 85 str r0, [r3] @ this task now owns crunch 275 1: @ this task owns crunch regs -- grab a copy from there
|
/Linux-v4.19/Documentation/i2c/busses/ |
D | i2c-sis96x | 42 chipsets as well: 635, and 635T. If anyone owns a board with those chips
|
/Linux-v4.19/Documentation/ |
D | pi-futex.txt | 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
|
D | parport-lowlevel.txt | 647 A return value of zero indicates that the caller still owns the port 651 the caller still owns the port and the call blocked. 653 A return value of -EAGAIN indicates that the caller no longer owns the
|
D | hwspinlock.txt | 369 * @bank: the hwspinlock_device structure which owns this lock
|
/Linux-v4.19/Documentation/core-api/ |
D | local_ops.rst | 40 CPU which owns the data. Therefore, care must taken to make sure that only one 122 relatively to other memory writes happening on the CPU that owns the data::
|
/Linux-v4.19/Documentation/devicetree/bindings/mmc/ |
D | marvell,xenon-sdhci.txt | 6 Each SDHC is independent and owns independent resources, such as register sets,
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-rapidio | 95 device that that owns this attribute
|
/Linux-v4.19/drivers/staging/unisys/Documentation/ |
D | overview.txt | 230 partition that owns the shared SCSI adapter, using a channel between the 262 partition that owns the shared network interface, using a channel
|
/Linux-v4.19/fs/reiserfs/ |
D | README | 85 funding for the first 5.5 years, and one of the programmers. He owns
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | msr.txt | 239 preempted: indicate the vCPU who owns this struct is running or
|
/Linux-v4.19/Documentation/powerpc/ |
D | cxl.txt | 60 who owns that acceleration function.
|
/Linux-v4.19/Documentation/vm/ |
D | hugetlbfs_reserv.rst | 137 to indicate this VMA owns the reservations. 349 map of the owner. Since the owner created the mapping, the owner owns all
|
/Linux-v4.19/Documentation/networking/ |
D | vrf.txt | 117 owns the port across all VRF domains within the network namespace.
|
12