Searched refs:BVAL (Results 1 – 1 of 1) sorted by relevance
79 #define BVAL (*edat[BNDX].eval.vint) /* # of childern per parent */ macro208 for (j = 0, listp = pinfo->list; j < BVAL; j++, listp++) in print_shm()404 smp->list = (int *)(Pinfo *) (shmaddr + nodesum) + (BVAL * tval); in put_proc_info()405 *smp->list = (tval - 1) / BVAL; in put_proc_info()409 for (sibslot = *smp->list * BVAL + 1; listp < smp->list + BVAL; in put_proc_info()442 for (i = 1, listp++; i < BVAL; i++, listp++) { in notify()453 while (cldcnt < BVAL) { in notify()501 pslot = (slot - 1) / BVAL; /* calculate parent node */ in semoper()545 for (i = 1; i <= BVAL; i++) {546 tval = (val * BVAL) + i;[all …]