Home
last modified time | relevance | path

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

/NextBSD/sbin/hastd/
HDrangelock.c51 TAILQ_HEAD(, rlock) rls_locks; /* List of locked ranges. */
54 struct rlock { struct
57 TAILQ_ENTRY(rlock) rl_next; argument
82 struct rlock *rl; in rangelock_free()
98 struct rlock *rl; in rangelock_add()
114 struct rlock *rl; in rangelock_del()
130 struct rlock *rl; in rangelock_islocked()
/NextBSD/sys/netinet/
HDtcp_usrreq.c253 int rlock = 0; in tcp_usr_detach() local
259 rlock = 1; in tcp_usr_detach()
265 if (rlock) in tcp_usr_detach()