OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sgbuf
(Results
1 - 1
of
1
) sorted by null
/external/fio/engines/
sg.c
33
void *
sgbuf
;
member in struct:sgio_data
106
void *buf = sd->
sgbuf
;
470
free(sd->
sgbuf
);
489
sd->
sgbuf
= malloc(sizeof(struct sg_io_hdr) * td->o.iodepth);
490
memset(sd->
sgbuf
, 0, sizeof(struct sg_io_hdr) * td->o.iodepth);
Completed in 119 milliseconds