Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dmodctl.c159 static uint_t mod_autounload_key; /* for module autounload detection */ variable
349 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()