Home
last modified time | relevance | path

Searched refs:read_count (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/tests/sys/cddl/zfs/bin/
Dfile_check.c46 int64_t read_count = 0; in main() local
85 read_count += n; in main()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DEditline.cpp580 int read_count = in GetCharacter() local
584 while (read_count > 0 && status == lldb::eConnectionStatusSuccess) in GetCharacter()
585 read_count = in GetCharacter()
591 if (read_count) { in GetCharacter()
1605 size_t read_count = m_input_connection.Read( in CompleteCharacter()
1607 if (read_count == 0) in CompleteCharacter()
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_dcbx.c464 int read_count = 0; in ecore_dcbx_copy_mib() local
488 read_count++; in ecore_dcbx_copy_mib()
492 type, read_count, prefix_seq_num, suffix_seq_num); in ecore_dcbx_copy_mib()
494 (read_count < ECORE_DCBX_MAX_MIB_READ_TRY)); in ecore_dcbx_copy_mib()
496 if (read_count >= ECORE_DCBX_MAX_MIB_READ_TRY) { in ecore_dcbx_copy_mib()
499 type, read_count, prefix_seq_num, suffix_seq_num); in ecore_dcbx_copy_mib()
/freebsd-12-stable/contrib/gcclibs/libmudflap/
Dmf-runtime.c235 unsigned read_count; /* Number of times __mf_check/read was called on this object. */ member
899 obj->read_count ++; in __mfu_check()
1072 if (LIKELY (old_obj->read_count + old_obj->write_count)) in __mf_uncache_object()
1322 if ((old_obj->read_count + old_obj->write_count) == 0 && in __mfu_unregister()
1381 if (obj->read_count + obj->write_count) in __mf_adapt_cache_fn()
1699 obj->read_count, obj->write_count, obj->liveness, in __mf_describe_object()
DChangeLog1160 (read_count,write_count): New fields in __mf_object.
/freebsd-12-stable/tests/sys/fs/fusefs/
Dread.cc197 volatile sig_atomic_t read_count = 0; in TEST_F() local
210 read_count++; in TEST_F()
222 read_count++; in TEST_F()
253 EXPECT_EQ(read_count, 1); in TEST_F()
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_io.c3289 u_int read_count; local
3317 read_count = sizeof(rb->recv_space);
3319 read_count = (u_int)rp->datalen;
3321 buflen = read(fd, (char *)&rb->recv_space, read_count);