Home
last modified time | relevance | path

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

1234

/Linux-v5.10/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-v5.10/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()
752 int owned; in qib_sd7220_ram_xfer() local
779 owned = epb_access(dd, sdnum, 1); in qib_sd7220_ram_xfer()
[all …]
/Linux-v5.10/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.h126 __u8 owned; member
/Linux-v5.10/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-v5.10/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-v5.10/Documentation/filesystems/
Domfs.rst37 uid=n make all files owned by specified user
38 gid=n make all files owned by specified group
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-v5.10/fs/erofs/
Dzdata.c944 z_erofs_next_pcluster_t owned = io->head; in z_erofs_decompress_queue() local
946 while (owned != Z_EROFS_PCLUSTER_TAIL_CLOSED) { in z_erofs_decompress_queue()
950 DBG_BUGON(owned == Z_EROFS_PCLUSTER_TAIL); in z_erofs_decompress_queue()
953 DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_queue()
955 pcl = container_of(owned, struct z_erofs_pcluster, next); in z_erofs_decompress_queue()
956 owned = READ_ONCE(pcl->next); in z_erofs_decompress_queue()
/Linux-v5.10/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-v5.10/drivers/gpu/drm/nouveau/dispnv50/
Dcrc.c365 !(BIT(asyh->crc.wndw) & asyh->wndw.owned)) { in nv50_crc_atomic_check_head()
366 if (!asyh->wndw.owned) { in nv50_crc_atomic_check_head()
379 asyh->crc.wndw = ffs(asyh->wndw.owned) - 1; in nv50_crc_atomic_check_head()
Datom.h24 u32 owned; member
/Linux-v5.10/include/net/
Dsock.h97 int owned; member
1542 if (sk->sk_lock.owned) { in sock_release_ownership()
1543 sk->sk_lock.owned = 0; in sock_release_ownership()
1559 sk->sk_lock.owned = 0; \
1635 return sk->sk_lock.owned; in sock_owned_by_user()
1640 return sk->sk_lock.owned; in sock_owned_by_user_nocheck()
1648 return !sk->sk_lock.owned && !spin_is_locked(&sk->sk_lock.slock); in sock_allow_reclassification()
/Linux-v5.10/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smsm.txt7 certain bit owned by a certain remote processor.
/Linux-v5.10/net/llc/
Dllc_proc.c198 !!sk->sk_backlog.tail, !!sk->sk_lock.owned); in llc_seq_core_show()
/Linux-v5.10/Documentation/devicetree/bindings/devfreq/
Dexynos-bus.txt12 The each AXI bus has the owned source clock but, has not the only owned
/Linux-v5.10/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-v5.10/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-v5.10/Documentation/ABI/testing/
Dima_policy100 policy appraises all files owned by root.
/Linux-v5.10/Documentation/driver-api/
Dsync_file.rst80 The returned reference is owned by the caller and must be disposed of
/Linux-v5.10/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-v5.10/Documentation/devicetree/bindings/pci/
Dnvidia,tegra194-pcie.txt124 if the platform has one such slot. (Ex:- x16 slot owned by C5 controller
127 if the platform has one such slot. (Ex:- x16 slot owned by C5 controller

1234