Lines Matching refs:refcount
236 unsigned int refcount; /*%< number of users */
648 if (disp->refcount != 0)
664 * Called when refcount reaches 0 (and safe to destroy).
1444 if (disp->refcount == 0) {
2403 disp->refcount = 1;
2631 disp->refcount++;
2907 disp->refcount++;
2933 INSIST(disp->refcount > 0);
2934 disp->refcount--;
2935 if (disp->refcount == 0) {
2948 dispatch_log(disp, LVL(90), "detach: refcount %d", disp->refcount);
3081 disp->refcount++;
3116 disp->refcount--;
3205 INSIST(disp->refcount > 0);
3206 disp->refcount--;
3207 if (disp->refcount == 0) {