Searched refs:EW_FINAL (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dexacct.h65 #define EW_FINAL (0x04) /* final record: used only in kernel */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dexacct.c478 case EW_FINAL:
639 ASSERT(flag == EW_FINAL || flag == EW_PARTIAL || flag == EW_INTERVAL);
650 case EW_FINAL:
731 exacct_commit_callback, NULL, 0, &size, EW_FINAL);
735 exacct_commit_callback, NULL, 0, &size, EW_FINAL);
999 if (flag & EW_FINAL)
1031 ASSERT(flag == EW_FINAL || flag == EW_PARTIAL);
1042 case EW_FINAL:
1122 exacct_calculate_proc_usage(p, pu, mask, EW_FINAL, wstat);
1126 exacct_commit_callback, NULL, 0, &size, EW_FINAL);
[all...]

Completed in 89 milliseconds