Searched refs:reads (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache.c83 cache->reads++;
173 cache->reads++;
216 info->gets = cache->reads;
234 cache->reads = 0;
H A Dcache.h98 apr_uint64_t reads; member in struct:svn_cache__t
/freebsd-11-stable/contrib/unbound/util/
H A Dmini_event.c123 FD_ZERO(&base->reads);
187 memmove(&r, &base->reads, sizeof(fd_set));
301 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->reads);
336 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->reads);
H A Dmini_event.h115 reads, member in struct:event_base
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dentropy.c394 fd_set reads; local
398 FD_ZERO(&reads);
407 FD_SET(fd, &reads);
425 FD_SET(fd, &reads);
436 cc = select(maxfd + 1, &reads, &writes, NULL, NULL);
/freebsd-11-stable/contrib/byacc/
H A Dlalr.c285 Value_t **reads; local
294 reads = NEW2(ngotos, Value_t *);
325 reads[i] = rp = NEW2(nedges + 1, Value_t);
339 digraph(reads);
343 if (reads[i])
344 FREE(reads[i]);
347 FREE(reads);
/freebsd-11-stable/lib/libc/net/
H A Drcmd.c88 fd_set reads; local
236 FD_ZERO(&reads);
237 FD_SET(s, &reads);
238 FD_SET(s2, &reads);
240 if (_select(nfds, &reads, 0, 0, 0) < 1 || !FD_ISSET(s2, &reads)){
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp233 bool reads, writes; local
234 std::tie(reads, writes) = mi->readsWritesVirtualRegister(li.reg);
235 weight = LiveIntervals::getSpillWeight(writes, reads, &MBFI, *mi);
/freebsd-11-stable/contrib/byacc/package/
H A Dbyacc.spec16 This package provides a parser generator utility that reads a grammar
H A Dmingw-byacc.spec16 This package provides a parser generator utility that reads a grammar
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c74 uint64_t reads; member in struct:hast_snmp_resource
340 res->reads = nv_get_uint64(nvout, "stat_read%u", i);
494 value->v.counter64 = res->reads;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql62 but doesn't block reads. The incomplete transaction means that no
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql84 but doesn't block reads. The incomplete transaction means that no
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_queue.c136 * between reads, writes, and scrubs. E.g., increasing
138 * more quickly, but reads and writes to have higher latency and lower
271 "Acceptable gap between two reads being aggregated");
509 ksio->reads++;
763 * For reads, there's nothing to do. While we are unable to
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3096 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
3115 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been
3625 % The texindex program reads in these files and writes files
5860 % they're defined in; @include reads the file inside a group.
5922 % {. If so it reads up to the closing }, if not, it reads the whole
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2995 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
3014 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been
3523 % The texindex program reads in these files and writes files
5736 % they're defined in; @include reads the file inside a group.
5798 % {. If so it reads up to the closing }, if not, it reads the whole
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex4212 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
4856 % The texindex program reads in these files and writes files
7679 % they're defined in; @include reads the file inside a group.
7760 % {. If so it reads up to the closing }, if not, it reads the whole
8906 % correctly categorized when TeX reads the replacement text of

Completed in 316 milliseconds