Searched refs:out_idx (Results 1 – 3 of 3) sorted by relevance
1247 zfs_btree_index_t *out_idx, in zfs_btree_next_helper() argument1269 out_idx->bti_node = &leaf->btl_hdr; in zfs_btree_next_helper()1270 out_idx->bti_offset = new_off; in zfs_btree_next_helper()1271 out_idx->bti_before = B_FALSE; in zfs_btree_next_helper()1288 out_idx->bti_node = hdr; in zfs_btree_next_helper()1289 out_idx->bti_offset = i; in zfs_btree_next_helper()1290 out_idx->bti_before = B_FALSE; in zfs_btree_next_helper()1306 out_idx->bti_before = B_FALSE; in zfs_btree_next_helper()1315 return (zfs_btree_first_helper(tree, child, out_idx)); in zfs_btree_next_helper()1324 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