OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ci_utime
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/sa/
pdb.c
338
tocip->
ci_utime
+= fromcip->
ci_utime
;
351
t = (cip->
ci_utime
+ cip->ci_stime) / (double) AHZ;
387
(cip->
ci_utime
+ cip->ci_stime) / (double)
388
(totalcip->
ci_utime
+ totalcip->ci_stime));
394
printf("%11.2fu ", cip->
ci_utime
/ (double) (AHZ * c));
396
printf("%11.2fu ", cip->
ci_utime
/ (60.0 * AHZ));
399
printf(" %4.2f%% ", cip->
ci_utime
/ (double) totalcip->
ci_utime
);
417
printf("%8.2fre/cp ", cip->ci_etime / (double) (cip->
ci_utime
+ cip->ci_stime))
[
all
...]
main.c
347
ci.
ci_utime
= decode_comp_t(ac.ac_utime);
362
(ci.
ci_utime
+ ci.ci_stime) / (double) AHZ,
412
t1 = c1.
ci_utime
+ c1.ci_stime;
413
t2 = c2.
ci_utime
+ c2.ci_stime;
433
t1 = c1.
ci_utime
+ c1.ci_stime;
436
t2 = c2.
ci_utime
+ c2.ci_stime;
513
t1 = c1.
ci_utime
+ c1.ci_stime;
514
t2 = c2.
ci_utime
+ c2.ci_stime;
extern.h
48
u_quad_t
ci_utime
; /* user time */
member in struct:cmdinfo
usrdb.c
170
newui.ui_utime += ci->
ci_utime
;
Completed in 12 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025