Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hwtracing/coresight/
Dcoresight-cpu-debug.c657 static const struct amba_id debug_ids[] = { variable
667 MODULE_DEVICE_TABLE(amba, debug_ids);
676 .id_table = debug_ids,
/Linux-v5.15/fs/netfs/
Dread_helper.c44 static atomic_t debug_ids; in netfs_alloc_read_request() local
53 rreq->debug_id = atomic_inc_return(&debug_ids); in netfs_alloc_read_request()