/linux-4.1.27/Documentation/security/ |
D | Yama.txt | 17 running state of any of their processes. For example, if one application 19 attach to other running processes (e.g. Firefox, SSH sessions, GPG agent, 43 Firefox's crash handlers, and by Wine for allowing only Wine processes 65 2 - admin-only attach: only processes with CAP_SYS_PTRACE may use ptrace 68 3 - no attach: no processes may use ptrace with PTRACE_ATTACH nor via
|
D | Smack.txt | 203 label hosts without CIPSO headers, but only from processes 209 This contains the label processes must have for CAP_MAC_ADMIN 211 these capabilities are effective at for processes with any 460 for two processes with different labels to share data without granting 474 Sockets are data structures attached to processes and sending a packet from 631 to processes running with various labels. 708 access mode will logged. When a new label is introduced for processes
|
D | keys-request-key.txt | 141 processes for a key that will never be obtainable.
|
D | credentials.txt | 205 accesses performed by processes, without the necessity of ordinary
|
D | keys.txt | 863 calling processes has a searchable link to the key from one of its
|
/linux-4.1.27/Documentation/power/ |
D | freezing-of-tasks.txt | 6 The freezing of tasks is a mechanism by which user space processes and some 14 PF_NOFREEZE unset (all user space processes and some kernel threads) are 24 fake signal to all user space processes, and wakes up all the kernel threads. 31 kernel/freezer.c & include/linux/freezer.h). User space processes are generally 38 For user space processes try_to_freeze() is called automatically from the 110 The majority of these are user space processes, but if any of the kernel threads 122 3. The third reason is to prevent user space processes and some kernel threads 152 4. Another reason for freezing tasks is to prevent user space processes from 154 space processes should not notice that such a system-wide operation has occurred 174 space processes: [all …]
|
D | basic-pm-debugging.txt | 47 - test the freezing of processes 50 - test the freezing of processes and suspending of devices 53 - test the freezing of processes, suspending of devices and platform 57 - test the freezing of processes, suspending of devices, platform 61 - test the freezing of processes, suspending of devices, platform global 69 /sys/power/pm_test (eg. "devices" to test the freezing of processes and 78 Then, the kernel will try to freeze processes, suspend devices, wait a few 80 parameter), resume devices and thaw processes. If "platform" is written to
|
D | notifiers.txt | 10 .resume() or .complete() routines (user land processes are frozen at these 11 points). The solution may be to load the firmware into memory before processes
|
D | tricks.txt | 20 * try running as few processes as possible, preferably go to single
|
D | 00-INDEX | 14 - How processes and controlled during suspend
|
D | userland-swsusp.txt | 33 SNAPSHOT_FREEZE - freeze user space processes (the current process is 37 SNAPSHOT_UNFREEZE - thaw user space processes frozen by SNAPSHOT_FREEZE 113 unfreeze user space processes frozen by SNAPSHOT_UNFREEZE if they are
|
D | swsusp.txt | 80 interrupt our programs so processes that are calculating something for a long 164 A: The freezing of tasks is a mechanism by which user space processes and some 240 user processes are stopped 261 …user processes are stopped (in common case there are none, but with resume-from-initrd, no one kno… 272 thaw all user processes
|
D | charger-manager.txt | 33 monitoring the battery health and tasks, and user processes that are
|
D | pm_qos_interface.txt | 72 Only processes can register a pm_qos request. To provide for automatic
|
/linux-4.1.27/drivers/android/ |
D | Kconfig | 15 Binder is used in Android for both communication between processes, 20 between said processes.
|
/linux-4.1.27/arch/cris/ |
D | Kconfig.debug | 35 bool "Keep segfaulting processes" 37 Place segfaulting user mode processes on a wait queue instead of
|
/linux-4.1.27/Documentation/vm/ |
D | page_migration | 32 through user space processes that move pages. A special function call 45 of processes in a cpuset are moved if the allowed memory nodes of a 106 All user space processes that attempt to access the page 109 6. The radix tree lock is taken. This will cause all processes trying 138 so will enable access for user space processes not already waiting for
|
D | pagemap.txt | 28 pages between processes. 102 identical memory pages dynamically shared between one or more processes
|
D | hwpoison.txt | 5 kill the processes associated with it and avoid using it in the future.
|
D | numa_memory_policy.txt | 14 memory may be allocated by a set of processes. Memory policies are a
|
D | unevictable-lru.txt | 441 sections above. Both processes (migration and m[un]locking) hold the page
|
/linux-4.1.27/Documentation/filesystems/ |
D | mandatory-locking.txt | 32 processes. File locks are applied using the flock() and fcntl() system calls 41 In a perfect world all processes would use and honour a cooperative, or 123 other processes are permitted to read from that region. If any of these 124 processes attempts to write to the region it will block until the lock is 135 any mandatory locks owned by other processes will be rejected with the 167 Not even root can override a mandatory lock, so runaway processes can wreak
|
D | fuse.txt | 232 other users' and the super user's processes 235 other users' or the super user's processes 262 undesired behavior in other users' processes, such as: 275 of other users' processes. 289 The solution to this as well as B) is not to allow processes 306 measures, that system processes will never enter non-privileged 310 users' processes.
|
D | locks.txt | 36 to lock solid with deadlocked processes.
|
D | proc.txt | 105 * Uncovering various information about the kernel and the processes running 910 has been allocated by processes, even if it has not been 918 This is useful if one needs to guarantee that processes will 1270 processes 2915 1280 - user: normal processes executing in user mode 1281 - nice: niced processes executing in user mode 1282 - system: processes executing in kernel mode 1302 The "processes" line gives the number of processes and threads created, which 1309 The "procs_blocked" line gives the number of processes currently blocked, 1436 and swap usage is discounted by 3% for root processes. [all …]
|
D | coda.txt | 156 When processes on a Coda enabled system access files in the Coda 269 proceeds through messages. The synchronization between processes 271 up processes. The Coda FS driver processes VFS- and pioctl-requests 308 now returns and Venus processes the request. 324 the FS Driver. The FS driver processes the request immediately 1613 much more delicate. User processes hold reference counts in Coda 1640 +o Close will notify any sleeping processes that their upcall cannot
|
D | directory-locking | 76 Thus all processes are blocked on ->i_mutex.
|
D | overlayfs.txt | 109 directory is opened and read by two processes at the same time, they
|
D | sysfs.txt | 197 When writing sysfs files, userspace processes should first read the
|
D | sharedsubtree.txt | 196 namespaces. But namespaces are associated with processes. If
|
D | xfs-delayed-logging-design.txt | 681 given separate wait lists to reduce lock contention and the number of processes
|
/linux-4.1.27/drivers/infiniband/ |
D | Kconfig | 21 userspace processes to send and receive MADs. You will also 30 communication manager (CM). This allows userspace processes
|
/linux-4.1.27/Documentation/block/ |
D | ioprio.txt | 10 processes or process groups, similar to what has been possible with cpu 21 higher priority than any other in the system, processes from this class are 36 IOPRIO_CLASS_IDLE: This is the idle scheduling class, processes running at this
|
D | cfq-iosched.txt | 5 I/O bandwidth for all the processes which requests an I/O operation. 7 CFQ maintains the per process queue for the processes which request I/O 9 requests from all the processes are batched together according to their
|
/linux-4.1.27/Documentation/cgroups/ |
D | net_prio.txt | 33 processes in this group and egressing the system on various interfaces. It 40 This command would force any traffic originating from processes belonging to the
|
D | cgroups.txt | 25 2.2 Attaching processes 53 anything that wants to act on a group of processes, e.g. a 74 accounting/limiting the resources which processes in a cgroup can 86 grouping/partitioning of processes, with newly forked processes ending 421 has processes attached, or is held alive by other subsystem-specific 424 2.2 Attaching processes 675 Q: When I attach processes, only the first of the line gets really attached !
|
D | cpusets.txt | 30 2.4 Attaching processes 75 the efficient scheduling and memory placement of processes. 111 Memory Nodes are used by a process or set of processes. 744 the CPUs and Memory Nodes it can use, the processes that are using 767 processes attached). 810 2.4 Attaching processes 832 Q: When I attach processes, only the first of the line gets really attached !
|
D | memory.txt | 58 cgroup.procs # show list of processes 126 processes associated with the controller. Each cgroup has a memory controller 176 processes, duplicate accounting is carefully avoided. 308 kernel memory, we prevent new processes from being created when the kernel
|
D | memcg_test.txt | 62 (b) If the SwapCache has been mapped by processes, it has been
|
D | unified-hierarchy.txt | 372 aggressively will not terminate the processes, but instead it will 417 processes in sub-hierarchies may be delegated by changing the
|
/linux-4.1.27/kernel/debug/kdb/ |
D | kdb_cmds | 3 # processes. Commands that require process data (including stack or
|
/linux-4.1.27/security/keys/ |
D | Kconfig | 29 in the sense that they stay around after all processes of that UID 34 LSMs gets to rule on which admin-level processes get to access the
|
/linux-4.1.27/Documentation/locking/ |
D | rt-mutex-design.txt | 34 processes, let's call them processes A, B, and C, where A is the highest 65 to understand, let's use the previous example, with processes A, B, and C again. 78 PI chain - The PI chain is an ordered series of locks and processes that cause 79 processes to inherit priorities from a previous process that is 107 waiters - A list of processes that are blocked on a mutex. 115 differentiate between two processes that are being described together. 121 The PI chain is a list of processes and mutexes that may cause priority 162 For PI to work, the processes at the right end of these chains (or we may 164 than the processes to the left or below in the chain. 187 on both mutexes and processes, I'll explain the plist. This is similar to [all …]
|
D | ww-mutex-design.txt | 10 can be shared across contexts/processes, exist in different memory
|
/linux-4.1.27/kernel/ |
D | cred.c | 334 atomic_inc(&p->cred->user->processes); in copy_creds() 367 atomic_inc(&new->user->processes); in copy_creds() 460 atomic_inc(&new->user->processes); in commit_creds() 464 atomic_dec(&old->user->processes); in commit_creds()
|
D | user.c | 93 .processes = ATOMIC_INIT(1),
|
D | fork.c | 1310 if (atomic_read(&p->real_cred->user->processes) >= in copy_process() 1641 atomic_dec(&p->cred->user->processes); in copy_process()
|
D | exit.c | 177 atomic_dec(&__task_cred(p)->user->processes); in release_task()
|
D | sys.c | 436 if (atomic_read(&new_user->processes) >= rlimit(RLIMIT_NPROC) && in set_user()
|
/linux-4.1.27/Documentation/infiniband/ |
D | user_verbs.txt | 50 unprivileged processes do not exceed their RLIMIT_MEMLOCK limit. 68 use by non-privileged processes, it may be useful to add an
|
/linux-4.1.27/Documentation/namespaces/ |
D | resource-control.txt | 3 of processes is allowed to switch user ids. With user namespaces
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-devices-system-cpu | 24 If set by a process it will be inherited by child processes.
|
D | sysfs-firmware-opal-elog | 35 it easier for simple user space processes to extract
|
/linux-4.1.27/Documentation/networking/ |
D | ip_dynaddr.txt | 9 while in SYN_SENT state (diald-box processes).
|
D | netlink_mmap.txt | 15 are mapped into the processes address space. 23 kernel processes all messages contained in the ring using a single sendmsg() 36 kernel, then a call to mmap() to map the ring into the processes address space:
|
D | dns_resolver.txt | 136 off and processes any options included in the data, and then attaches the
|
D | rds.txt | 17 cluster - so in a cluster with N processes you need N sockets, in contrast 86 processes sending to this congested port.
|
D | phonet.txt | 8 and RPC. With the Linux Phonet socket family, Linux host processes can
|
D | timestamping.txt | 368 Only a processes with admin rights may change the configuration. User 369 space is responsible to ensure that multiple processes don't interfere
|
D | openvswitch.txt | 18 When a packet arrives on a vport, the kernel module processes it by
|
D | scaling.txt | 421 with the CPU that processes transmit completions for that queue
|
D | packet_mmap.txt | 584 processes. This also works in combination with mmap(2) on packet sockets.
|
D | ip-sysctl.txt | 197 processes. The list is a subset of those listed in 780 If set, allows processes to bind() to non-local IP addresses,
|
/linux-4.1.27/Documentation/devicetree/bindings/media/xilinx/ |
D | xlnx,video.txt | 7 Xilinx video IP pipeline processes video streams through one or more Xilinx
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-bench.txt | 93 options (20 sender and receiver processes per group) 94 (10 groups == 400 processes run)
|
D | perf-timechart.txt | 52 Select the processes to display, by name or PID
|
D | perf-script-perl.txt | 17 built-in Perl interpreter. It reads and processes the input file and
|
D | perf-script-python.txt | 17 built-in Python interpreter. It reads and processes the input file and
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 106 huge pages although processes will also directly compact memory as required. 280 will use the legacy (2.4) layout for all processes. 388 Control how to kill processes when uncorrected memory error (typically 396 1: Kill all processes that have the corrupted and not reloadable page mapped 401 0: Only unmap the corrupted page from all processes and only kill a process 404 The kill is done using a catchable SIGBUS with BUS_MCEERR_AO, so processes can 480 of memory userspace processes should not be allowed to write to them. By 540 Type(A) offers the best locality for processes on Node(0), but ZONE_DMA 681 called oom_killer. Usually, oom_killer can kill rogue processes and 803 Allowing zone reclaim to write out pages stops processes that are [all …]
|
D | net.txt | 102 Allow processes to receive tx timestamps looped together with the original 104 processes are dropped unless socket option SOF_TIMESTAMPING_OPT_TSONLY is set. 179 the target CPU processes packets. It might give some delay on timestamps, but
|
D | kernel.txt | 225 processes proc files prematurely. This in turn creates the 229 processes may be piped to user space applications in parallel. If 230 this value is exceeded, then those crashing processes above that value 232 special value, indicating that unlimited processes may be captured in 801 0 - (default) Same behavior as above, but warn about processes that
|
D | fs.txt | 209 1 - (debug) - all processes dump core when possible. The core dump is 213 contents of privileged processes.
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | mm.txt | 29 the processes using the page fault handler, with init_level4_pgt as
|
/linux-4.1.27/Documentation/ |
D | unshare.txt | 31 between processes and "threads". The kernel allows processes to share 67 processes when working with these directories. Using unshare, a PAM 79 client requests by creating processes that share resources such as 128 context that are currently being shared with other processes. Part
|
D | sysrq.txt | 23 8 = 0x8 - enable debugging dumps of processes etc. 26 64 = 0x40 - enable signalling of processes (term, kill, oom-kill) 76 'e' - Send a SIGTERM to all processes, except for init. 85 'i' - Send a SIGKILL to all processes, except for init. 172 processes.
|
D | SAK.txt | 51 You can identify processes which will be killed by SAK with the
|
D | md-cluster.txt | 101 receiver processes the message
|
D | cachetlb.txt | 243 processes to mmap shared memory at address which are a multiple of 314 the actual flush if there are currently no user processes
|
D | nommu-mmap.txt | 56 are visible in other processes (no MMU protection), but should not
|
D | cpu-hotplug.txt | 250 - All processes are migrated away from this outgoing CPU to new CPUs.
|
D | initrd.txt | 46 It is therefore possible to leave processes running on initrd during that
|
D | workqueue.txt | 92 which manages worker-pools and processes the queued work items.
|
D | dma-buf-sharing.txt | 77 drivers and/or processes.
|
D | kernel-docs.txt | 516 files/directories/processes invisible, become root, hijack ttys,
|
D | IPMI.txt | 100 interface for use by application processes.
|
D | memory-barriers.txt | 559 machines with split caches, so that, for example, one cache bank processes 560 even-numbered cache lines and the other bank processes odd-numbered cache 2274 the semaphore's list of waiting processes:
|
D | kernel-parameters.txt | 412 32: only for 32-bit processes 413 64: only for 64-bit processes 414 on: enable for both 32- and 64-bit processes 415 off: disable for both 32- and 64-bit processes
|
D | devices.txt | 3337 PPP capability) to arbitrary data-generation processes. Each PTY has
|
/linux-4.1.27/drivers/staging/android/ |
D | Kconfig | 29 Registers processes to be killed when memory is low
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-rt-group.txt | 33 are real-time processes). 95 processes. With CONFIG_RT_GROUP_SCHED it signifies the total bandwidth 122 done that, even if the user has the rights to run processes with realtime
|
D | sched-stats.txt | 151 report on how well a particular process or set of processes is faring
|
/linux-4.1.27/tools/perf/bench/ |
D | numa.c | 854 int processes = 0; in count_node_processes() local 868 processes++; in count_node_processes() 874 return processes; in count_node_processes() 974 int processes = count_node_processes(node); in calc_convergence() local 977 tprintf(" %2d/%-2d", nr, processes); in calc_convergence() 979 process_groups += processes; in calc_convergence()
|
/linux-4.1.27/block/ |
D | Kconfig.iosched | 29 among all processes in the system. It should provide a fair
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-memory-page-offline | 34 any processes owning the page. The kernel will avoid
|
/linux-4.1.27/Documentation/prctl/ |
D | seccomp_filter.txt | 66 processes will be constrained to the same filters and system 72 programs cannot be applied to child processes with greater privileges 138 allow use of ptrace, even of other sandboxed processes, without
|
D | no_new_privs.txt | 11 - chroot is disallowed to unprivileged processes, since it would allow
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Kconfig.cputype | 251 processes can execute altivec instructions. 268 processes can execute VSX instructions. 325 'spe enable' bit so user processes can execute SPE instructions.
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-log.txt | 41 logging requests to userspace, where a daemon receives and processes the
|
/linux-4.1.27/arch/metag/ |
D | Kconfig | 178 This option allows processes to use FPU hardware available with this 188 This option allows processes to use DSP hardware available
|
/linux-4.1.27/crypto/ |
D | Kconfig | 1033 This module provides the Cast5 cipher algorithm that processes 1059 This module provides the Cast6 cipher algorithm that processes 1088 one that processes three blocks parallel. 1191 This module provides Serpent cipher algorithm that processes eight 1213 This module provides Serpent cipher algorithm that processes four 1235 This module provides the Serpent cipher algorithm that processes 1258 This module provides Serpent cipher algorithm that processes 16 1351 This module provides Twofish cipher algorithm that processes three 1377 This module provides the Twofish cipher algorithm that processes
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-calling.txt | 58 mailboxes for pending commands, processes them, sets the result code, populates
|
D | fw-dma.txt | 40 - The driver post-processes the newly transferred buffers.
|
/linux-4.1.27/drivers/char/ipmi/ |
D | Kconfig | 44 userland processes may use IPMI. It supports poll() and select().
|
/linux-4.1.27/Documentation/arm/ |
D | memory.txt | 11 space, and this must be shared between user space processes, the
|
D | Porting | 76 Anything above TASK_SIZE is common to all processes. I'll call
|
/linux-4.1.27/Documentation/powerpc/ |
D | transactional_memory.txt | 110 For 64-bit processes, uc->uc_mcontext.regs->msr is a full 64-bit MSR and its TS 113 For 32-bit processes, the mcontext's MSR register is only 32 bits; the top 32
|
D | pmu-ebb.txt | 32 processes, subject to standard permission checks. This is also true of EBB
|
/linux-4.1.27/Documentation/target/ |
D | tcmu-design.txt | 183 Other devices may be using UIO besides TCMU. Unrelated user processes 185 processes must find their devices by scanning sysfs 267 TCMU is designed so that multiple unrelated processes can manage TCMU
|
/linux-4.1.27/drivers/xen/ |
D | Kconfig | 146 Allows userspace processes to use grants. 153 Allows userspace processes to create pages with access granted
|
/linux-4.1.27/mm/ |
D | Kconfig | 271 Allows the migration of the physical location of pages of processes 395 if there are a lot of transient processes. 625 int "Maximum user stack size for 32-bit processes (MB)" 632 user processes when the stack grows upwards (currently only on parisc
|
/linux-4.1.27/tools/power/cpupower/bench/ |
D | README-BENCH | 14 processes with a higher prio than the governor's kernel thread
|
/linux-4.1.27/Documentation/RCU/ |
D | NMI-RCU.txt | 43 The do_nmi() function processes each NMI. It first disables preemption
|
D | RTFP.txt | 257 Keeps full list of processes that were active when a given 258 node was to be deleted, and waits until all such processes have 265 systems comprised of long-lived processes. It also produces 267 of processes. Finally, it is specific to AVL trees. 290 Keeps full list of processes that were active when a given 291 node was to be deleted, and waits until all such processes have 298 systems comprised of long-lived processes. It also produces 300 of processes. Finally, it is specific to AVL trees.
|
/linux-4.1.27/lib/ |
D | Kconfig.kgdb | 93 0x0080 - enable signalling of processes
|
/linux-4.1.27/Documentation/extcon/ |
D | porting-android-switch-class | 47 so that they are still compatible with legacy userspace processes.
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoint-analysis.txt | 68 call. The following is an example that reports every 5 seconds what processes 212 processes, the parent process responsible for creating all the helpers
|
/linux-4.1.27/Documentation/x86/ |
D | entry_64.txt | 12 syscall entry points and thus provides for 32-bit processes the
|
D | intel_mpx.txt | 113 by carving the space out of the normal processes address space and then
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | governors.txt | 151 set to '0' (its default), all processes are counted towards the 152 'cpu utilisation' value. When set to '1', the processes that are
|
/linux-4.1.27/Documentation/kdump/ |
D | gdbmacros.txt | 4 # all the processes or a particular process and trapinfo.
|
/linux-4.1.27/Documentation/networking/caif/ |
D | Linux-CAIF.txt | 11 communication between Modem and host. The host processes can open virtual AT
|
/linux-4.1.27/tools/perf/config/ |
D | utilities.mak | 120 # processes the resulting escaped text, it transforms
|
/linux-4.1.27/Documentation/s390/ |
D | kvm.txt | 32 KVM_S390_ENABLE_SIE before. User processes that want to launch multiple threads
|
D | Debugging390.txt | 942 Tracing particular processes 947 However it is quite common for user processes to have addresses which collide 1943 All the processes running on the machine have their own entry defined by 1982 /proc/1/mem is the current running processes memory which you 2029 the processes'es registers from the kernel task_structure
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | keystone-netcp.txt | 4 The network coprocessor (NetCP) is a hardware accelerator that processes
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | os.S | 65 | The result is that Unix processes are allowed to sleep as a consequence
|
/linux-4.1.27/tools/perf/ |
D | design.txt | 312 * processes. 443 this process has created on other processes. It only enables or
|
/linux-4.1.27/Documentation/fault-injection/ |
D | fault-injection.txt | 77 Any positive value limits failures to only processes indicated by
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ |
D | overview.txt | 49 In operation, the visorchipset module processes device creation and
|
/linux-4.1.27/fs/jffs2/ |
D | README.Locking | 161 of those objects. Thus, a series of processes is often required to retry,
|
/linux-4.1.27/Documentation/ioctl/ |
D | cdrom.txt | 263 EBUSY other processes are accessing drive, or door is locked 282 EBUSY other processes are accessing drive, or door is locked
|
D | botching-up-ioctls.txt | 172 needs to be shared across processes - fd-passing over unix domain sockets
|
/linux-4.1.27/Documentation/arm64/ |
D | arm-acpi.txt | 77 infrastructure is in place, the bindings are in place, and the processes are 79 integrated devices, but there are no good processes for supporting what the 276 processes. Use them both. When the driver itself is submitted for review
|
/linux-4.1.27/init/ |
D | Kconfig | 225 system calls which let processes (running programs) synchronize and 427 Export selected statistics for tasks/processes through the 429 statistics are available during the lifetime of tasks/processes as 942 This option adds support for grouping sets of processes together, for 1047 the kmem extension can use it to guarantee that no group of processes 1204 processes with the same pid as long as they are in different 1368 If you say N here, all processes will run with UID 0, GID 0, and all
|
/linux-4.1.27/Documentation/accounting/ |
D | taskstats.txt | 146 interface to return them. Since userspace processes each netlink attribute
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | cachefiles.txt | 322 processes. 422 preventing other processes from accessing the cache - including CacheFiles's
|
D | backend-api.txt | 82 (2) that of one of the processes in the FS-Cache thread pool.
|
/linux-4.1.27/Documentation/timers/ |
D | NO_HZ.txt | 127 user processes to observe slight drifts in clock rate.) Therefore, the 318 and processes. This configuration normally involves binding
|
/linux-4.1.27/Documentation/scsi/ |
D | FlashPoint.txt | 144 processes that are much more rarely exercised in production systems, but
|
D | libsas.txt | 11 SAS Layer processes),
|
D | ChangeLog.1992-1997 | 832 processes waiting. 1681 resulting in processes hanging. Add messages when we spin up a
|
D | ChangeLog.lpfc | 222 * Make sure function which processes unsolicited IOCBs on ELS ring
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | msr.txt | 192 up all processes waiting for APFs and no individual type 2 APFs
|
D | api.txt | 40 In general file descriptors can be migrated among processes by means
|
/linux-4.1.27/Documentation/hid/ |
D | uhid.txt | 157 This is sent when there are no more processes which read the HID data. It is
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 171 written from user-space and processes it. It should return an error
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | DPCM.txt | 89 The audio driver processes this as follows :-
|
/linux-4.1.27/Documentation/frv/ |
D | features.txt | 302 context, i.e.: when the all the subscribing processes have exited or
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 547 // bootstrap processes, idle process will be last, and not return
|
/linux-4.1.27/Documentation/development-process/ |
D | 3.Early-stage | 29 onto processes which they would not otherwise have) and a risk to system
|
D | 2.Process | 7 processes to keep development happening smoothly. A solid understanding of
|
/linux-4.1.27/Documentation/PCI/ |
D | pcieaer-howto.txt | 113 internally processes and logs the error message in its PCI Express
|
/linux-4.1.27/drivers/base/ |
D | Kconfig | 14 frame. One forked process per event can create so many processes
|
/linux-4.1.27/net/ |
D | Kconfig | 253 Cgroup subsystem for use in assigning processes to network priorities on
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 90 11.2 Examining sleeping processes 541 processes use the lower 3G (0x00000000 - 0xbfffffff). However, some 543 the upper 2G (0x80000000 - 0xffffffff) and processes using the lower 1470 Ethertap is the general mechanism on 2.2 for userspace processes to 2501 11.2. Examining sleeping processes 2504 processes hang in the kernel when they shouldn't because they've 4294 processes, and added some useful code to the block driver 4372 enabling UML processes to access audio devices on the host. He also
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 735 processess||processes
|
/linux-4.1.27/fs/ |
D | exec.c | 1499 atomic_read(¤t_user()->processes) > rlimit(RLIMIT_NPROC)) { in do_execveat_common()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | Audiophile-Usb.txt | 113 compliant (supposedly supporting S16_LE) but processes in fact only S16_BE streams.
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 583 affected by processes that are running.
|
/linux-4.1.27/include/linux/ |
D | sched.h | 788 atomic_t processes; /* How many processes does this user have? */ member
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 59 once. When writing to configfs attributes, userspace processes should
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 395 processes accessing the same server at the same time). 492 using uid of the client processes you would in a local filesystem).
|
D | README | 566 could grant fcntl leases if no other local processes are using
|
/linux-4.1.27/drivers/platform/x86/ |
D | Kconfig | 441 NOTE: access to this feature is limited to processes with the
|
/linux-4.1.27/Documentation/input/ |
D | sentelic.txt | 672 FSP processes multiple fingers' coordinates internally and convert them
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1160 This device gives privileged processes access to the x86 1169 This device gives processes access to the x86 CPUID instruction to
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 968 generated packets based on which net_cls control group processes
|
/linux-4.1.27/drivers/tty/serial/ |
D | Kconfig | 176 This is because this console driver processes the input in NMI
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-framework.txt | 736 processes to access the device node while the first process is waiting for
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 328 processes that have the device opened) is registered in $use_count$. The
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 629 NOTE: Access to this feature is restricted to processes owning the
|