Searched refs:rman_head (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Drman.h124 TAILQ_HEAD(rman_head, rman);
165 extern struct rman_head rman_head;
/freebsd-13-stable/sys/kern/
H A Dsubr_rman.c111 struct rman_head rman_head; variable in typeref:struct:rman_head
112 static struct mtx rman_mtx; /* mutex to protect rman_head */
134 TAILQ_INIT(&rman_head);
152 TAILQ_INSERT_TAIL(&rman_head, rm, rm_link);
269 TAILQ_REMOVE(&rman_head, rm, rm_link);
1001 TAILQ_FOREACH(rm, &rman_head, rm_link) {
1125 TAILQ_FOREACH(rm, &rman_head, rm_link) {
1134 TAILQ_FOREACH(rm, &rman_head, rm_link) {

Completed in 119 milliseconds