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