Home
last modified time | relevance | path

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

/kernel/kcsan/
Dcore.c92 #define SLOT_IDX_FAST(slot, i) (slot + i) macro
130 watchpoint = &watchpoints[SLOT_IDX_FAST(slot, i)]; in find_watchpoint()