/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
D | mce_intel.c | 121 unsigned long flags, *owned; in cmci_toggle_interrupt_mode() local 126 owned = this_cpu_ptr(mce_banks_owned); in cmci_toggle_interrupt_mode() 127 for_each_set_bit(bank, owned, MAX_NR_BANKS) { in cmci_toggle_interrupt_mode() 234 unsigned long *owned = (void *)this_cpu_ptr(&mce_banks_owned); in cmci_discover() local 244 if (test_bit(i, owned)) in cmci_discover() 255 clear_bit(i, owned); in cmci_discover() 279 set_bit(i, owned); in cmci_discover()
|
/linux-4.1.27/usr/ |
D | Kconfig | 31 other than "0" will cause all files owned by that UID to be 32 owned by user root in the initial ramdisk image. 43 other than "0" will cause all files owned by that GID to be 44 owned by group root in the initial ramdisk image.
|
/linux-4.1.27/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 781 owned = epb_access(dd, sdnum, 1); in qib_sd7220_ram_xfer() [all …]
|
/linux-4.1.27/Documentation/filesystems/ |
D | udf.txt | 43 that are owned by nobody ( -1 ), they will instead look as if they are owned 47 owned by whatever default ID it is mounted with at that time.
|
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
|
D | xfs-self-describing-metadata.txt | 113 directory, attribute and extent tree blocks are all owned by an inode, whilst 114 freespace btree blocks are owned by an allocation group. Hence the size and
|
D | mandatory-locking.txt | 135 any mandatory locks owned by other processes will be rejected with the
|
D | hpfs.txt | 80 uid=luser_uid, the file will be still owned by root! If you chmod file to 444,
|
D | ntfs.txt | 128 default, the files/directories are owned by root and
|
/linux-4.1.27/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-4.1.27/drivers/char/tpm/ |
D | tpm-sysfs.c | 159 rc = sprintf(buf, "%d\n", cap.owned); in owned_show() 162 static DEVICE_ATTR_RO(owned);
|
D | tpm.h | 288 bool owned; member
|
/linux-4.1.27/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 218 a list of all top waiters of the mutexes that are owned by the process. 220 blocked on mutexes owned by the process. 223 is waiting on a mutex that is owned by the task. So if the task has 314 mutex is not owned, this owner is set to NULL. Since all architectures 373 a mutex owned by the task, then that higher priority should be returned. 392 process has just blocked on a mutex owned by the task, __rt_mutex_adjust_prio 396 always contains the highest priority task that is waiting on a mutex owned [all …]
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | ima_policy | 84 policy appraises all files owned by root.
|
/linux-4.1.27/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-4.1.27/Documentation/gpio/ |
D | driver.txt | 173 Requesting self-owned GPIO pins 191 count. Do not use the functions to request gpio descriptors not owned by the
|
D | gpio-legacy.txt | 278 to succeed concurrently with a pin or pingroup being "owned" by a device for
|
/linux-4.1.27/include/net/ |
D | sock.h | 113 int owned; member 1467 #define sock_owned_by_user(sk) ((sk)->sk_lock.owned) 1471 sk->sk_lock.owned = 0; in sock_release_ownership() 1483 sk->sk_lock.owned = 0; \
|
/linux-4.1.27/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.
|
D | baycom.txt | 147 a port owned by the serial driver with 'setserial /dev/ttyS# uart none', where
|
D | tuntap.txt | 45 connecting to network devices which aren't owned by the user in question.
|
D | ip-sysctl.txt | 1053 IP addresses are owned by the complete host on Linux, not by
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-trace.txt | 56 Record events in threads owned by uid. Name or number.
|
D | perf-top.txt | 84 Record events in threads owned by uid. Name or number.
|
D | perf-record.txt | 82 Record events in threads owned by uid. Name or number.
|
/linux-4.1.27/Documentation/ |
D | robust-futexes.txt | 12 field. If userspace notices contention (the lock is already owned and 97 walks the list [not trusting it], and marks all locks that are owned by
|
D | binfmt_misc.txt | 67 will run with root permissions when a setuid binary owned by root
|
D | hwspinlock.txt | 275 * @priv: private data, owned by the underlying platform-specific hwspinlock drv
|
D | media-framework.txt | 281 The use_count field is owned by media drivers and must not be touched by entity
|
D | vfio.txt | 261 specified iommu_group and register the specified dev as owned by
|
D | kernel-parameters.txt | 1391 owned by uid=0.
|
/linux-4.1.27/net/core/ |
D | sock.c | 2369 if (sk->sk_lock.owned) in lock_sock_nested() 2371 sk->sk_lock.owned = 1; in lock_sock_nested() 2420 if (!sk->sk_lock.owned) in lock_sock_fast() 2427 sk->sk_lock.owned = 1; in lock_sock_fast()
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-controls.txt | 38 controls, possibly to controls owned by other handlers. 364 While in g_volatile/s/try_ctrl you can access the value of all controls owned 366 the value of controls owned by other handlers, then you have to be very careful 604 value of the controls owned by the given handler to the log. You can supply a
|
D | videobuf | 346 buffer is owned by the videobuf layer and the driver should not touch it
|
D | v4l2-framework.txt | 396 to whatever value it wants (it's 0 by default). This value is owned by the
|
/linux-4.1.27/Documentation/vm/ |
D | hwpoison.txt | 133 Limit injection to pages owned by memgroup. Specified by inode number
|
D | cleancache.txt | 127 "fallow" hypervisor-owned RAM to not only be "time-shared" between multiple
|
D | frontswap.txt | 107 "fallow" hypervisor-owned RAM to not only be "time-shared" between multiple
|
D | unevictable-lru.txt | 69 (*) Those owned by ramfs.
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ |
D | overview.txt | 12 device is owned and managed by a small, single-purpose service
|
/linux-4.1.27/Documentation/early-userspace/ |
D | README | 40 a way to create images with root-owned files even though the image was
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 184 (a pointer is returned by scsi_host_alloc()). Such instances are "owned" 227 slave_configure() callbacks). Such instances are "owned" by the mid-level. 309 were exclusively owned by the mid level. LLDs would not usually need to 325 were exclusively owned by the mid level. See the access functions declared 380 scsi_remove_host - detach and remove all SCSI devices owned by host 611 * scsi_remove_host - detach and remove all SCSI devices owned by host
|
D | ChangeLog.megaraid | 444 ii. In the reset handling, if the reseted command is not owned by the
|
D | ChangeLog.lpfc | 400 statistic is owned by the ring and SLI stats are in sli
|
/linux-4.1.27/Documentation/power/ |
D | userland-swsusp.txt | 125 data within the snapshot image. The contents of the image are entirely owned
|
/linux-4.1.27/Documentation/sysctl/ |
D | fs.txt | 210 owned by the current user and no security is applied. This is
|
/linux-4.1.27/Documentation/usb/ |
D | usbmon.txt | 233 If you create /dev/usbmon0 by hand, make sure that it is owned by root
|
/linux-4.1.27/Documentation/PCI/ |
D | pci.txt | 91 "owned" by the other drivers yet. This function gets
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig | 799 bool "Locate kernel owned arithmetic functions in L1 Memory"
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 1691 This also attempts to catch cases where a page owned by DMA is
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 495 only, is owned by root, and belongs to the root group. Doing a cat of
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2177 that are owned by root. This worked for me:
|