/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
D | intel.c | 157 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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
D | qib_sd7220.c | 556 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 …]
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
D | tpm-sysfs.c | 173 sizeof(cap.owned))) in owned_show() 176 rc = sprintf(buf, "%d\n", cap.owned); in owned_show() 181 static DEVICE_ATTR_RO(owned);
|
D | tpm.h | 126 __u8 owned; member
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
D | README | 8 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
|
/kernel/linux/linux-5.10/usr/ |
D | Kconfig | 40 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.
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | omfs.rst | 37 uid=n make all files owned by specified user 38 gid=n make all files owned by specified group
|
D | isofs.rst | 11 uid=nnn All files in the partition will be owned by user id nnn.
|
D | befs.rst | 103 uid=nnn All files in the partition will be owned by user id nnn.
|
D | adfs.rst | 35 uid=nnn All files in the partition will be owned by
|
D | affs.rst | 125 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
|
/kernel/linux/linux-5.10/fs/erofs/ |
D | zdata.c | 943 z_erofs_next_pcluster_t owned = io->head; in z_erofs_decompress_queue() local 945 while (owned != Z_EROFS_PCLUSTER_TAIL_CLOSED) { in z_erofs_decompress_queue() 949 DBG_BUGON(owned == Z_EROFS_PCLUSTER_TAIL); in z_erofs_decompress_queue() 952 DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_queue() 954 pcl = container_of(owned, struct z_erofs_pcluster, next); in z_erofs_decompress_queue() 955 owned = READ_ONCE(pcl->next); in z_erofs_decompress_queue()
|
/kernel/linux/linux-5.10/Documentation/locking/ |
D | rt-mutex-design.rst | 47 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
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | crc.c | 365 !(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()
|
D | atom.h | 24 u32 owned; member
|
/kernel/linux/linux-5.10/include/net/ |
D | sock.h | 100 int owned; member 1581 if (sk->sk_lock.owned) { in sock_release_ownership() 1582 sk->sk_lock.owned = 0; in sock_release_ownership() 1598 sk->sk_lock.owned = 0; \ 1674 return sk->sk_lock.owned; in sock_owned_by_user() 1679 return sk->sk_lock.owned; in sock_owned_by_user_nocheck() 1687 return !sk->sk_lock.owned && !spin_is_locked(&sk->sk_lock.slock); in sock_allow_reclassification()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smsm.txt | 7 certain bit owned by a certain remote processor.
|
/kernel/linux/linux-5.10/net/llc/ |
D | llc_proc.c | 198 !!sk->sk_backlog.tail, !!sk->sk_lock.owned); in llc_seq_core_show()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/LSM/ |
D | SafeSetID.rst | 76 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
|
/kernel/linux/linux-5.10/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 78 What: /sys/class/tpm/tpmX/device/owned 82 Description: The "owned" property produces a '1' if the TPM_TakeOwnership
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/devfreq/ |
D | exynos-bus.txt | 12 The each AXI bus has the owned source clock but, has not the only owned
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | ima_policy | 100 policy appraises all files owned by root.
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | sync_file.rst | 80 The returned reference is owned by the caller and must be disposed of
|
/kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/ |
D | fs.rst | 211 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
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pci/ |
D | nvidia,tegra194-pcie.txt | 124 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
|