Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Duipc_usrreq.c139 static struct lwkt_token unp_token = LWKT_TOKEN_INITIALIZER(unp_token); variable
332 lwkt_gettoken(&unp_token); in uipc_abort()
343 lwkt_reltoken(&unp_token); in uipc_abort()
354 lwkt_gettoken(&unp_token); in uipc_accept()
379 lwkt_reltoken(&unp_token); in uipc_accept()
389 lwkt_gettoken(&unp_token); in uipc_attach()
394 lwkt_reltoken(&unp_token); in uipc_attach()
404 lwkt_gettoken(&unp_token); in uipc_bind()
413 lwkt_reltoken(&unp_token); in uipc_bind()
446 lwkt_gettoken(&unp_token); in uipc_detach()
[all …]
/dragonfly/sys/vfs/nfs/
H A Dnfs_subs.c101 struct lwkt_token nfs_token = LWKT_TOKEN_INITIALIZER(unp_token);