1. NAME

rpc_count_iostats - tally up per-task stats

2. SYNOPSIS

void rpc_count_iostats(const struct rpc_task *  task , struct rpc_iostats *  stats );

3. ARGUMENTS

task
    completed rpc_task

stats
    array of stat structures

4. DESCRIPTION

Relies on the caller for serialization.

5. COPYRIGHT