Searched refs:last_seq (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_fence.c133 uint64_t seq, last_seq, last_emitted; local
140 * process needs to update the last_seq btw the atomic read and
146 * polling process and the other process that xchg the last_seq
155 * have temporarly set the last_seq not to the true real last
158 last_seq = atomic64_read(&rdev->fence_drv[ring].last_seq);
162 seq |= last_seq & 0xffffffff00000000LL;
163 if (seq < last_seq) {
168 if (seq <= last_seq || seq > last_emitted) {
176 last_seq
[all...]
H A Dradeon.h228 atomic64_t last_seq; member in struct:radeon_fence_driver
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp490 SequenceIter last_seq = Sequences.end(); local
491 SequenceIter seq_pos = std::lower_bound(first_seq, last_seq, sequence,
494 if (seq_pos == last_seq) {
538 SequenceIter last_seq = Sequences.end(); local
539 SequenceIter seq_pos = std::lower_bound(first_seq, last_seq, sequence,
541 if (seq_pos == last_seq || seq_pos->LowPC != address) {
554 while (seq_pos != last_seq && seq_pos->LowPC < end_addr) {
/freebsd-10-stable/sys/geom/part/
H A Dg_part_ldm.c160 uint32_t last_seq; /* sequence number of last VBLK */ member in struct:ldm_vmdbhdr
679 db->dh.last_seq = be32dec(buf + LDM_DB_LASTSEQ_OFF);
687 db->dh.size * db->dh.last_seq >
1019 size = (db->dh.last_seq * db->dh.size +
1051 vh.seq > db->dh.last_seq) {

Completed in 187 milliseconds