/src/sbin/nvmectl/ |
perftest.c | 59 uint64_t io_completed = 0, iops, mbps; local in function:print_perftest 65 iops = io_completed/io_test->time; 66 mbps = iops * io_test->size / (1024*1024); 71 io_test->time, (uintmax_t)iops, (uintmax_t)mbps);
|
perftest.c | 59 uint64_t io_completed = 0, iops, mbps; local in function:print_perftest 65 iops = io_completed/io_test->time; 66 mbps = iops * io_test->size / (1024*1024); 71 io_test->time, (uintmax_t)iops, (uintmax_t)mbps);
|
/src/bin/ksh/ |
syn.c | 214 struct ioword *iop, **iops; local in function:get_command 218 iops = (struct ioword **) alloc(sizeofN(struct ioword *, NUFILE+1), 227 afree((void*) iops, ATEMP); 245 iops[iopn++] = synio(cf); 399 iops[iopn++] = iop; 403 afree((void*) iops, ATEMP); 406 iops[iopn++] = NULL; 407 iops = (struct ioword **) aresize((void*) iops, 409 t->ioact = iops; [all...] |
syn.c | 214 struct ioword *iop, **iops; local in function:get_command 218 iops = (struct ioword **) alloc(sizeofN(struct ioword *, NUFILE+1), 227 afree((void*) iops, ATEMP); 245 iops[iopn++] = synio(cf); 399 iops[iopn++] = iop; 403 afree((void*) iops, ATEMP); 406 iops[iopn++] = NULL; 407 iops = (struct ioword **) aresize((void*) iops, 409 t->ioact = iops; [all...] |