Searched refs:ring_index (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c355 u16 new_index, ring_index, stamp_index; local
369 ring_index = ring->cons & size_mask;
370 stamp_index = ring_index;
394 ring_index = (ring_index + ring->last_nr_txbb) & size_mask;
397 priv, ring, ring_index);
401 stamp_index = ring_index;
403 } while (ring_index != new_index);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp130 HeapAllocationRecord *har, uptr *ring_index,
142 *ring_index = i;
384 uptr ring_index, num_matching_addrs, num_matching_addrs_4b;
386 &ring_index, &num_matching_addrs,
405 Printf("hwasan_dev_note_heap_rb_distance: %zd %zd\n", ring_index + 1,
129 FindHeapAllocation(HeapAllocationsRingBuffer *rb, uptr tagged_addr, HeapAllocationRecord *har, uptr *ring_index, uptr *num_matching_addrs, uptr *num_matching_addrs_4b) argument

Completed in 60 milliseconds