Searched refs:callb_table (Results 1 – 1 of 1) sorted by relevance
76 typedef struct callb_table { struct90 static callb_table_t callb_table; /* system level callback table */ variable91 static callb_table_t *ct = &callb_table;102 callb_table.ct_busy = 0; /* mark table open for additions */ in callb_init()104 mutex_init(&callb_table.ct_lock, NULL, MUTEX_DEFAULT, NULL); in callb_init()