Lines Matching refs:t_refcount
259 BUG_ON(!th->t_refcount);
264 if (th->t_refcount > 1) {
910 BUG_ON(!th->t_refcount);
911 if (th->t_refcount == 1) {
2766 BUG_ON(!th->t_refcount);
2768 old_ref = th->t_refcount;
2769 th->t_refcount++;
2787 if (th->t_refcount > old_ref) {
2789 th->t_refcount--;
2825 BUG_ON(!th->t_refcount);
2827 old_ref = th->t_refcount;
2828 th->t_refcount++;
2847 if (th->t_refcount > old_ref) {
2849 th->t_refcount--;