Home
last modified time | relevance | path

Searched refs:owns (Results 1 – 25 of 35) sorted by relevance

12

/Linux-v4.19/drivers/gpu/vga/
Dvgaarb.c65 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/
Drt-mutex-design.txt36 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/
Dvfphw.S99 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/
Dgpio-nmk.txt17 - gpio-bank : Specifies which bank a controller owns.
Dmicrochip,pic32-gpio.txt22 - microchip,gpio-bank: Specifies which bank a controller owns.
/Linux-v4.19/arch/arm/kernel/
Diwmmxt.S92 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/
Dpr.txt27 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/
Dnvidia,tegra186-bpmp-i2c.txt3 In Tegra186, the BPMP (Boot and Power Management Processor) owns certain HW
/Linux-v4.19/Documentation/filesystems/
Dhfsplus.txt20 Specifies the user/group that owns all files on the filesystem
Dhfs.txt24 Specifies the user/group that owns all files on the filesystems.
/Linux-v4.19/Documentation/gpu/
Dvgaarbiter.rst44 "<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/
Dcrunch-bits.S85 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/
Di2c-sis96x42 chipsets as well: 635, and 635T. If anyone owns a board with those chips
/Linux-v4.19/Documentation/
Dpi-futex.txt93 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
Dparport-lowlevel.txt647 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
Dhwspinlock.txt369 * @bank: the hwspinlock_device structure which owns this lock
/Linux-v4.19/Documentation/core-api/
Dlocal_ops.rst40 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/
Dmarvell,xenon-sdhci.txt6 Each SDHC is independent and owns independent resources, such as register sets,
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-rapidio95 device that that owns this attribute
/Linux-v4.19/drivers/staging/unisys/Documentation/
Doverview.txt230 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/
DREADME85 funding for the first 5.5 years, and one of the programmers. He owns
/Linux-v4.19/Documentation/virtual/kvm/
Dmsr.txt239 preempted: indicate the vCPU who owns this struct is running or
/Linux-v4.19/Documentation/powerpc/
Dcxl.txt60 who owns that acceleration function.
/Linux-v4.19/Documentation/vm/
Dhugetlbfs_reserv.rst137 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/
Dvrf.txt117 owns the port across all VRF domains within the network namespace.

12