Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_bufs.c776 buf->idx = dma->buf_count + entry->buf_count; in drm_addbufs_agp()
811 (dma->buf_count + entry->buf_count) * sizeof(*dma->buflist), in drm_addbufs_agp()
826 dma->buf_count += entry->buf_count; in drm_addbufs_agp()
977 buf->idx = dma->buf_count + entry->buf_count; in drm_addbufs_pci()
1010 (dma->buf_count + entry->buf_count) * sizeof(*dma->buflist), in drm_addbufs_pci()
1034 dma->buf_count += entry->buf_count; in drm_addbufs_pci()
1139 buf->idx = dma->buf_count + entry->buf_count; in drm_addbufs_sg()
1175 (dma->buf_count + entry->buf_count) * sizeof(*dma->buflist), in drm_addbufs_sg()
1190 dma->buf_count += entry->buf_count; in drm_addbufs_sg()
1295 buf->idx = dma->buf_count + entry->buf_count; in drm_addbufs_fb()
[all …]
H A Ddrm_dma.c83 dma->bufs[i].buf_count, in drm_dma_takedown()
92 if (dma->bufs[i].buf_count) { in drm_dma_takedown()
93 for (j = 0; j < dma->bufs[i].buf_count; j++) { in drm_dma_takedown()
141 for (i = 0; i < dma->buf_count; i++) { in drm_core_reclaim_buffers()
H A Ddrm_sysctl.c289 templists = malloc(sizeof(int) * dma->buf_count, DRM_MEM_DRIVER,
291 for (i = 0; i < dma->buf_count; i++)
299 if (dma->bufs[i].buf_count)
303 dma->bufs[i].buf_count,
314 for (i = 0; i < dma->buf_count; i++) {
H A DdrmP.h380 int buf_count; /**< number of buffers */ member
451 int buf_count; /**< total number of buffers */ member
/freebsd/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/sys/net/
H A Dif_clone.c701 int buf_count, count, err = 0; in if_clone_list() local
715 buf_count = (V_if_cloners_count < ifcr->ifcr_count) ? in if_clone_list()
719 outbuf = malloc(IFNAMSIZ*buf_count, M_CLONE, M_WAITOK | M_ZERO); in if_clone_list()
728 count = (V_if_cloners_count < buf_count) ? in if_clone_list()
729 V_if_cloners_count : buf_count; in if_clone_list()
740 err = copyout(outbuf, dst, buf_count*IFNAMSIZ); in if_clone_list()
/freebsd/sys/dev/ice/
H A Dice_ddp_common.c525 LE32_TO_CPU(seg->buf_tbl.buf_count), in ice_download_pkg_sig_seg()
548 u32 buf_count; in ice_download_pkg_config_seg() local
555 buf_count = LE32_TO_CPU(bufs->buf_count); in ice_download_pkg_config_seg()
557 if (start >= buf_count || start + count > buf_count) in ice_download_pkg_config_seg()
760 LE32_TO_CPU(ice_buf_tbl->buf_count)); in ice_download_pkg_without_sig_seg()
763 LE32_TO_CPU(ice_buf_tbl->buf_count)); in ice_download_pkg_without_sig_seg()
2000 if (++state->buf_idx < LE32_TO_CPU(state->buf_table->buf_count)) in ice_pkg_enum_buf()
2470 if (LE32_TO_CPU(seg->buf_table.buf_count) < ICE_MIN_S_COUNT) { in ice_cfg_tx_topo()
2472 seg->buf_table.buf_count); in ice_cfg_tx_topo()
H A Dice_ddp_common.h176 __le32 buf_count; member
/freebsd/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