OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:proc_num
(Results
1 - 1
of
1
) sorted by null
/system/core/toolbox/
top.c
96
static void add_proc(int
proc_num
, struct proc_info *proc);
227
int
proc_num
;
local
245
proc_num
= 0;
305
add_proc(
proc_num
++, proc);
314
add_proc(
proc_num
++, proc);
317
for (i =
proc_num
; i < num_new_procs; i++)
351
static void add_proc(int
proc_num
, struct proc_info *proc) {
354
if (
proc_num
>= num_new_procs) {
361
new_procs[
proc_num
] = proc;
Completed in 220 milliseconds