Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_model_dummy.h46 #define NUM_SLOTS 4 /*number of job slots */ macro
143 u32 js_status[NUM_SLOTS];
H A Dmali_kbase_model_dummy.c165 struct job_slot slots[NUM_SLOTS];
742 for (i = 0; i < NUM_SLOTS; i++) { in init_register_statuses()
1014 for (i = 0; i < NUM_SLOTS; i++) { in update_job_irq_js_state()
1153 for (i = 0; i < NUM_SLOTS; i++) { in midgard_model_update()
1201 for (i = 0; i < NUM_SLOTS; i++) { in invalidate_active_jobs()
1222 KBASE_DEBUG_ASSERT(slot_idx < NUM_SLOTS);
1274 for (i = 0; i < NUM_SLOTS; i++) {
1289 for (i = 0; i < NUM_SLOTS; i++)
1635 for (i = 0; i < NUM_SLOTS; i++)
1800 KBASE_DEBUG_ASSERT(slot_idx < NUM_SLOTS);
[all …]
/OK3568_Linux_fs/kernel/kernel/kcsan/
H A Dcore.c75 #define SLOT_IDX(slot, i) (slot + ((i + KCSAN_CHECK_ADJACENT) % NUM_SLOTS))
94 static atomic_long_t watchpoints[CONFIG_KCSAN_NUM_WATCHPOINTS + NUM_SLOTS-1];
118 BUILD_BUG_ON(CONFIG_KCSAN_NUM_WATCHPOINTS < NUM_SLOTS); in find_watchpoint()
120 for (i = 0; i < NUM_SLOTS; ++i) { in find_watchpoint()
150 …DX(CONFIG_KCSAN_NUM_WATCHPOINTS-1, KCSAN_CHECK_ADJACENT+1) != ARRAY_SIZE(watchpoints) - NUM_SLOTS); in insert_watchpoint()
152 for (i = 0; i < NUM_SLOTS; ++i) { in insert_watchpoint()
H A Dkcsan.h17 #define NUM_SLOTS (1 + 2*KCSAN_CHECK_ADJACENT) macro
H A Dreport.c64 static struct other_info other_infos[CONFIG_KCSAN_NUM_WATCHPOINTS + NUM_SLOTS-1];
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dcqhci-core.c24 #define NUM_SLOTS 32 macro
759 for (tag = 0; tag < NUM_SLOTS; tag++) { in cqhci_error_irq()
1171 cq_host->num_slots = NUM_SLOTS; in cqhci_init()
1176 mmc->cqe_qdepth = NUM_SLOTS; in cqhci_init()