Searched refs:last_head (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/drm/
H A Di915_dma.c46 u32 last_head = I915_READ(PRB0_HEAD) & HEAD_ADDR; local
64 if (ring->head != last_head)
70 last_head = ring->head;
H A Dradeon_cp.c1905 u32 last_head = GET_RING_HEAD(dev_priv); local
1918 if (head != last_head)
1920 last_head = head;
/freebsd-11-stable/contrib/gcc/
H A Dcfgrtl.c1764 rtx last_head = get_last_insn ();
1778 for (x = last_head; x != NULL_RTX; x = PREV_INSN (x))
1821 last_head = x;
1751 rtx last_head = get_last_insn (); local

Completed in 73 milliseconds