Home
last modified time | relevance | path

Searched refs:owned (Results 1 – 25 of 76) sorted by relevance

1234

/linux-6.1.9/rust/alloc/
Dborrow.rs284 Owned(ref mut owned) => owned, in to_mut()
287 Owned(ref mut owned) => owned, in to_mut()
329 Owned(owned) => owned, in into_owned()
345 Owned(ref owned) => owned.borrow(), in deref()
/linux-6.1.9/arch/x86/kernel/cpu/mce/
Dintel.c157 unsigned long flags, *owned; in cmci_toggle_interrupt_mode() local
162 owned = this_cpu_ptr(mce_banks_owned); in cmci_toggle_interrupt_mode()
163 for_each_set_bit(bank, owned, MAX_NR_BANKS) { in cmci_toggle_interrupt_mode()
269 unsigned long *owned = (void *)this_cpu_ptr(&mce_banks_owned); in cmci_discover() local
279 if (test_bit(i, owned)) in cmci_discover()
290 clear_bit(i, owned); in cmci_discover()
314 set_bit(i, owned); in cmci_discover()
/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_sd7220.c556 int owned = 0; in epb_access() local
585 owned = !!(accval & EPB_ACC_GNT); in epb_access()
601 owned = -1; in epb_access()
613 owned = -1; in epb_access()
615 return owned; in epb_access()
661 int owned; in qib_sd7220_reg_mod() local
685 owned = epb_access(dd, sdnum, 1); in qib_sd7220_reg_mod()
686 if (owned < 0) { in qib_sd7220_reg_mod()
751 int owned; in qib_sd7220_ram_xfer() local
778 owned = epb_access(dd, sdnum, 1); in qib_sd7220_ram_xfer()
[all …]
/linux-6.1.9/fs/reiserfs/
DREADME8 files are licensed under the GPL. The portions of them owned by Hans
12 want it to be owned by Hans Reiser, put your copyright label on that
14 All portions of governed files not labeled otherwise are owned by Hans
19 to license code labeled as owned by you on your behalf other than
108 for all salaries from my dayjob I owned all copyrights, and you can't
/linux-6.1.9/drivers/char/tpm/
Dtpm-sysfs.c173 sizeof(cap.owned))) in owned_show()
176 rc = sprintf(buf, "%d\n", cap.owned); in owned_show()
181 static DEVICE_ATTR_RO(owned);
Dtpm.h127 __u8 owned; member
/linux-6.1.9/usr/
DKconfig40 If INITRAMFS_SOURCE points to a directory, files owned by this UID
41 (-1 = current user) will be owned by root in the resulting image.
50 If INITRAMFS_SOURCE points to a directory, files owned by this GID
51 (-1 = current group) will be owned by root in the resulting image.
/linux-6.1.9/Documentation/filesystems/
Domfs.rst37 uid=n make all files owned by specified user
38 gid=n make all files owned by specified group
Didmappings.rst177 owned by ``u1000``:
234 ``u0:k20000:r10000`` and it reads a file owned by ``u1000`` from disk. This
246 Consequently the user would see that this file is owned by ``u4000``.
574 ``dir`` and all files below it would continue to appear owned by the overflowid
582 owned by ``u1000``. At uni or at work they may have another login id such as
663 Assume a file owned by ``u1000`` is read from disk. The filesystem maps this id
715 also be reported as being owned by ``u1000`` and vica versa.
856 filesystem's idmapping via the mount's idmapping. The file is now owned by
881 are owned by ``u1000`` whereas at uni or work they have login id ``u1125``.
886 mix of files and directories owned by ``u1000`` and ``u1125``.
[all …]
Disofs.rst11 uid=nnn All files in the partition will be owned by user id nnn.
Dadfs.rst35 uid=nnn All files in the partition will be owned by
Dbefs.rst103 uid=nnn All files in the partition will be owned by user id nnn.
Daffs.rst125 they will be owned by root. The root directory (the mount point) of the
126 Amiga filesystem will be owned by the user who actually mounts the
/linux-6.1.9/Documentation/locking/
Drt-mutex-design.rst47 grab lock L1 (owned by C)
65 process blocks on a lock owned by the current process. To make this easier
68 This time, when A blocks on the lock owned by C, C would inherit the priority
209 a tree of all top waiters of the mutexes that are owned by the process.
211 blocked on mutexes owned by the process.
214 is waiting on a mutex that is owned by the task. So if the task has
305 mutex is not owned, this owner is set to NULL. Since all architectures
357 priority process that is waiting any of mutexes owned by the task. Since
372 process has just blocked on a mutex owned by the task, rt_mutex_adjust_prio
376 always contains the highest priority task that is waiting on a mutex owned
/linux-6.1.9/fs/erofs/
Dzdata.c1145 z_erofs_next_pcluster_t owned = io->head; in z_erofs_decompress_queue() local
1147 while (owned != Z_EROFS_PCLUSTER_TAIL_CLOSED) { in z_erofs_decompress_queue()
1149 DBG_BUGON(owned == Z_EROFS_PCLUSTER_TAIL); in z_erofs_decompress_queue()
1151 DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_queue()
1153 be.pcl = container_of(owned, struct z_erofs_pcluster, next); in z_erofs_decompress_queue()
1154 owned = READ_ONCE(be.pcl->next); in z_erofs_decompress_queue()
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/
Datom.h24 u32 owned; member
/linux-6.1.9/Documentation/devicetree/bindings/interconnect/
Dsamsung,exynos-bus.yaml23 The each AXI bus has the owned source clock but, has not the only owned power
/linux-6.1.9/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smsm.yaml19 certain bit owned by a certain remote processor.
/linux-6.1.9/Documentation/ABI/stable/
Dsysfs-class-tpm78 What: /sys/class/tpm/tpmX/device/owned
82 Description: The "owned" property produces a '1' if the TPM_TakeOwnership
/linux-6.1.9/Documentation/admin-guide/LSM/
DSafeSetID.rst76 entity. For example, Linux has the notion that network namespaces are owned by
82 effectively prevents it from accessing the network namespace owned by the
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-driver-intel_sdsi20 EBUSY Mailbox is owned by another agent.
/linux-6.1.9/Documentation/virt/acrn/
Dio-request.rst81 An I/O request in COMPLETE or FREE state is owned by the hypervisor. HSM and
/linux-6.1.9/Documentation/devicetree/bindings/pci/
Dnvidia,tegra194-pcie.yaml178 if the platform has one such slot, e.g., x16 slot owned by C5 controller
183 if the platform has one such slot, e.g., x16 slot owned by C5 controller
/linux-6.1.9/Documentation/admin-guide/sysctl/
Dfs.rst211 in world writable sticky directories, unless they are owned by the
250 owned by the owner of the directory.
285 owned by the current user and no security is applied. This is
/linux-6.1.9/Documentation/driver-api/
Dsync_file.rst80 The returned reference is owned by the caller and must be disposed of

1234