Lines Matching refs:t_refcount
259 BUG_ON(!th->t_refcount);
264 if (th->t_refcount > 1) {
918 BUG_ON(!th->t_refcount);
919 if (th->t_refcount == 1) {
2787 BUG_ON(!th->t_refcount);
2789 old_ref = th->t_refcount;
2790 th->t_refcount++;
2808 if (th->t_refcount > old_ref) {
2810 th->t_refcount--;
2846 BUG_ON(!th->t_refcount);
2848 old_ref = th->t_refcount;
2849 th->t_refcount++;
2868 if (th->t_refcount > old_ref) {
2870 th->t_refcount--;