Home
last modified time | relevance | path

Searched refs:debug_ids (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/netfs/
H A Drolling_buffer.c14 static atomic_t debug_ids; variable
34 fq->debug_id = atomic_inc_return(&debug_ids); in netfs_folioq_alloc()
H A Dobjects.c21 static atomic_t debug_ids; in netfs_alloc_request() local
44 rreq->debug_id = atomic_inc_return(&debug_ids); in netfs_alloc_request()
/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-cpu-debug.c668 static const struct amba_id debug_ids[] = { variable
678 MODULE_DEVICE_TABLE(amba, debug_ids);
687 .id_table = debug_ids,
/linux-6.15/fs/afs/
H A Dvl_list.c16 static atomic_t debug_ids; in afs_alloc_vlserver() local
25 vlserver->debug_id = atomic_inc_return(&debug_ids); in afs_alloc_vlserver()
H A Dvl_rotate.c20 static atomic_t debug_ids; in afs_begin_vlserver_operation() local
34 vc->debug_id = atomic_inc_return(&debug_ids); in afs_begin_vlserver_operation()