Searched refs:num_ops (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/syscalls/
H A Dsystem.cpp323 const size_t num_ops = 2; local
326 DEBUG_ASSERT(((sizeof(*ops) * num_ops + ops_ptr) - (uintptr_t)id_page_addr) < PAGE_SIZE);
/fuchsia/zircon/system/utest/ramdisk/
H A Dramdisk.cpp961 for (size_t num_ops = 1; num_ops <= 32; num_ops++) {
965 fbl::Array<block_fifo_request_t> requests(new (&ac) block_fifo_request_t[num_ops](),
966 num_ops);
969 for (size_t b = 0; b < num_ops; b++) {
/fuchsia/zircon/system/utest/blobfs/
H A Dblobfs.cpp1868 size_t num_ops = 5000; local
1869 for (size_t i = 0; i < num_ops; ++i) {
1924 size_t num_ops = 1000; local
1925 for (size_t i = 0; i < num_ops; ++i) {
2239 size_t num_ops = 10; local
2249 for (size_t i = 0; i < num_ops; i++) {
/fuchsia/zircon/system/utest/fvm/
H A Dfvm.cpp2610 size_t num_ops = 100; local
2611 for (size_t i = 0; i < num_ops; ++i) {

Completed in 100 milliseconds