lock_t
static lock_t *morelocks(void);
static lock_t *
lock_t *l, *lp, *max;
l = (lock_t *)malloc(sizeof(*l) * batch);
lock_t *l, *l2;
lock_t *l;