Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/kcsan/
Dcore.c84 #define SLOT_IDX_FAST(slot, i) (slot + i) macro
122 watchpoint = &watchpoints[SLOT_IDX_FAST(slot, i)]; in find_watchpoint()