last_call         345 lib/common/procfs.c     static time_t last_call = 0;
last_call         360 lib/common/procfs.c         last_call = 0;
last_call         400 lib/common/procfs.c         } else if ((last_call > 0) && (last_call < now) && (last_utime <= utime) &&
last_call         402 lib/common/procfs.c             time_t elapsed = now - last_call;
last_call         417 lib/common/procfs.c         last_call = now;