Searched refs:PCB_INC (Results 1 – 2 of 2) sorted by relevance
100 #define PCB_INC 50 macro
1084 pcbsize += PCB_INC; in get_next_pcb()1086 zerosize = size - ((pcbsize - PCB_INC) * sizeof (audit_pcb_t)); in get_next_pcb()1099 (void) memset((void *) & audit_pcbs[pcbsize-PCB_INC], 0, in get_next_pcb()1101 pcb = &audit_pcbs[pcbsize-PCB_INC]; /* allocate the first new one */ in get_next_pcb()1102 proc_pcb(pcb, suffix, pcbsize - PCB_INC); in get_next_pcb()