Searched refs:send_count (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c1995 int send_count = 0;
2118 if (limit && ++send_count >= limit)
2399 apr_uint64_t send_count = 0;
2425 send_count = end - start + 1;
2426 if (limit > 0 && send_count > limit)
2427 send_count = limit;
2428 for (i = 0; i < send_count; ++i)
1994 int send_count = 0; local
2398 apr_uint64_t send_count = 0; local
/freebsd-12-stable/sys/dev/drm/
H A Dr128_cce.c915 if (d->send_count != 0) {
917 DRM_CURRENTPID, d->send_count);
H A Dmga_dma.c1124 if (d->send_count != 0) {
1126 DRM_CURRENTPID, d->send_count);
H A Dsavage_bci.c1035 if (d->send_count != 0) {
1037 DRM_CURRENTPID, d->send_count);
H A Ddrm.h451 int send_count; /**< Number of buffers to send */ member in struct:drm_dma
H A Dmach64_dma.c1705 if (d->send_count != 0) {
1707 DRM_CURRENTPID, d->send_count);
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_ioc32.c516 int send_count; /**< Number of buffers to send */ member in struct:drm_dma32
540 d.send_count = d32->send_count;
H A Ddrm.h393 int send_count; /**< Number of buffers to send */ member in struct:drm_dma

Completed in 118 milliseconds