Home
last modified time | relevance | path

Searched refs:handle_stop (Results 1 – 1 of 1) sorted by relevance

/external/fio/
Dclient.c33 static void handle_stop(struct fio_client *client, struct fio_net_cmd *cmd);
43 .stop = handle_stop,
1422 static void handle_stop(struct fio_client *client, struct fio_net_cmd *cmd) in handle_stop() function