Lines Matching refs:se_procnt
80 long se_procnt; /* Processes in session. */ member
99 .se_procnt = 1,
412 int64_t se_procnt; /* process count */ member
458 if (se->se_procnt != sdtp->se_procnt) { in audit_session_debug_filterfn()
459 sdtp->se_procnt = in audit_session_debug_filterfn()
460 (int64_t)se->se_procnt; in audit_session_debug_filterfn()
544 next_sed->se_procnt = (int64_t)audit_default_se.se_procnt; in audit_sysctl_session_debug()
552 next_sed->se_procnt = (int64_t)se->se_procnt; in audit_sysctl_session_debug()
774 old_val = OSAddAtomicLong(1, &se->se_procnt); in audit_inc_procount()
792 old_val = OSAddAtomicLong(-1, &se->se_procnt); in audit_dec_procount()
926 se->se_refcnt = se->se_procnt = 1; in audit_session_new()