Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/kcsan/
Dcore.c90 #define SLOT_IDX_FAST(slot, i) (slot + i) macro
128 watchpoint = &watchpoints[SLOT_IDX_FAST(slot, i)]; in find_watchpoint()