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

/xnu-2782.1.97/bsd/kern/
H A Dkern_pcsamples.c43 unsigned int npcbufs = 8192; /* number of pc entries in buffer */ variable
172 pc_bufsize = npcbufs * sizeof(* pc_buffer);
181 pc_buflast = &pc_bufptr[npcbufs];
275 /* npcbufs = value & ~(PC_TRACE_CNT-1); */
276 npcbufs = value;
278 npcbufs = MAX_PCSAMPLES;
285 pc_bufinfo.npcbufs = npcbufs;

Completed in 19 milliseconds