HomeSort by relevance Sort by last modified time
    Searched refs:update_acct_fn (Results 1 - 3 of 3) sorted by null

  /external/fio/
workqueue.c 192 if (wq->ops.update_acct_fn)
193 wq->ops.update_acct_fn(sw);
204 if (wq->ops.update_acct_fn)
205 wq->ops.update_acct_fn(sw);
workqueue.h 37 workqueue_update_acct_fn *update_acct_fn; member in struct:workqueue_ops
rate-submit.c 228 .update_acct_fn = io_workqueue_update_acct_fn,

Completed in 243 milliseconds