Home
last modified time | relevance | path

Searched refs:the_lock (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c118 } the_lock; variable
259 return ((the_lock.nholders > 0) && the_lock.remote_daemon != NULL && in addr_is_holder()
260 (order == the_lock.remote_daemon->order)); in addr_is_holder()
393 if (the_lock.type == LOCK_WRITE && the_lock.remote_daemon == NULL) in daemon_alive()
433 the_lock.type = LOCK_WRITE; in check_for_write_lock()
434 the_lock.holding_pid[0] = lock_wanted.pid; in check_for_write_lock()
435 the_lock.nholders = 1; in check_for_write_lock()
436 the_lock.state = STATE_CLEAR; in check_for_write_lock()
448 if (the_lock.remote_daemon == NULL && in lock_granted()
449 the_lock.type == LOCK_WRITE) { in lock_granted()
[all …]