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

/illumos-gate/usr/src/uts/common/os/
H A Dpool.c156 static list_t pool_event_cb_list; /* pool event callbacks */ variable
1733 list_create(&pool_event_cb_list, sizeof (pool_event_cb_t),
1737 list_insert_tail(&pool_event_cb_list, cb);
1747 list_remove(&pool_event_cb_list, cb);
1765 for (cb = list_head(&pool_event_cb_list); cb != NULL;
1766 cb = list_next(&pool_event_cb_list, cb)) {

Completed in 48 milliseconds