Searched refs:mod_autounload_key (Results 1 – 1 of 1) sorted by relevance
159 static uint_t mod_autounload_key; /* for module autounload detection */ variable349 tsd_create(&mod_autounload_key, NULL); in mod_setup()3812 (void) tsd_set(mod_autounload_key, (void *)1); in mod_uninstall_all()3852 (void) tsd_set(mod_autounload_key, NULL); in mod_uninstall_all()4414 return ((int)(uintptr_t)tsd_get(mod_autounload_key)); in mod_in_autounload()