HomeSort by: relevance | last modified time | path
    Searched defs:next_cmd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fifo.c 219 uint32_t next_cmd = vmw_mmio_read(fifo_mem + SVGA_FIFO_NEXT_CMD); local in function:vmw_fifo_is_full
223 return ((max - next_cmd) + (stop - min) <= bytes);
354 uint32_t next_cmd; local in function:vmw_local_fifo_reserve
361 next_cmd = vmw_mmio_read(fifo_mem + SVGA_FIFO_NEXT_CMD);
376 if (next_cmd >= stop) {
377 if (likely((next_cmd + bytes < max ||
378 (next_cmd + bytes == max && stop > min))))
391 if (likely((next_cmd + bytes < stop)))
409 (next_cmd >> 2));
456 uint32_t next_cmd,
499 uint32_t next_cmd = vmw_mmio_read(fifo_mem + SVGA_FIFO_NEXT_CMD); local in function:vmw_local_fifo_commit
    [all...]
  /src/distrib/utils/ssh/
ssh.c 80 jmp_buf next_cmd; variable in typeref:typename:jmp_buf
167 sig = setjmp(next_cmd);
191 longjmp(next_cmd, sig);

Completed in 14 milliseconds