Home
last modified time | relevance | path

Searched refs:rcount (Results 1 – 22 of 22) sorted by relevance

/third_party/ltp/testcases/kernel/io/disktest/
Dstats.c109 (env->hbeat_stats.rcount)); in print_stats()
117 ((double)(env->hbeat_stats.rcount) / in print_stats()
133 (env->cycle_stats.rcount)); in print_stats()
141 ((double)(env->cycle_stats.rcount) / in print_stats()
157 (env->global_stats.rcount)); in print_stats()
165 ((double)(env->global_stats.rcount) / in print_stats()
192 (env->hbeat_stats.rcount)); in print_stats()
204 (env->cycle_stats.rcount)); in print_stats()
215 (env->global_stats.rcount), in print_stats()
240 ((double)env->hbeat_stats.rcount / in print_stats()
[all …]
Dchildmain.c150 (env->rcount)--; in decrement_io_count()
245 (((env->rcount) + 1) + (env->wcount))) >= (args->wperc)) { in get_next_action()
253 ((double)env->rcount + (double)env->wcount)), in get_next_action()
254 100 * ((double)(env->rcount) / in get_next_action()
255 ((double)env->wcount + (double)env->rcount))); in get_next_action()
281 && (((env->wcount) + (env->rcount)) >= in get_next_action()
366 if (((target.oper == WRITER) ? env->wcount : env->rcount) >= in get_next_action()
374 && (((env->wcount) + (env->rcount)) >= args->seeks)) { in get_next_action()
459 env->rcount, args->seeks, args->stop_lba); in get_next_action()
461 PDBG5(DBUG, args, "%lld, %lld, %lld, %lld\n", env->wcount, env->rcount, in get_next_action()
[all …]
Dtimer.c129 + env->global_stats.rcount in ChildTimer()
130 + env->cycle_stats.rcount + env->hbeat_stats.rcount; in ChildTimer()
Dmain.h198 OFF_T rcount; member
223 unsigned long rcount; /* number of reads a child should perform, 0 is unbound */ member
259 OFF_T rcount; /* number of read IO operations */ member
Dmain.c86 test->env->rcount = 0; in linear_read_write_test()
125 test->env->rcount = 0; in linear_read_write_test()
364 test->env->rcount = 0; in threadedMain()
/third_party/boost/boost/interprocess/detail/
Dintermodule_singleton_common.hpp404 ref_count_ptr *rcount = intermodule_singleton_helpers::thread_safe_global_map_dependant in operator ()() local
406 if(!rcount){ in operator ()()
410 rcount = intermodule_singleton_helpers::thread_safe_global_map_dependant in operator ()()
423 atomic_inc32(&rcount->singleton_ref_count); in operator ()()
424 ret_ptr = rcount->ptr; in operator ()()
444 ref_count_ptr *rcount = intermodule_singleton_helpers::thread_safe_global_map_dependant in operator ()() local
447 BOOST_ASSERT(rcount); in operator ()()
448 BOOST_ASSERT(rcount->singleton_ref_count > 0); in operator ()()
450 if(atomic_dec32(&rcount->singleton_ref_count) == 1){ in operator ()()
452 BOOST_ASSERT(rcount->ptr != 0); in operator ()()
[all …]
/third_party/openssl/crypto/
Dmem.c98 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount) in CRYPTO_get_alloc_counts() argument
102 if (rcount != NULL) in CRYPTO_get_alloc_counts()
103 *rcount = tsan_load(&realloc_count); in CRYPTO_get_alloc_counts()
/third_party/libuv/include/uv/
Dbsd.h29 int rcount; \
Ddarwin.h34 int rcount; \
/third_party/curl/tests/server/
Dtftpd.c112 size_t rcount; /* amount of data left to read of the file */ member
377 size_t copy_n = MIN(SEGSIZE, test->rcount); in read_ahead()
381 test->rcount -= copy_n; in read_ahead()
397 if(test->rcount) { in read_ahead()
400 test->rcount--; in read_ahead()
1075 test->rcount = count; /* set data left to read */ in validate_access()
1133 test->rcount = count; /* set data left to read */ in validate_access()
Dsockfilt.c157 DWORD mode, rcount = 0; in read_wincon() local
168 success = ReadConsole(handle, buf, curlx_uztoul(count), &rcount, NULL); in read_wincon()
171 success = ReadFile(handle, buf, curlx_uztoul(count), &rcount, NULL); in read_wincon()
174 return rcount; in read_wincon()
/third_party/e2fsprogs/e2fsck/
Drecovery.c861 __u32 rcount; in scan_revoke_records() local
866 rcount = ext2fs_be32_to_cpu(header->r_count); in scan_revoke_records()
873 if (rcount > journal->j_blocksize - csum_size) in scan_revoke_records()
875 max = rcount; in scan_revoke_records()
/third_party/weston/libweston/backend-rdp/
Drdp.c723 int rcount = 0; in rdp_implant_listener() local
727 if (!instance->GetFileDescriptor(instance, rfds, &rcount)) { in rdp_implant_listener()
733 for (i = 0; i < rcount; i++) { in rdp_implant_listener()
1281 int rcount = 0; in rdp_peer_init() local
1336 if (!client->GetFileDescriptor(client, rfds, &rcount)) { in rdp_peer_init()
1342 for (i = 0; i < rcount; i++) { in rdp_peer_init()
/third_party/libuv/src/unix/
Dkqueue.c336 w->rcount = ev->data; in uv__io_poll()
352 w->rcount = ev->data; in uv__io_poll()
Dstream.c508 # define UV_DEC_BACKLOG(w) w->rcount--;
532 if (w->rcount <= 0) in uv__server_io()
Dcore.c861 w->rcount = 0; in uv__io_init()
/third_party/openssl/include/openssl/
Dcrypto.h298 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dcpm_8xx.h603 ushort rcount; /* Rx internal byte count */ member
/third_party/boost/libs/static_string/doc/qbk/
Dreference.qbk6035 Replaces `rcount` characters starting at index `pos1` with those of `str`, where `rcount` is std::m…
6087 …oost__static_strings__basic_static_string.size `size()`] + (str.size() - rcount) > [link static_st…
6118 Replaces `rcount` characters starting at index `pos1` with those of `str.subview(pos2, n2)`, where …
6174 …trings__basic_static_string.size `size()`] + (std::min(str.size(), n2) - rcount) > [link static_st…
6210 …` object `sv` from `t`, and replaces `rcount` characters starting at index `pos1` with those of `s…
6264 …boost__static_strings__basic_static_string.size `size()`] + (sv.size() - rcount) > [link static_st…
6295 …`sv` from `t`, and replaces `rcount` characters starting at index `pos1` with those of `sv.substr(…
6363 …strings__basic_static_string.size `size()`] + (std::min(n2, sv.size()) - rcount) > [link static_st…
6398 Replaces `rcount` characters starting at index `pos` with those of `{s, s + n2)`, where `rcount` is…
6445 [link static_string.ref.boost__static_strings__basic_static_string.size `size()`] + (n2 - rcount) >…
[all …]
/third_party/openssl/doc/man3/
DOPENSSL_malloc.pod184 called, into the values pointed to by B<mcount>, B<rcount>, and B<fcount>,
/third_party/openssl/test/
Dsslapitest.c6729 int i, mcount, rcount, fcount; in setup_tests()
6733 CRYPTO_get_alloc_counts(&mcount, &rcount, &fcount); in setup_tests()
6735 mcount, rcount, fcount); in setup_tests()
/third_party/minimp3/player/
Dstb_image.h5239 int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0; in stbi__bmp_load() local
5256 rshift = stbi__high_bit(mr)-7; rcount = stbi__bitcount(mr); in stbi__bmp_load()
5278 out[z++] = STBI__BYTECAST(stbi__shiftsigned(v & mr, rshift, rcount)); in stbi__bmp_load()