Searched refs:out_idx (Results 1 – 3 of 3) sorted by relevance
1233 zfs_btree_index_t *out_idx, in zfs_btree_next_helper() argument1255 out_idx->bti_node = &leaf->btl_hdr; in zfs_btree_next_helper()1256 out_idx->bti_offset = new_off; in zfs_btree_next_helper()1257 out_idx->bti_before = B_FALSE; in zfs_btree_next_helper()1274 out_idx->bti_node = hdr; in zfs_btree_next_helper()1275 out_idx->bti_offset = i; in zfs_btree_next_helper()1276 out_idx->bti_before = B_FALSE; in zfs_btree_next_helper()1292 out_idx->bti_before = B_FALSE; in zfs_btree_next_helper()1301 return (zfs_btree_first_helper(tree, child, out_idx)); in zfs_btree_next_helper()1310 zfs_btree_index_t *out_idx) in zfs_btree_next() argument[all …]
485 ch->out_idx = 0; in mvs_setup_edma_queues()1431 (ch->dma.workrq + MVS_CRQB_OFFSET + (MVS_CRQB_SIZE * ch->out_idx)); in mvs_execute_transaction()1468 (ch->dma.workrq + MVS_CRQB_OFFSET + (MVS_CRQB_SIZE * ch->out_idx)); in mvs_execute_transaction()1520 ch->out_idx = (ch->out_idx + 1) & (MVS_MAX_SLOTS - 1); in mvs_execute_transaction()1522 ch->dma.workrq_bus + MVS_CRQB_OFFSET + (MVS_CRQB_SIZE * ch->out_idx)); in mvs_execute_transaction()
575 int out_idx; /* Next written CRQB */ member