Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/kcsan/
Dcore.c76 #define SLOT_IDX(slot, i) (slot + ((i + KCSAN_CHECK_ADJACENT) % NUM_SLOTS))
95 static atomic_long_t watchpoints[CONFIG_KCSAN_NUM_WATCHPOINTS + NUM_SLOTS-1];
119 BUILD_BUG_ON(CONFIG_KCSAN_NUM_WATCHPOINTS < NUM_SLOTS); in find_watchpoint()
121 for (i = 0; i < NUM_SLOTS; ++i) { in find_watchpoint()
151 …DX(CONFIG_KCSAN_NUM_WATCHPOINTS-1, KCSAN_CHECK_ADJACENT+1) != ARRAY_SIZE(watchpoints) - NUM_SLOTS); in insert_watchpoint()
153 for (i = 0; i < NUM_SLOTS; ++i) { in insert_watchpoint()
Dkcsan.h17 #define NUM_SLOTS (1 + 2*KCSAN_CHECK_ADJACENT) macro
Dreport.c64 static struct other_info other_infos[CONFIG_KCSAN_NUM_WATCHPOINTS + NUM_SLOTS-1];
/Linux-v5.10/drivers/mmc/host/
Dcqhci.c23 #define NUM_SLOTS 32 macro
717 for (tag = 0; tag < NUM_SLOTS; tag++) { in cqhci_error_irq()
1128 cq_host->num_slots = NUM_SLOTS; in cqhci_init()
1133 mmc->cqe_qdepth = NUM_SLOTS; in cqhci_init()