Home
last modified time | relevance | path

Searched refs:processes (Results 1 – 25 of 38) sorted by relevance

12

/linux-2.4.37.9/kernel/
Duser.c31 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()
Dfork.c682 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()
Dexit.c49 atomic_dec(&p->user->processes); in release_task()
/linux-2.4.37.9/Documentation/
Dmandatory.txt13 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
Dsmp.tex52 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
Dsysrq.txt71 '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.
Dptrace.txt30 and also because only one attempt is permitted, forking processes, creating
DSAK.txt51 You can identify processes which will be killed by SAK with the
Dlocks.txt36 to lock solid with deadlocked processes.
Dcachetlb.txt221 processes to mmap shared memory at address which are a multiple of
318 the actual flush if there are currently no user processes
DIPMI.txt38 interface for use by application processes.
Dinitrd.txt42 It is therefore possible to leave processes running on initrd during that
/linux-2.4.37.9/Documentation/vm/
Dlocking10 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/
Dip_dynaddr.txt9 while in SYN_SENT state (diald-box processes).
Dpktgen.txt8 pktgen processes can be configured and run at once by using the
DNAPI_HOWTO.txt63 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/
DMEMC10 Updates all MEMC caches on all processes. Update the real MEMC
/linux-2.4.37.9/Documentation/x86_64/
Dboot-options.txt104 Control the no exec default for 32bit processes.
/linux-2.4.37.9/Documentation/filesystems/
Dcoda.txt156 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/
DChangeLog84 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/
Dos.S65 | The result is that Unix processes are allowed to sleep as a consequence
/linux-2.4.37.9/Documentation/s390/
DDebugging390.txt1005 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/
Dsched.h267 atomic_t processes; /* How many processes does this user have? */ member
/linux-2.4.37.9/Documentation/powerpc/
DSBC8260_memory_mapping.txt97 soon as you start any threads or processes due to VM collisions
/linux-2.4.37.9/drivers/scsi/
DREADME.FlashPoint144 processes that are much more rarely exercised in production systems, but

12