Home
last modified time | relevance | path

Searched refs:total_forks (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/proc/
Dproc_misc.c310 extern unsigned long total_forks; in kstat_read_proc()
382 total_forks); in kstat_read_proc()
/linux-2.4.37.9/kernel/
Dfork.c37 unsigned long total_forks; /* Handle normal Linux uptimes. */ variable
823 ++total_forks; in do_fork()