OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iops
(Results
1 - 2
of
2
) sorted by relevancy
/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);
/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
...]
Completed in 12 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025