Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsubr_rman.c80 static struct lwkt_token rman_tok; /* mutex to protect rman_head */ variable
94 lwkt_token_init(&rman_tok, "rman"); in rman_init()
111 lwkt_gettoken(&rman_tok); in rman_init()
113 lwkt_reltoken(&rman_tok); in rman_init()
174 lwkt_gettoken(&rman_tok); in rman_fini()
176 lwkt_reltoken(&rman_tok); in rman_fini()
669 lwkt_gettoken(&rman_tok); in sysctl_rman()
728 lwkt_reltoken(&rman_tok); in sysctl_rman()