Lines Matching defs:evl
228 struct idxd_evl *evl = idxd->evl;
240 evl->batch_fail[entry_head->batch_id] = false;
246 bf = &evl->batch_fail[entry_head->batch_id];
291 evl->batch_fail[entry_head->batch_id] = true;
315 struct idxd_evl *evl = idxd->evl;
318 if (test_bit(index, evl->bmap)) {
319 clear_bit(index, evl->bmap);
358 struct idxd_evl *evl = idxd->evl;
366 spin_lock(&evl->lock);
373 size = idxd->evl->size;
376 entry_head = (struct __evl_entry *)(evl->log + (h * ent_size));
383 spin_unlock(&evl->lock);