Searched refs:operations (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/sys/conf/
H A Dkern.mk96 # operations inside the kernel itself. These operations are exclusively
134 # operations which it has a tendency to do.
144 # operations inside the kernel itself. These operations are exclusively
165 # floating point registers for integer operations which it has a tendency to do.
/freebsd-11-stable/sys/sys/
H A Ddevicestat.h155 u_int64_t operations[DEVSTAT_N_TRANS_FLAGS]; member in struct:devstat
/freebsd-11-stable/contrib/apr/atomic/unix/
H A Dmutex64.c35 # warning Be warned: using stubs for all atomic operations
H A Dmutex.c35 # warning Be warned: using stubs for all atomic operations
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_ioctl.h127 uint64_t operations[CTL_STATS_NUM_TYPES]; member in struct:ctl_lun_io_port_stats
155 uint64_t operations[CTL_STATS_NUM_TYPES]; member in struct:ctl_io_stats
H A Dctl.c2686 * the online/offline operations can potentially
6734 scsi_u64to8b(lun->stats.operations[CTL_STATS_READ],
6736 scsi_u64to8b(lun->stats.operations[CTL_STATS_WRITE],
12901 lun->legacy_stats.ports[targ_port].operations[type] ++;
12913 lun->stats.operations[type] ++;
12922 port->stats.operations[type] ++;
/freebsd-11-stable/usr.bin/ctlstat/
H A Dctlstat.c249 total_operations += cur_stats->operations[i];
255 total_operations -= prev_stats->operations[i];
332 printf(" operations %ju\n", (uintmax_t)
333 stats[i].operations[iotype]);
363 printf("\"operations\":%ju,", (uintmax_t)
364 stats[i].operations[iotype]);
482 ctx->cur_total_stats[st].operations[j] += \
483 ctx->cur_stats[i].operations[j]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtemp_serializer.c200 /* internal modifying operations counter
202 apr_size_t operations; member in struct:dir_data_t
269 dir_data.operations = 0;
962 /* after quite a number of operations, let's re-pack everything.
965 if (dir_data->operations > 2 + dir_data->count / 4)
996 dir_data->operations++;
1021 dir_data->operations++;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtemp_serializer.c161 /* internal modifying operations counter
163 apr_size_t operations; member in struct:dir_data_t
225 dir_data.operations = 0;
1050 /* after quite a number of operations, let's re-pack everything.
1053 if (dir_data->operations > 2 + dir_data->count / 4)
1084 dir_data->operations++;
1109 dir_data->operations++;
/freebsd-11-stable/lib/libdevstat/
H A Ddevstat.c1255 totaltransfersread = DELTA(operations, DEVSTAT_READ);
1256 totaltransferswrite = DELTA(operations, DEVSTAT_WRITE);
1257 totaltransfersother = DELTA(operations, DEVSTAT_NO_DATA);
1258 totaltransfersfree = DELTA(operations, DEVSTAT_FREE);
/freebsd-11-stable/lib/libc++/
H A DMakefile31 SRCS+= filesystem/operations.cpp
/freebsd-11-stable/libexec/rpc.rstatd/
H A Drstat_proc.c378 stats.dinfo->devices[i].operations[k];
/freebsd-11-stable/sys/kern/
H A Dsubr_devstat.c309 /* Update byte and operations counts */
311 ds->operations[flags]++;
321 /* Update duration of operations */
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec27 lowlevel DNS/DNSSEC operations are supported. We also define a higher
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.stage.mk262 # both operations happen together
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in300 timeval-operations.h \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc73 // Several operations would convert Path8 to SmallString; more efficient to
/freebsd-11-stable/share/mk/
H A Dsrc.opts.mk294 # LLVM lacks support for FreeBSD 64-bit atomic operations for ARMv4/ARMv5
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm1005 /* Dword shift operations. */
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql385 destination. This invariant must be maintained by operations which

Completed in 343 milliseconds