Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c75 typedef struct callb_table { struct
89 static callb_table_t callb_table; /* system level callback table */ argument
90 static callb_table_t *ct = &callb_table;
101 callb_table.ct_busy = B_FALSE; /* mark table open for additions */ in callb_init()
103 mutex_init(&callb_table.ct_lock, NULL, MUTEX_DEFAULT, NULL); in callb_init()
130 mutex_destroy(&callb_table.ct_lock); in callb_fini()