Home
last modified time | relevance | path

Searched refs:last_seqno (Results 1 - 8 of 8) sorted by relevance

/third_party/selinux/libselinux/src/
H A Dsestatus.c40 static uint32_t last_seqno; variable
113 * `last_seqno' being initialized to odd-number in the first call. in selinux_status_updated()
118 if (last_seqno & 0x0001) in selinux_status_updated()
119 last_seqno = curr_seqno; in selinux_status_updated()
121 if (last_seqno == curr_seqno) in selinux_status_updated()
141 last_seqno = curr_seqno; in selinux_status_updated()
308 last_seqno = (uint32_t)(-1); in selinux_status_open()
341 last_seqno = (uint32_t)(-1); in selinux_status_open()
391 last_seqno = (uint32_t)(-1); in selinux_status_close()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.h561 uint64_t *const last_seqno = &bo->last_seqnos[type]; in iris_bo_bump_seqno() local
562 uint64_t tmp, prev_seqno = p_atomic_read(last_seqno); in iris_bo_bump_seqno()
565 prev_seqno != (tmp = p_atomic_cmpxchg(last_seqno, prev_seqno, seqno))) in iris_bo_bump_seqno()
H A Diris_batch.h348 batch->next_seqno = p_atomic_inc_return(&batch->screen->last_seqno); in iris_batch_sync_boundary()
H A Diris_screen.h199 uint64_t last_seqno; member
/third_party/mesa3d/src/freedreno/decode/
H A Dcrashdec-hfi.c391 int last_seqno = -1; in is_valid_decode_start() local
416 if ((last_seqno != -1) && (((last_seqno + 1) & 0xfff) != seqno)) in is_valid_decode_start()
419 last_seqno = seqno; in is_valid_decode_start()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_query.c264 if (!vc4_wait_seqno(ctx->screen, query->hwperfmon->last_seqno, in vc4_get_query_result()
H A Dvc4_context.h203 uint64_t last_seqno; member
H A Dvc4_job.c501 job->perfmon->last_seqno = submit.seqno; in vc4_job_submit()

Completed in 6 milliseconds