Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dstat.h16 extern unsigned long total_forks;
/linux/kernel/
H A Dfork.c135 unsigned long total_forks; /* Handle normal Linux uptimes. */ variable
2618 total_forks++; in copy_process()