/Linux-v5.4/arch/x86/kernel/cpu/mce/ |
D | intel.c | 154 unsigned long flags, *owned; in cmci_toggle_interrupt_mode() local 159 owned = this_cpu_ptr(mce_banks_owned); in cmci_toggle_interrupt_mode() 160 for_each_set_bit(bank, owned, MAX_NR_BANKS) { in cmci_toggle_interrupt_mode() 266 unsigned long *owned = (void *)this_cpu_ptr(&mce_banks_owned); in cmci_discover() local 276 if (test_bit(i, owned)) in cmci_discover() 287 clear_bit(i, owned); in cmci_discover() 311 set_bit(i, owned); in cmci_discover()
|
/Linux-v5.4/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 …]
|
/Linux-v5.4/drivers/staging/media/imx/ |
D | TODO | 27 1. If a port owned by a device in the graph has endpoint nodes, the 32 a single output port node, but which define multiple pads owned 43 2. Every endpoint of a port owned by a device in the graph is treated
|
/Linux-v5.4/drivers/char/tpm/ |
D | tpm-sysfs.c | 184 sizeof(cap.owned))) in owned_show() 187 rc = sprintf(buf, "%d\n", cap.owned); in owned_show() 192 static DEVICE_ATTR_RO(owned);
|
/Linux-v5.4/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
|
/Linux-v5.4/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.
|
/Linux-v5.4/Documentation/filesystems/ |
D | omfs.txt | 32 uid=n - make all files owned by specified user 33 gid=n - make all files owned by specified group
|
D | isofs.txt | 4 uid=nnn All files in the partition will be owned by user id nnn.
|
D | adfs.txt | 4 uid=nnn All files in the partition will be owned by
|
D | befs.txt | 94 uid=nnn All files in the partition will be owned by user id nnn.
|
D | affs.txt | 106 they will be owned by root. The root directory (the mount point) of the 107 Amiga filesystem will be owned by the user who actually mounts the
|
/Linux-v5.4/fs/erofs/ |
D | zdata.c | 960 z_erofs_next_pcluster_t owned = io->head; in z_erofs_vle_unzip_all() local 962 while (owned != Z_EROFS_PCLUSTER_TAIL_CLOSED) { in z_erofs_vle_unzip_all() 966 DBG_BUGON(owned == Z_EROFS_PCLUSTER_TAIL); in z_erofs_vle_unzip_all() 969 DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL); in z_erofs_vle_unzip_all() 971 pcl = container_of(owned, struct z_erofs_pcluster, next); in z_erofs_vle_unzip_all() 972 owned = READ_ONCE(pcl->next); in z_erofs_vle_unzip_all()
|
/Linux-v5.4/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
|
/Linux-v5.4/include/net/ |
D | sock.h | 97 int owned; member 1488 if (sk->sk_lock.owned) { in sock_release_ownership() 1489 sk->sk_lock.owned = 0; in sock_release_ownership() 1505 sk->sk_lock.owned = 0; \ 1581 return sk->sk_lock.owned; in sock_owned_by_user() 1586 return sk->sk_lock.owned; in sock_owned_by_user_nocheck() 1594 return !sk->sk_lock.owned && !spin_is_locked(&sk->sk_lock.slock); in sock_allow_reclassification()
|
/Linux-v5.4/net/llc/ |
D | llc_proc.c | 198 !!sk->sk_backlog.tail, !!sk->sk_lock.owned); in llc_seq_core_show()
|
/Linux-v5.4/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smsm.txt | 7 certain bit owned by a certain remote processor.
|
/Linux-v5.4/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
|
/Linux-v5.4/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
|
/Linux-v5.4/Documentation/devicetree/bindings/pci/ |
D | nvidia,tegra194-pcie.txt | 108 if the platform has one such slot. (Ex:- x16 slot owned by C5 controller 111 if the platform has one such slot. (Ex:- x16 slot owned by C5 controller
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | ima_policy | 89 policy appraises all files owned by root.
|
/Linux-v5.4/Documentation/devicetree/bindings/devfreq/ |
D | exynos-bus.txt | 12 The each AXI bus has the owned source clock but, has not the only owned
|
/Linux-v5.4/Documentation/driver-api/ |
D | sync_file.rst | 80 The returned reference is owned by the caller and must be disposed of
|
/Linux-v5.4/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
|
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
D | rdma.rst | 53 always owned by the creator cgroup css. This allows process migration from one
|
/Linux-v5.4/Documentation/networking/ |
D | lapb-module.txt | 175 is successful then the skbuff is owned by the LAPB module and may not be 188 is owned by the LAPB module and may not be used by the device driver again.
|