_locklist
lockp = (struct _locklist *) malloc(sizeof(*lockp));
struct _locklist *next;
static struct _locklist *locklist = NULL;
struct _locklist *lockp;