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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c442 static unsigned int maxclaudit; /* max # of entries in audit table */ variable
1417 * maxclaudit = (maxslabgrp * 1024 * 1024) / 4096
1424 maxclaudit = ((maxslabgrp << MBSHIFT) >> PGSHIFT);
1425 MALLOC(mclaudit, mcl_audit_t *, maxclaudit * sizeof (*mclaudit),
6252 VERIFY(ix < maxclaudit);
6300 VERIFY(ix < maxclaudit);

Completed in 15 milliseconds