Home
last modified time | relevance | path

Searched refs:buf_count (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/sys/dev/drm2/
H A Ddrm_bufs.c779 buf->idx = dma->buf_count + entry->buf_count; in drm_addbufs_agp()
814 (dma->buf_count + entry->buf_count) * sizeof(*dma->buflist), in drm_addbufs_agp()
829 dma->buf_count += entry->buf_count; in drm_addbufs_agp()
980 buf->idx = dma->buf_count + entry->buf_count; in drm_addbufs_pci()
1013 (dma->buf_count + entry->buf_count) * sizeof(*dma->buflist), in drm_addbufs_pci()
1037 dma->buf_count += entry->buf_count; in drm_addbufs_pci()
1142 buf->idx = dma->buf_count + entry->buf_count; in drm_addbufs_sg()
1178 (dma->buf_count + entry->buf_count) * sizeof(*dma->buflist), in drm_addbufs_sg()
1193 dma->buf_count += entry->buf_count; in drm_addbufs_sg()
1298 buf->idx = dma->buf_count + entry->buf_count; in drm_addbufs_fb()
[all …]
H A Ddrm_dma.c85 dma->bufs[i].buf_count, in drm_dma_takedown()
94 if (dma->bufs[i].buf_count) { in drm_dma_takedown()
95 for (j = 0; j < dma->bufs[i].buf_count; j++) { in drm_dma_takedown()
143 for (i = 0; i < dma->buf_count; i++) { in drm_core_reclaim_buffers()
H A Ddrm_sysctl.c291 templists = malloc(sizeof(int) * dma->buf_count, DRM_MEM_DRIVER,
293 for (i = 0; i < dma->buf_count; i++)
301 if (dma->bufs[i].buf_count)
305 dma->bufs[i].buf_count,
316 for (i = 0; i < dma->buf_count; i++) {
H A DdrmP.h382 int buf_count; /**< number of buffers */ member
453 int buf_count; /**< total number of buffers */ member
/freebsd-13.1/contrib/diff/lib/
H A Dexclude.c213 size_t buf_count = 0; in add_exclude_file() local
224 if (buf_count == buf_alloc) in add_exclude_file()
226 buf[buf_count++] = c; in add_exclude_file()
235 buf = xrealloc (buf, buf_count + 1); in add_exclude_file()
236 buf[buf_count] = line_end; in add_exclude_file()
237 lim = buf + buf_count + ! (buf_count == 0 || buf[buf_count - 1] == line_end); in add_exclude_file()
/freebsd-13.1/sys/net/
H A Dif_clone.c483 int buf_count, count, err = 0; in if_clone_list() local
497 buf_count = (V_if_cloners_count < ifcr->ifcr_count) ? in if_clone_list()
501 outbuf = malloc(IFNAMSIZ*buf_count, M_CLONE, M_WAITOK | M_ZERO); in if_clone_list()
510 count = (V_if_cloners_count < buf_count) ? in if_clone_list()
511 V_if_cloners_count : buf_count; in if_clone_list()
522 err = copyout(outbuf, dst, buf_count*IFNAMSIZ); in if_clone_list()
/freebsd-13.1/contrib/unbound/dnstap/
H A Ddtstream.c650 rb->buf_count = 0; in dtio_read_frame_free()
1121 if(dtio->read_frame.buf_count < dtio->read_frame.frame_len) { in dtio_read_accept_frame()
1125 dtio->read_frame.buf_count, in dtio_read_accept_frame()
1127 dtio->read_frame.buf_count); in dtio_read_accept_frame()
1131 dtio->read_frame.buf_count, in dtio_read_accept_frame()
1133 dtio->read_frame.buf_count); in dtio_read_accept_frame()
1143 dtio->read_frame.buf_count += r; in dtio_read_accept_frame()
1144 if(dtio->read_frame.buf_count < dtio->read_frame.frame_len) in dtio_read_accept_frame()
H A Ddtstream.h103 size_t buf_count; member
/freebsd-13.1/sys/dev/ice/
H A Dice_flex_type.h103 __le32 buf_count; member
H A Dice_flex_pipe.c195 if (++state->buf_idx < LE32_TO_CPU(state->buf_table->buf_count)) in ice_pkg_enum_buf()
1156 LE32_TO_CPU(ice_buf_tbl->buf_count)); in ice_download_pkg()
1159 LE32_TO_CPU(ice_buf_tbl->buf_count)); in ice_download_pkg()