Lines Matching defs:refcount
109 atomic_t refcount;
167 atomic_t refcount;
470 atomic_inc(&bo_gem->refcount);
793 atomic_set(&bo_gem->refcount, 1);
913 atomic_set(&bo_gem->refcount, 1);
1111 atomic_set(&bo_gem->refcount, 1);
1374 assert(atomic_read(&bo_gem->refcount) > 0);
1375 if (atomic_dec_and_test(&bo_gem->refcount))
1383 assert(atomic_read(&bo_gem->refcount) > 0);
1385 if (atomic_add_unless(&bo_gem->refcount, -1, 1)) {
1394 if (atomic_dec_and_test(&bo_gem->refcount)) {
2605 atomic_set(&bo_gem->refcount, 1);
3367 atomic_inc(&bufmgr_gem->refcount);
3380 if (atomic_add_unless(&bufmgr_gem->refcount, -1, 1)) {
3383 if (atomic_dec_and_test(&bufmgr_gem->refcount)) {
3552 atomic_set(&bufmgr_gem->refcount, 1);