Searched refs:NUM_SLOTS (Results 1 – 3 of 3) sorted by relevance
82 #define SLOT_IDX(slot, i) (slot + ((i + KCSAN_CHECK_ADJACENT) % NUM_SLOTS))101 static atomic_long_t watchpoints[CONFIG_KCSAN_NUM_WATCHPOINTS + NUM_SLOTS-1];125 BUILD_BUG_ON(CONFIG_KCSAN_NUM_WATCHPOINTS < NUM_SLOTS); in find_watchpoint()127 for (i = 0; i < NUM_SLOTS; ++i) { in find_watchpoint()157 …DX(CONFIG_KCSAN_NUM_WATCHPOINTS-1, KCSAN_CHECK_ADJACENT+1) != ARRAY_SIZE(watchpoints) - NUM_SLOTS); in insert_watchpoint()159 for (i = 0; i < NUM_SLOTS; ++i) { in insert_watchpoint()
18 #define NUM_SLOTS (1 + 2*KCSAN_CHECK_ADJACENT) macro
69 static struct other_info other_infos[CONFIG_KCSAN_NUM_WATCHPOINTS + NUM_SLOTS-1];