Searched refs:processes (Results 1 – 25 of 38) sorted by relevance
12
/linux-2.4.37.9/kernel/ |
D | user.c | 31 processes: ATOMIC_INIT(1), 102 atomic_set(&new->processes, 0); in alloc_uid() 134 atomic_inc(&new_user->processes); in switch_uid() 135 atomic_dec(&old_user->processes); in switch_uid()
|
D | fork.c | 682 if (atomic_read(&p->user->processes) >= p->rlim[RLIMIT_NPROC].rlim_cur in do_fork() 688 atomic_inc(&p->user->processes); in do_fork() 847 atomic_dec(&p->user->processes); in do_fork()
|
D | exit.c | 49 atomic_dec(&p->user->processes); in release_task()
|
/linux-2.4.37.9/Documentation/ |
D | mandatory.txt | 13 processes. File locks are applied using the flock() and fcntl() system calls 22 In a perfect world all processes would use and honour a cooperative, or 104 other processes are permitted to read from that region. If any of these 105 processes attempts to write to the region it will block until the lock is 116 any mandatory locks owned by other processes will be rejected with the 148 Not even root can override a mandatory lock, so runaway processes can wreak
|
D | smp.tex | 52 locking and protection of its own tables to prevent two processes updating 66 effectively atomic with respect to other processes and greatly simplifies 82 can be in kernel mode, only kernel mode processes can disable interrupts 140 smp\_callin() function are now released to run the idle processes, which 152 to run from all runnable processes not allocated to a different processor. 162 aware kernel modules to see all of the running processes. 164 The fork system call is modified to generate multiple processes with a 169 The final area within the scheduling of processes that does cause problems
|
D | sysrq.txt | 71 'e' - Send a SIGTERM to all processes, except for init. 73 'i' - Send a SIGKILL to all processes, except for init. 75 'l' - Send a SIGKILL to all processes, INCLUDING init. (Your system 117 processes.
|
D | ptrace.txt | 30 and also because only one attempt is permitted, forking processes, creating
|
D | SAK.txt | 51 You can identify processes which will be killed by SAK with the
|
D | locks.txt | 36 to lock solid with deadlocked processes.
|
D | cachetlb.txt | 221 processes to mmap shared memory at address which are a multiple of 318 the actual flush if there are currently no user processes
|
D | IPMI.txt | 38 interface for use by application processes.
|
D | initrd.txt | 42 It is therefore possible to leave processes running on initrd during that
|
/linux-2.4.37.9/Documentation/vm/ |
D | locking | 10 Page stealers pick processes out of the process pool and scan for 107 "shared": ie, other processes hold reference on the page or the associated 110 the page (multiple processes might have references on the corresponding 121 calling is_page_shared (else processes might switch their swap_count refs
|
/linux-2.4.37.9/Documentation/networking/ |
D | ip_dynaddr.txt | 9 while in SYN_SENT state (diald-box processes).
|
D | pktgen.txt | 8 pktgen processes can be configured and run at once by using the
|
D | NAPI_HOWTO.txt | 63 NAPI processes packet events in what is known as dev->poll() method. 68 Note, however, NAPI does not enforce that dev->poll() only processes 134 processes receive events. 736 Most used processes in a GIGE router:
|
/linux-2.4.37.9/Documentation/arm/ |
D | MEMC | 10 Updates all MEMC caches on all processes. Update the real MEMC
|
/linux-2.4.37.9/Documentation/x86_64/ |
D | boot-options.txt | 104 Control the no exec default for 32bit processes.
|
/linux-2.4.37.9/Documentation/filesystems/ |
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
|
/linux-2.4.37.9/drivers/char/ |
D | ChangeLog | 84 console" patch which processes a block of text via 379 * serial.c (shutdown, rs_ioctl) : when port shuts down wakeup processes 440 were processes that had hung-up file descriptors on the 619 * serial.c (rs_set_termios): Don't wake up processes blocked in
|
/linux-2.4.37.9/arch/m68k/ifpsp060/ |
D | os.S | 65 | The result is that Unix processes are allowed to sleep as a consequence
|
/linux-2.4.37.9/Documentation/s390/ |
D | Debugging390.txt | 1005 the reason 2 processes cannot trace or debug the same program is that strace 1006 becomes the parent process of the one being debugged & processes ( unlike people ) 1048 Using top to find out where processes are sleeping in the kernel 1059 28 processes: 27 sleeping, 1 running, 0 zombie, 0 stopped 1281 Tracing particular processes 1286 However it is quite common for user processes to have addresses which collide 1291 particular processes in 31 bit mode, however, according to the current 2293 All the processes running on the machine have there own entry defined by 2332 /proc/1/mem is the current running processes memory which you 2379 the processes'es registers from the kernel task_structure
|
/linux-2.4.37.9/include/linux/ |
D | sched.h | 267 atomic_t processes; /* How many processes does this user have? */ member
|
/linux-2.4.37.9/Documentation/powerpc/ |
D | SBC8260_memory_mapping.txt | 97 soon as you start any threads or processes due to VM collisions
|
/linux-2.4.37.9/drivers/scsi/ |
D | README.FlashPoint | 144 processes that are much more rarely exercised in production systems, but
|
12