Lines Matching refs:debug_id
208 cell->debug_id = atomic_inc_return(&cell_debug_id); in afs_alloc_cell()
210 trace_afs_cell(cell->debug_id, 1, 0, afs_cell_trace_alloc); in afs_alloc_cell()
518 trace_afs_cell(cell->debug_id, r, atomic_read(&cell->active), afs_cell_trace_free); in afs_cell_destroy()
549 trace_afs_cell(cell->debug_id, r + 1, atomic_read(&cell->active), reason); in afs_get_cell()
559 unsigned int debug_id = cell->debug_id; in afs_put_cell() local
566 trace_afs_cell(debug_id, r - 1, a, reason); in afs_put_cell()
584 trace_afs_cell(cell->debug_id, r + 1, a, reason); in afs_use_cell()
594 unsigned int debug_id; in afs_unuse_cell() local
610 debug_id = cell->debug_id; in afs_unuse_cell()
617 trace_afs_cell(debug_id, r - 1, a, reason); in afs_unuse_cell()
631 trace_afs_cell(cell->debug_id, r, a, reason); in afs_see_cell()