Searched refs:objs_cnt (Results 1 – 2 of 2) sorted by relevance
289 if (priv->objs_cnt == UINT_MAX) { in ntsync_create_obj()294 priv->objs_cnt++; in ntsync_create_obj()301 MPASS(priv->objs_cnt > 0); in ntsync_create_obj()302 priv->objs_cnt--; in ntsync_create_obj()318 MPASS(priv->objs_cnt > 0); in ntsync_close_obj()320 priv->objs_cnt--; in ntsync_close_obj()1146 do_free = priv->closed && priv->objs_cnt == 0; in ntsync_free_priv()1167 priv->objs_cnt = 0; in ntsync_open()
93 unsigned objs_cnt; member