Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c162 static uint_t mod_autounload_key; /* for module autounload detection */ variable
352 tsd_create(&mod_autounload_key, NULL); in mod_setup()
3864 (void) tsd_set(mod_autounload_key, (void *)1); in mod_uninstall_all()
3904 (void) tsd_set(mod_autounload_key, NULL); in mod_uninstall_all()
4466 return ((int)(uintptr_t)tsd_get(mod_autounload_key)); in mod_in_autounload()