Searched defs:mod_autounload_key (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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);
3812 (void) tsd_set(mod_autounload_key, (void *)1);
3852 (void) tsd_set(mod_autounload_key, NULL);
4414 return ((int)(uintptr_t)tsd_get(mod_autounload_key));

Completed in 196 milliseconds