Searched refs:mod_refcnt (Results 1 – 6 of 6) sorted by relevance
465 module_netbsd->mod_refcnt = 1; in module_init()792 mod->mod_refcnt++; in module_hold()806 KASSERT(mod->mod_refcnt > 0); in module_rele()807 mod->mod_refcnt--; in module_rele()833 (*mod->mod_required)[i]->mod_refcnt++; in module_enqueue()1478 if (mod->mod_refcnt != 0) { in module_do_unload()1480 mod->mod_refcnt); in module_do_unload()1520 (*mod->mod_required)[i]->mod_refcnt--; in module_do_unload()
192 ms->ms_refcnt = mod->mod_refcnt; in handle_modctl_stat()
117 oms->oms_refcnt = mod->mod_refcnt; in compat_80_modstat()
90 u_int mod_refcnt; member
107 oms->oms_refcnt = mod->mod_refcnt; in modctl32_handle_ostat()
123 ms->ms_refcnt = mod->mod_refcnt; in modctl32_handle_stat()