Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/pci/
Dvgaarb.c47 unsigned int owns; /* what does it owns */ member
230 vgaarb_dbg(dev, "%s: owns: %d\n", __func__, vgadev->owns); in __vga_tryget()
233 wants = rsrc & ~vgadev->owns; in __vga_tryget()
276 match = lwants & conflict->owns; in __vga_tryget()
304 conflict->owns &= ~match; in __vga_tryget()
308 conflict->owns &= ~VGA_RSRC_NORMAL_MEM; in __vga_tryget()
310 conflict->owns &= ~VGA_RSRC_NORMAL_IO; in __vga_tryget()
334 vgadev->owns |= wants; in __vga_tryget()
637 (boot_vga->owns & VGA_RSRC_LEGACY_MASK) == VGA_RSRC_LEGACY_MASK) in vga_is_boot_device()
640 if ((vgadev->owns & VGA_RSRC_LEGACY_MASK) == VGA_RSRC_LEGACY_MASK) in vga_is_boot_device()
[all …]
/Linux-v6.1/Documentation/locking/
Drt-mutex-design.rst37 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 …]
Dpi-futex.rst93 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-v6.1/arch/arm/vfp/
Dvfphw.S92 cmp r4, r10 @ this thread owns the hw context?
94 @ For UP, checking that this thread owns the hw context is
/Linux-v6.1/arch/arm/kernel/
Diwmmxt.S90 str r0, [r3] @ this task now owns Concan regs
266 1: @ this task owns Concan regs -- grab a copy from there
333 teq r2, r3 @ next task owns it?
/Linux-v6.1/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-v6.1/Documentation/block/
Dpr.rst26 Only the initiator that owns the reservation can write to the
30 Only the initiator that owns the reservation can access the
/Linux-v6.1/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-v6.1/Documentation/filesystems/
Dhfsplus.rst22 Specifies the user/group that owns all files on the filesystem
Dhfs.rst29 Specifies the user/group that owns all files on the filesystems.
/Linux-v6.1/Documentation/i2c/busses/
Di2c-sis96x.rst47 chipsets as well: 635, and 635T. If anyone owns a board with those chips
/Linux-v6.1/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-v6.1/Documentation/admin-guide/LSM/
DSafeSetID.rst75 Linux checks for capabilities based off of the user namespace that "owns" some
80 that owns the network namespace -- not necessarily the user namespace under
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-i3c12 Expose the master that owns the bus (<bus-id>-<master-pid>) at
Dsysfs-bus-rapidio98 device that that owns this attribute
/Linux-v6.1/Documentation/networking/
Dpage_pool.rst79 the allocator owns the page and will try to recycle it in one of the pool
/Linux-v6.1/Documentation/driver-api/
Dparport-lowlevel.rst647 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
/Linux-v6.1/fs/reiserfs/
DREADME85 funding for the first 5.5 years, and one of the programmers. He owns
/Linux-v6.1/Documentation/fpga/
Ddfl.rst329 #. The PF owns all AFU ports by default. Any port that needs to be
334 to enable SRIOV and VFs. Each VF owns only one Port with AFU.
/Linux-v6.1/Documentation/bpf/
Dringbuf.rst164 Each time a record is reserved, producer that "owns" the record will
/Linux-v6.1/Documentation/virt/kvm/x86/
Dmsr.rst302 indicate the vCPU who owns this struct is running or
/Linux-v6.1/Documentation/powerpc/
Dcxl.rst63 who owns that acceleration function.
/Linux-v6.1/Documentation/mm/
Dhugetlbfs_reserv.rst137 to indicate this VMA owns the reservations.
350 map of the owner. Since the owner created the mapping, the owner owns all
/Linux-v6.1/Documentation/filesystems/ext4/
Dinodes.rst70 value and this field contains the number of the inode that owns the

12