Searched refs:debug_ids (Results 1 – 4 of 4) sorted by relevance
21 static atomic_t debug_ids; in netfs_alloc_request() local44 rreq->debug_id = atomic_inc_return(&debug_ids); in netfs_alloc_request()
668 static const struct amba_id debug_ids[] = { variable678 MODULE_DEVICE_TABLE(amba, debug_ids);687 .id_table = debug_ids,
16 static atomic_t debug_ids; in afs_alloc_vlserver() local25 vlserver->debug_id = atomic_inc_return(&debug_ids); in afs_alloc_vlserver()
20 static atomic_t debug_ids; in afs_begin_vlserver_operation() local34 vc->debug_id = atomic_inc_return(&debug_ids); in afs_begin_vlserver_operation()
Completed in 11 milliseconds