cont_lock_t
add_cont_lock(cont_lock_t *lock)
cont_lock_t *prev = NULL;
cont_lock_t *prev = cont_lock_hash[hash_bucket];
static cont_lock_t *
cont_lock_t *which = cont_lock_hash[hash_bucket];
static cont_lock_t *
cont_lock_t *lock = (cont_lock_t *)malloc(sizeof (cont_lock_t));
cont_lock_t *which = NULL;
cont_lock_t *which = NULL;
cont_lock_t *cur = cont_lock_hash[i];
cont_lock_t *tmp = cur;
cont_lock_t *cont_lock_hash[CONT_LOCK_HASH_NUM];