Home
last modified time | relevance | path

Searched refs:ownership (Results 1 – 25 of 51) sorted by relevance

123

/Linux-v5.4/arch/arm/mm/
Dcache-v6.S203 ldrb r2, [r0] @ read for ownership
204 strb r2, [r0] @ write for ownership
215 ldrbne r2, [r1, #-1] @ read for ownership
216 strbne r2, [r1, #-1] @ write for ownership
233 ldrlo r2, [r0] @ read for ownership
234 strlo r2, [r0] @ write for ownership
250 ldr r2, [r0] @ read for ownership
271 ldrb r2, [r0] @ read for ownership
272 strb r2, [r0] @ write for ownership
284 ldrblo r2, [r0] @ read for ownership
[all …]
/Linux-v5.4/drivers/staging/gasket/
Dgasket_core.c138 return (info->ownership.is_owned && in gasket_owned_by_current_tgid()
139 (info->ownership.owner == current->tgid)); in gasket_owned_by_current_tgid()
545 gasket_dev->dev_info.ownership.is_owned); in gasket_sysfs_data_show()
549 gasket_dev->dev_info.ownership.owner); in gasket_sysfs_data_show()
553 gasket_dev->dev_info.ownership.write_open_count); in gasket_sysfs_data_show()
1168 struct gasket_ownership *ownership; in gasket_open() local
1177 ownership = &dev_info->ownership; in gasket_open()
1198 ownership->owner, ownership->write_open_count); in gasket_open()
1201 if (ownership->is_owned && ownership->owner != current->tgid && in gasket_open()
1205 current->tgid, ownership->owner); in gasket_open()
[all …]
Dgasket_core.h170 struct gasket_ownership ownership; member
/Linux-v5.4/tools/perf/Documentation/
Djit-interface.txt15 The ownership of the file has to match the process.
Dperf-buildid-list.txt32 Don't do ownership validation.
Dperf-kmem.txt30 Don't do ownership validation
Dperf-mem.txt37 Don't do ownership validation
Dperf-annotate.txt36 Don't do ownership validation.
/Linux-v5.4/fs/hfsplus/
DKconfig14 style features such as file ownership and permissions.
/Linux-v5.4/arch/arm/vfp/
Dvfphw.S103 @ thread wants ownership of the VFP hardware, save the old
133 @ This thread has ownership of the current hardware context.
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Drdma.rst54 to other cgroup without major complexity of transferring resource ownership;
55 because such ownership is not really present due to shared nature of
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-prepare-buf.rst43 pass ownership of the buffer to the driver before actually enqueuing it,
/Linux-v5.4/Documentation/locking/
Dlocktorture.rst35 ownership (writers). The default value is twice the number
40 ownership (readers). The default is the same amount of writer
/Linux-v5.4/Documentation/hid/
Dintel-ish-hid.rst207 and DMA_XFER_ACK act as ownership indicators.
210 FW), DMA_XFER transfers ownership on the region that contains ISHTP message to
211 the receiving side, DMA_XFER_ACK returns ownership to the sender. A sender
213 as long as remaining continuous memory in its ownership is enough.
/Linux-v5.4/arch/arm/kernel/
Diwmmxt.S105 teq r1, #0 @ test for last ownership
360 streq r0, [r3] @ then clear ownership
/Linux-v5.4/Documentation/ABI/stable/
Dsysfs-class-tpm84 indicates that ownership hasn't been taken.
114 key if possible. If the TPM has had ownership established and
Dsysfs-bus-firewire38 Users: udev rules to set ownership and access permissions or ACLs of
/Linux-v5.4/Documentation/networking/
Daf_xdp.rst117 to transfer ownership of UMEM frames between the kernel and the
149 The Fill ring is used to transfer ownership of UMEM frames from
167 The Completion Ring is used transfer ownership of UMEM frames from
/Linux-v5.4/LICENSES/dual/
DMPL-1.191 contract or otherwise, or (b) ownership of more than fifty percent
92 (50%) of the outstanding shares or beneficial ownership of such
192 origin or ownership of the Covered Code.
231 for the Source Code where You describe recipients' rights or ownership
253 Code or ownership rights under a license of Your choice, which may
DApache-2.034 entity, whether by contract or otherwise, or (ii) ownership of fifty
36 ownership of such entity.
/Linux-v5.4/drivers/char/tpm/
Dtpm.h220 u8 ownership; member
/Linux-v5.4/Documentation/networking/caif/
DLinux-CAIF.txt72 - When receiving / transmitting CAIF Packets (cfpkt), ownership is passed
/Linux-v5.4/arch/arm/mach-ep93xx/
Dcrunch-bits.S89 teq r1, #0 @ test for last ownership
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-i3c13 the time this file is read. Note that bus ownership can change
/Linux-v5.4/Documentation/process/
D1.Intro.rst244 original ownership; as a result, the kernel now has thousands of owners.
246 One implication of this ownership structure is that any attempt to change

123