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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
timer.h 38 int reads; member in struct:nvkm_timer_wait
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dma_buf.c 339 bool reads = (direction == DMA_BIDIRECTIONAL || local in function:amdgpu_dma_buf_begin_cpu_access
342 if (!reads || !(domain & AMDGPU_GEM_DOMAIN_GTT))
  /src/sys/arch/evbppc/wii/dev/
wiifb.c 237 u_int strides, reads; local in function:wiifb_set_mode
304 reads = (sc->sc_curmode->width * 2) / 32;
307 __SHIFTIN(reads, VI_PICCONF_READS));
  /src/lib/libc/net/
rcmd.c 196 struct pollfd reads[2]; local in function:resrcmd
294 reads[0].fd = s;
295 reads[0].events = POLLIN;
296 reads[1].fd = s2;
297 reads[1].events = POLLIN;
299 pollr = poll(reads, 2, INFTIM);
300 if (pollr < 1 || (reads[1].revents & POLLIN) == 0) {

Completed in 16 milliseconds