/Linux-v4.19/arch/x86/kernel/cpu/mcheck/ |
D | mce_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-v4.19/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-v4.19/drivers/char/tpm/ |
D | tpm-sysfs.c | 171 sizeof(cap.owned)); in owned_show() 175 rc = sprintf(buf, "%d\n", cap.owned); in owned_show() 178 static DEVICE_ATTR_RO(owned);
|
/Linux-v4.19/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-v4.19/drivers/staging/media/imx/ |
D | TODO | 42 owned by the V4L2 subdevice that is bound to the port's parent. 46 a single output port node, but which define multiple pads owned
|
/Linux-v4.19/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-v4.19/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-v4.19/Documentation/locking/ |
D | rt-mutex-design.txt | 46 grab lock L1 (owned by C) 64 process blocks on a lock owned by the current process. To make this easier 67 This time, when A blocks on the lock owned by C, C would inherit the priority 199 a tree of all top waiters of the mutexes that are owned by the process. 201 blocked on mutexes owned by the process. 204 is waiting on a mutex that is owned by the task. So if the task has 295 mutex is not owned, this owner is set to NULL. Since all architectures 347 priority process that is waiting any of mutexes owned by the task. Since 361 process has just blocked on a mutex owned by the task, rt_mutex_adjust_prio 365 always contains the highest priority task that is waiting on a mutex owned
|
/Linux-v4.19/drivers/staging/erofs/ |
D | unzip_vle.c | 1005 z_erofs_vle_owned_workgrp_t owned = io->head; in z_erofs_vle_unzip_all() local 1007 while (owned != Z_EROFS_VLE_WORKGRP_TAIL_CLOSED) { in z_erofs_vle_unzip_all() 1011 DBG_BUGON(owned == Z_EROFS_VLE_WORKGRP_TAIL); in z_erofs_vle_unzip_all() 1014 DBG_BUGON(owned == Z_EROFS_VLE_WORKGRP_NIL); in z_erofs_vle_unzip_all() 1016 grp = owned; in z_erofs_vle_unzip_all() 1017 owned = READ_ONCE(grp->next); in z_erofs_vle_unzip_all()
|
/Linux-v4.19/include/net/ |
D | sock.h | 102 int owned; member 1452 if (sk->sk_lock.owned) { in sock_release_ownership() 1453 sk->sk_lock.owned = 0; in sock_release_ownership() 1469 sk->sk_lock.owned = 0; \ 1544 return sk->sk_lock.owned; in sock_owned_by_user() 1549 return sk->sk_lock.owned; in sock_owned_by_user_nocheck() 1557 return !sk->sk_lock.owned && !spin_is_locked(&sk->sk_lock.slock); in sock_allow_reclassification()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | ima_policy | 87 policy appraises all files owned by root.
|
/Linux-v4.19/net/llc/ |
D | llc_proc.c | 198 !!sk->sk_backlog.tail, !!sk->sk_lock.owned); in llc_seq_core_show()
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smsm.txt | 7 certain bit owned by a certain remote processor.
|
/Linux-v4.19/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-v4.19/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-v4.19/Documentation/ |
D | sync_file.txt | 80 The returned reference is owned by the caller and must be disposed of
|
D | robust-futexes.txt | 16 field. If userspace notices contention (the lock is already owned and 101 walks the list [not trusting it], and marks all locks that are owned by
|
/Linux-v4.19/Documentation/sysctl/ |
D | fs.txt | 196 in world writable sticky directories, unless they are owned by the 235 owned by the owner of the directory. 269 owned by the current user and no security is applied. This is
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | rdma.txt | 52 always owned by the creator cgroup css. This allows process migration from one
|
/Linux-v4.19/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.
|
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/ |
D | ethernet-driver.rst | 124 interface has a privately owned buffer pool which it seeds with kernel allocated
|