Lines Matching refs:se_procnt
81 long se_procnt; /* Processes in session. */ member
103 .se_procnt = 1,
396 int64_t se_procnt; /* process count */ member
442 if (se->se_procnt != sdtp->se_procnt) { in audit_session_debug_filterfn()
443 sdtp->se_procnt = in audit_session_debug_filterfn()
444 (int64_t)se->se_procnt; in audit_session_debug_filterfn()
528 next_sed->se_procnt = (int64_t)audit_default_se.se_procnt; in audit_sysctl_session_debug()
536 next_sed->se_procnt = (int64_t)se->se_procnt; in audit_sysctl_session_debug()
766 old_val = OSAddAtomicLong(1, &se->se_procnt); in audit_inc_procount()
784 old_val = OSAddAtomicLong(-1, &se->se_procnt); in audit_dec_procount()
918 se->se_refcnt = se->se_procnt = 1; in audit_session_new()