Lines Matching refs:usage
41 atomic_set(&op->usage, 1); in fscache_operation_init()
66 op->object->debug_id, op->debug_id, atomic_read(&op->usage)); in fscache_enqueue_operation()
71 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_enqueue_operation()
80 atomic_inc(&op->usage); in fscache_enqueue_operation()
169 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_submit_exclusive_op()
196 atomic_inc(&op->usage); in fscache_submit_exclusive_op()
200 atomic_inc(&op->usage); in fscache_submit_exclusive_op()
216 atomic_inc(&op->usage); in fscache_submit_exclusive_op()
251 object->debug_id, op->debug_id, atomic_read(&op->usage)); in fscache_submit_op()
256 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_submit_op()
282 atomic_inc(&op->usage); in fscache_submit_op()
286 atomic_inc(&op->usage); in fscache_submit_op()
298 atomic_inc(&op->usage); in fscache_submit_op()
376 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_cancel_op()
503 op->debug_id, atomic_read(&op->usage)); in fscache_put_operation()
505 ASSERTCMP(atomic_read(&op->usage), >, 0); in fscache_put_operation()
507 if (!atomic_dec_and_test(&op->usage)) in fscache_put_operation()
595 ASSERTCMP(atomic_read(&op->usage), ==, 0); in fscache_operation_gc()
624 op->object->debug_id, op->debug_id, atomic_read(&op->usage)); in fscache_op_work_func()