Home
last modified time | relevance | path

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

/system/extras/ioshark/
Dioshark_bench_mmap.c107 char **bufp, int *buflen, u_int64_t *op_counts, in mmap_do_io() argument
115 p = get_buf(bufp, buflen, len, 0); in mmap_do_io()
131 p = get_buf(bufp, buflen, len, 1); in mmap_do_io()
146 p = get_buf(bufp, buflen, len, 0); in mmap_do_io()
167 char **bufp, int *buflen, u_int64_t *op_counts, in ioshark_handle_mmap() argument
189 bufp, buflen, op_counts, in ioshark_handle_mmap()
198 mmap_do_io(db_node, prot, offset, len, bufp, buflen, in ioshark_handle_mmap()
Dioshark_bench.c217 char **bufp, int *buflen) in do_one_io() argument
241 p = get_buf(bufp, buflen, file_op->prw_len, 0); in do_one_io()
256 p = get_buf(bufp, buflen, file_op->prw_len, 1); in do_one_io()
271 p = get_buf(bufp, buflen, file_op->rw_len, 0); in do_one_io()
286 p = get_buf(bufp, buflen, file_op->rw_len, 1); in do_one_io()
303 bufp, buflen, op_counts, in do_one_io()
Dioshark_bench.h146 char **bufp, int *buflen, u_int64_t *op_counts,