OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gfio_client_ops
(Results
1 - 3
of
3
) sorted by null
/external/fio/
gclient.h
4
extern struct client_ops
gfio_client_ops
;
gfio.c
430
fio_handle_clients(&
gfio_client_ops
);
686
client = fio_client_add_explicit(&
gfio_client_ops
, ge->host, ge->type, ge->port);
848
client = fio_client_add_explicit(&
gfio_client_ops
, ge->host, ge->type, ge->port);
1165
spin_int = create_spinbutton(hbox, 100, 100000,
gfio_client_ops
.eta_msec);
[
all
...]
gclient.c
1381
struct client_ops
gfio_client_ops
= {
variable in typeref:struct:client_ops
[
all
...]
Completed in 327 milliseconds