Searched refs:ownership (Results 1 – 25 of 47) sorted by relevance
12
/Linux-v4.19/arch/arm/mm/ |
D | cache-v6.S | 206 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/ |
D | gasket_core.c | 143 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 …]
|
D | gasket_core.h | 178 struct gasket_ownership ownership; member
|
/Linux-v4.19/tools/perf/Documentation/ |
D | jit-interface.txt | 15 The ownership of the file has to match the process.
|
D | perf-buildid-list.txt | 32 Don't do ownership validation.
|
D | perf-kmem.txt | 30 Don't do ownership validation
|
D | perf-mem.txt | 37 Don't do ownership validation
|
D | perf-annotate.txt | 36 Don't do ownership validation.
|
D | perf-diff.txt | 82 Don't do ownership validation.
|
/Linux-v4.19/fs/hfsplus/ |
D | Kconfig | 13 style features such as file ownership and permissions.
|
/Linux-v4.19/arch/arm/vfp/ |
D | vfphw.S | 106 @ 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/ |
D | vidioc-prepare-buf.rst | 36 pass ownership of the buffer to the driver before actually enqueuing it,
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | rdma.txt | 53 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/ |
D | intel-ish-hid.txt | 190 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/ |
D | locktorture.txt | 29 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/ |
D | iwmmxt.S | 108 teq r1, #0 @ test for last ownership 363 streq r0, [r3] @ then clear ownership
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 84 indicates that ownership hasn't been taken. 114 key if possible. If the TPM has had ownership established and
|
D | sysfs-bus-firewire | 38 Users: udev rules to set ownership and access permissions or ACLs of
|
/Linux-v4.19/Documentation/networking/ |
D | af_xdp.rst | 117 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/ |
D | MPL-1.1 | 87 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
|
D | Apache-2.0 | 30 entity, whether by contract or otherwise, or (ii) ownership of fifty 32 ownership of such entity.
|
/Linux-v4.19/Documentation/networking/caif/ |
D | Linux-CAIF.txt | 72 - When receiving / transmitting CAIF Packets (cfpkt), ownership is passed
|
/Linux-v4.19/arch/arm/mach-ep93xx/ |
D | crunch-bits.S | 92 teq r1, #0 @ test for last ownership
|
/Linux-v4.19/drivers/char/tpm/ |
D | tpm.h | 321 u8 ownership; member
|
/Linux-v4.19/Documentation/isdn/ |
D | INTERFACE.CAPI | 140 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