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

/freebsd-12-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-12-stable/sbin/rcorder/
H A Drcorder.c1075 int last_seq = 0; local
1106 (last_seq == 0 ? "" :
1107 (do_parallel != true || last_seq != (*psl)->sequence) ?
1110 last_seq = (*psl)->sequence;
1114 if (last_seq)
/freebsd-12-stable/sys/geom/part/
H A Dg_part_ldm.c160 uint32_t last_seq; /* sequence number of last VBLK */ member in struct:ldm_vmdbhdr
680 db->dh.last_seq = be32dec(buf + LDM_DB_LASTSEQ_OFF);
688 db->dh.size * db->dh.last_seq >
1020 size = howmany(db->dh.last_seq * db->dh.size, pp->sectorsize);
1051 vh.seq > db->dh.last_seq) {
/freebsd-12-stable/sys/netinet/tcp_stacks/
H A Drack.c4252 uint32_t changed, last_seq, entered_recovery = 0; local
4407 last_seq = rsm->r_end;
4409 last_seq = tp->snd_max;
4427 (SEQ_LT(sack.end, last_seq)) &&

Completed in 220 milliseconds