Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dcode-reading.c42 size_t done_cnt; member
294 for (d = 0; d < state->done_cnt; d++) { in read_object_code()
301 if (state->done_cnt >= ARRAY_SIZE(state->done)) { in read_object_code()
305 state->done[state->done_cnt++] = map__start(al.map); in read_object_code()
567 .done_cnt = 0, in do_test_code_reading()
/openbmc/linux/drivers/crypto/cavium/zip/
H A Dzip_main.h89 u64 done_cnt; member
H A Dzip_device.c193 zip_dev->iq[queue].done_cnt++; in zip_update_cmd_bufs()