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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c280 * | | cl_audit[0] |
282 * | +-----> | cl_audit[1] | -----> mcache_audit_t
286 * | | | cl_audit[7] |
294 * gets (or has not yet) turned into mbufs will use only cl_audit[0] with the
416 mcache_audit_t *cl_audit[NMBPBG]; /* array of audits */ member in struct:__anon133
6256 VERIFY(mclaudit[ix].cl_audit[i] == NULL);
6268 mclaudit[ix].cl_audit[i] = mca;
6313 mca = mclaudit[ix].cl_audit[MCLIDX(BGTOM(ix), o)];
6321 mca = mclaudit[ix].cl_audit[CLBGIDX(BGTOM(ix), o)];
6329 mca = mclaudit[ix].cl_audit[
[all...]

Completed in 70 milliseconds