Lines Matching refs:usage
34 op->object->debug_id, op->debug_id, atomic_read(&op->usage)); in fscache_enqueue_operation()
39 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_enqueue_operation()
46 atomic_inc(&op->usage); in fscache_enqueue_operation()
91 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_submit_exclusive_op()
105 atomic_inc(&op->usage); in fscache_submit_exclusive_op()
109 atomic_inc(&op->usage); in fscache_submit_exclusive_op()
125 atomic_inc(&op->usage); in fscache_submit_exclusive_op()
193 object->debug_id, op->debug_id, atomic_read(&op->usage)); in fscache_submit_op()
196 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_submit_op()
212 atomic_inc(&op->usage); in fscache_submit_op()
216 atomic_inc(&op->usage); in fscache_submit_op()
228 atomic_inc(&op->usage); in fscache_submit_op()
305 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_cancel_op()
404 op->object->debug_id, op->debug_id, atomic_read(&op->usage)); in fscache_put_operation()
406 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_put_operation()
408 if (!atomic_dec_and_test(&op->usage)) in fscache_put_operation()
490 ASSERTCMP(atomic_read(&op->usage), ==, 0); in fscache_operation_gc()
520 op->object->debug_id, op->debug_id, atomic_read(&op->usage)); in fscache_op_work_func()