Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/arm/mm/
Dcache-v6.S206 ldrb r2, [r0] @ read for ownership
207 strb r2, [r0] @ write for ownership
218 ldrneb r2, [r1, #-1] @ read for ownership
219 strneb r2, [r1, #-1] @ write for ownership
236 ldrlo r2, [r0] @ read for ownership
237 strlo r2, [r0] @ write for ownership
253 ldr r2, [r0] @ read for ownership
274 ldrb r2, [r0] @ read for ownership
275 strb r2, [r0] @ write for ownership
287 ldrlob r2, [r0] @ read for ownership
[all …]
/Linux-v4.19/drivers/staging/gasket/
Dgasket_core.c143 return (info->ownership.is_owned && in gasket_owned_by_current_tgid()
144 (info->ownership.owner == current->tgid)); in gasket_owned_by_current_tgid()
551 gasket_dev->dev_info.ownership.is_owned); in gasket_sysfs_data_show()
555 gasket_dev->dev_info.ownership.owner); in gasket_sysfs_data_show()
559 gasket_dev->dev_info.ownership.write_open_count); in gasket_sysfs_data_show()
1176 struct gasket_ownership *ownership; in gasket_open() local
1185 ownership = &dev_info->ownership; in gasket_open()
1206 ownership->owner, ownership->write_open_count); in gasket_open()
1209 if (ownership->is_owned && ownership->owner != current->tgid && in gasket_open()
1213 current->tgid, ownership->owner); in gasket_open()
[all …]
Dgasket_core.h178 struct gasket_ownership ownership; member
/Linux-v4.19/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.
Dperf-diff.txt82 Don't do ownership validation.
/Linux-v4.19/fs/hfsplus/
DKconfig13 style features such as file ownership and permissions.
/Linux-v4.19/arch/arm/vfp/
Dvfphw.S106 @ thread wants ownership of the VFP hardware, save the old
136 @ This thread has ownership of the current hardware context.
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-prepare-buf.rst36 pass ownership of the buffer to the driver before actually enqueuing it,
/Linux-v4.19/Documentation/cgroup-v1/
Drdma.txt53 to other cgroup without major complexity of transferring resource ownership;
54 because such ownership is not really present due to shared nature of
/Linux-v4.19/Documentation/hid/
Dintel-ish-hid.txt190 and DMA_XFER_ACK act as ownership indicators.
193 FW), DMA_XFER transfers ownership on the region that contains ISHTP message to
194 the receiving side, DMA_XFER_ACK returns ownership to the sender. A sender
196 as long as remaining continuous memory in its ownership is enough.
/Linux-v4.19/Documentation/locking/
Dlocktorture.txt29 ownership (writers). The default value is twice the number
33 ownership (readers). The default is the same amount of writer
/Linux-v4.19/arch/arm/kernel/
Diwmmxt.S108 teq r1, #0 @ test for last ownership
363 streq r0, [r3] @ then clear ownership
/Linux-v4.19/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-v4.19/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
165 The Completion Ring is used transfer ownership of UMEM frames from
/Linux-v4.19/LICENSES/other/
DMPL-1.187 contract or otherwise, or (b) ownership of more than fifty percent
88 (50%) of the outstanding shares or beneficial ownership of such
188 origin or ownership of the Covered Code.
227 for the Source Code where You describe recipients' rights or ownership
249 Code or ownership rights under a license of Your choice, which may
DApache-2.030 entity, whether by contract or otherwise, or (ii) ownership of fifty
32 ownership of such entity.
/Linux-v4.19/Documentation/networking/caif/
DLinux-CAIF.txt72 - When receiving / transmitting CAIF Packets (cfpkt), ownership is passed
/Linux-v4.19/arch/arm/mach-ep93xx/
Dcrunch-bits.S92 teq r1, #0 @ test for last ownership
/Linux-v4.19/drivers/char/tpm/
Dtpm.h321 u8 ownership; member
/Linux-v4.19/Documentation/isdn/
DINTERFACE.CAPI140 If the method returns 0 (CAPI_NOERROR) the driver has taken ownership
142 non-zero (error) value then ownership of the skb returns to the caller

12