Searched refs:sdp_loadcnt (Results 1 – 2 of 2) sorted by relevance
131 sdp->sdp_loadcnt = ctl->mod_loadcnt; in __sdt_provide_module()185 if (ctl != NULL && ctl->mod_loadcnt == sdp->sdp_loadcnt && ctl->mod_loaded) { in sdt_destroy()245 if (ctl->mod_loadcnt != sdp->sdp_loadcnt) { in sdt_enable()292 if (!ctl->mod_loaded || ctl->mod_loadcnt != sdp->sdp_loadcnt) { in sdt_disable()
98 int sdp_loadcnt; /* load count for module */ member