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

/freebsd-9.3-release/sys/conf/
H A Dkern.mk44 # operations inside the kernel itself. These operations are exclusively
82 # operations which it has a tendency to do.
95 # operations inside the kernel itself. These operations are exclusively
118 # floating point registers for integer operations which it has a tendency to do.
/freebsd-9.3-release/usr.bin/ctlstat/
H A Dctlstat.c258 cur_stats->ports[port].operations[i];
268 prev_stats->ports[port].operations[i];
350 printf(" operations %ju\n", (uintmax_t)
351 stats[lun].ports[port].operations[iotype]);
383 printf("\"operations\":%ju,", (uintmax_t)stats[
384 lun].ports[port].operations[iotype]);
506 ctx->cur_total_stats[st].ports[p].operations[j] += \
507 ctx->cur_lun_stats[i].ports[p].operations[j]
/freebsd-9.3-release/sys/sys/
H A Ddevicestat.h155 u_int64_t operations[DEVSTAT_N_TRANS_FLAGS]; member in struct:devstat
/freebsd-9.3-release/lib/libdevstat/
H A Ddevstat.c1222 totaltransfersread = DELTA(operations, DEVSTAT_READ);
1223 totaltransferswrite = DELTA(operations, DEVSTAT_WRITE);
1224 totaltransfersother = DELTA(operations, DEVSTAT_NO_DATA);
1225 totaltransfersfree = DELTA(operations, DEVSTAT_FREE);
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_ioctl.h167 uint64_t operations[CTL_STATS_NUM_TYPES]; member in struct:ctl_lun_io_port_stats
H A Dctl.c2278 * because the online/offline operations
12354 lun->stats.ports[targ_port].operations[CTL_STATS_READ]++;
12384 lun->stats.ports[targ_port].operations[
12412 lun->stats.ports[targ_port].operations[CTL_STATS_NO_IO]++;
/freebsd-9.3-release/libexec/rpc.rstatd/
H A Drstat_proc.c377 stats.dinfo->devices[i].operations[k];
/freebsd-9.3-release/sys/kern/
H A Dsubr_devstat.c310 /* Update byte and operations counts */
312 ds->operations[flags]++;
322 /* Update duration of operations */
/freebsd-9.3-release/sys/dev/mps/mpi/
H A Dmpi2_history.txt379 * 08-11-10 02.00.05 Added NCQ operations to SAS IO Unit Control.
/freebsd-9.3-release/sys/dev/mpr/mpi/
H A Dmpi2_history.txt474 * 08-11-10 02.00.05 Added NCQ operations to SAS IO Unit Control.
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm1007 /* Dword shift operations. */

Completed in 116 milliseconds