Home
last modified time | relevance | path

Searched refs:write_count (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_012_pos.ksh87 (( write_count = ( RESV_FREE_SPACE + RESV_TOLERANCE ) / BLOCK_SIZE ))
89 $FILE_WRITE -o create -f $TESTDIR2/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
95 (( write_count = ( RESV_FREE_SPACE - RESV_TOLERANCE ) / BLOCK_SIZE ))
96 log_must $FILE_WRITE -o create -f $TESTDIR/$TESTFILE2 -b $BLOCK_SIZE -c $write_count -d 0
H A Dreservation_006_pos.ksh82 write_count=`expr $fill_size / $BLOCK_SIZE`
85 -c $write_count -d 0
H A Dreservation_009_pos.ksh88 write_count=`expr $fill_size / $BLOCK_SIZE`
93 -c $write_count -d 0
H A Dreservation_010_pos.ksh88 write_count=`expr $fill_size / $BLOCK_SIZE`
93 -c $write_count -d 0
H A Dreservation_015_pos.ksh96 write_count=`expr $fill_size / $BLOCK_SIZE`
101 -c $write_count -d 0
H A Dreservation_016_pos.ksh95 write_count=`expr $fill_size / $BLOCK_SIZE`
100 -c $write_count -d 0
H A Dreservation_008_pos.ksh101 write_count=`expr $fill_size / $BLOCK_SIZE`
109 -c $write_count -d 0
/freebsd-12.1/tests/sys/cddl/zfs/bin/
H A Dfile_write.c57 int write_count = BIGFILESIZE; in main() local
78 write_count = atoi(optarg); in main()
191 write_count, offset, in main()
196 for (i = 0; i < write_count; i++) { in main()
/freebsd-12.1/tests/sys/cddl/zfs/tests/zil/
H A Dzil_002_pos.ksh64 write_count=`expr $file_size / $BLOCK_SIZE`
88 log_must $FILE_WRITE -o create -f $tf1 -b $BLOCK_SIZE -c $write_count -d 0
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c236 unsigned write_count; /* Likewise for __mf_check/write. */ member
901 obj->write_count ++; in __mfu_check()
923 && obj->write_count == 0 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()
H A DChangeLog1160 (read_count,write_count): New fields in __mf_object.
/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Dsocket.c954 size_t write_count; in build_msghdr_send() local
963 write_count = 0; in build_msghdr_send()
970 write_count = dev->region.length - dev->n; in build_msghdr_send()
973 cpbuffer->buf = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, write_count); in build_msghdr_send()
979 cpbuffer->buf, write_count); in build_msghdr_send()
981 memcpy(cpbuffer->buf,(dev->region.base + dev->n), write_count); in build_msghdr_send()
982 cpbuffer->buflen = write_count; in build_msghdr_send()
985 iov[0].len = write_count; in build_msghdr_send()
1019 cpbuffer->buf, write_count); in build_msghdr_send()
1025 write_count += uselen; in build_msghdr_send()
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dsymfile.c1362 unsigned long write_count; member
1439 args->write_count += 1; in load_section_callback()
1473 cbdata.write_count = 0; /* Number of writes needed. */ in generic_load()
1540 cbdata.write_count, end_time - start_time); in generic_load()
1562 unsigned long write_count, in print_transfer_performance() argument
1577 if (write_count > 0) in print_transfer_performance()
1580 ui_out_field_fmt (uiout, "write-rate", "%lu", data_count / write_count); in print_transfer_performance()
H A Ddefs.h561 unsigned long write_count,
/freebsd-12.1/contrib/ntp/lib/isc/unix/
H A Dsocket.c1308 size_t write_count; in build_msghdr_send() local
1322 write_count = 0; in build_msghdr_send()
1329 write_count = dev->region.length - dev->n; in build_msghdr_send()
1331 iov[0].iov_len = write_count; in build_msghdr_send()
1359 write_count += (used.length - skip_count); in build_msghdr_send()
1424 *write_countp = write_count; in build_msghdr_send()
1832 size_t write_count; in doio_send() local
1839 build_msghdr_send(sock, dev, &msghdr, iov, &write_count); in doio_send()
1922 if ((size_t)cc != write_count) in doio_send()
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.c5217 unsigned int write_count : 2; member
5264 rws[regno].write_count++; in rws_update()
5266 rws[regno].write_count = 2; in rws_update()
5290 int write_count; in rws_access_regno() local
5293 gcc_assert (!rws_insn[regno].write_count); in rws_access_regno()
5297 write_count = rws_sum[regno].write_count; in rws_access_regno()
5299 switch (write_count) in rws_access_regno()
5365 switch (rws_sum[regno].write_count) in rws_access_regno()
5542 if (! flags.is_sibcall && ! rws_insn[REG_AR_CFM].write_count) in rtx_needs_barrier()
5584 if (! rws_insn[REG_VOLATILE].write_count) in rtx_needs_barrier()
/freebsd-12.1/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib3430 typeset -i write_count=$3
3444 log_must $FILE_WRITE -o create -c $write_count \
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200014783 * config/ia64/ia64.c (rws_access_reg): New local write_count. If
14784 is_predicate_reg, then take max write_count of register pair.
H A DChangeLog-200112918 * config/ia64/ia64.c (rws_update): If !pred, set write_count