Home
last modified time | relevance | path

Searched refs:old_idx (Results 1 – 5 of 5) sorted by path

/freebsd/sys/arm/arm/
H A Dpmap-v6.c536 int old_idx, new_idx; in pmap_remap_vm_attr() local
539 old_idx = PTE2_ATTR2IDX(pte2_attr_tab[(int)old_attr]); in pmap_remap_vm_attr()
543 tex_class[old_idx] = tex_class[new_idx]; in pmap_remap_vm_attr()
/freebsd/sys/dev/cxgbe/
H A Dt4_sched.c321 int rc, old_idx; in bind_txq_to_traffic_class() local
356 old_idx = txq->tc_idx; in bind_txq_to_traffic_class()
378 if (old_idx != -1) { in bind_txq_to_traffic_class()
379 tc = &tc0[old_idx]; in bind_txq_to_traffic_class()
394 txq->tc_idx = old_idx; in bind_txq_to_traffic_class()
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.c268 U32 old_idx = 0; in mpi3mr_repost_reply_buf() local
271 old_idx = sc->reply_free_q_host_index; in mpi3mr_repost_reply_buf()
275 sc->reply_free_q[old_idx] = reply_dma; in mpi3mr_repost_reply_buf()
284 U32 old_idx = 0; in mpi3mr_repost_sense_buf() local
287 old_idx = sc->sense_buf_q_host_index; in mpi3mr_repost_sense_buf()
291 sc->sense_buf_q[old_idx] = sense_buf_phys; in mpi3mr_repost_sense_buf()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c4280 u_long *old_idx, *new_idx; in ipfw_objhash_bitmap_merge() local
4283 old_idx = ni->idx_mask; in ipfw_objhash_bitmap_merge()
4289 memcpy(&new_idx[new_blocks * i], &old_idx[old_blocks * i], in ipfw_objhash_bitmap_merge()
4301 u_long *old_idx; in ipfw_objhash_bitmap_swap() local
4303 old_idx = ni->idx_mask; in ipfw_objhash_bitmap_swap()
4310 *idx = old_idx; in ipfw_objhash_bitmap_swap()
/freebsd/usr.sbin/bhyve/
H A Dvirtio.c473 uint16_t event_idx, new_idx, old_idx; in vq_endchains() local
486 old_idx = vq->vq_save_used; in vq_endchains()
505 (uint16_t)(new_idx - old_idx); in vq_endchains()
507 intr = new_idx != old_idx && in vq_endchains()