Searched refs:free_index (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/arm64/kvm/vgic/ |
| A D | vgic-mmio-v3.c | 301 if (vgic_cpu->rdreg_index < rdreg->free_index - 1) { in vgic_mmio_vcpu_rdist_is_last() 312 if (iter->base == end && iter->free_index > 0) in vgic_mmio_vcpu_rdist_is_last() 778 vgic_cpu->rdreg_index = rdreg->free_index; in vgic_register_redist_iodev() 780 rd_base = rdreg->base + rdreg->free_index * KVM_VGIC_V3_REDIST_SIZE; in vgic_register_redist_iodev() 797 rdreg->free_index++; in vgic_register_redist_iodev() 912 rdreg->free_index = 0; in vgic_v3_alloc_redist_region()
|
| A D | vgic.h | 303 return (region->free_index >= region->count); in vgic_v3_redist_region_full()
|
| /linux/drivers/net/ethernet/ibm/ |
| A D | ibmveth.c | 220 unsigned int free_index, index; in ibmveth_replenish_buffer_pool() local 230 free_index = pool->consumer_index; in ibmveth_replenish_buffer_pool() 231 index = pool->free_map[free_index]; in ibmveth_replenish_buffer_pool() 282 pool->free_map[free_index] = IBM_VETH_INVALID_MAP; in ibmveth_replenish_buffer_pool() 379 unsigned int free_index; in ibmveth_remove_buffer_from_pool() local 404 free_index = adapter->rx_buff_pool[pool].producer_index; in ibmveth_remove_buffer_from_pool() 409 adapter->rx_buff_pool[pool].free_map[free_index] = index; in ibmveth_remove_buffer_from_pool()
|
| /linux/drivers/scsi/bfa/ |
| A D | bfa_fcpim.c | 2226 int i, free_index = MAX_LUN_MASK_CFG + 1; in bfa_fcpim_lunmask_add() local 2247 free_index = i; in bfa_fcpim_lunmask_add() 2255 if (free_index > MAX_LUN_MASK_CFG) in bfa_fcpim_lunmask_add() 2259 lunm_list[free_index].lp_tag = bfa_lps_get_tag_from_pid(bfa, in bfa_fcpim_lunmask_add() 2261 lunm_list[free_index].rp_tag = rp->rport_tag; in bfa_fcpim_lunmask_add() 2263 lunm_list[free_index].lp_tag = BFA_LP_TAG_INVALID; in bfa_fcpim_lunmask_add() 2264 lunm_list[free_index].rp_tag = BFA_RPORT_TAG_INVALID; in bfa_fcpim_lunmask_add() 2267 lunm_list[free_index].lp_wwn = *pwwn; in bfa_fcpim_lunmask_add() 2268 lunm_list[free_index].rp_wwn = rpwwn; in bfa_fcpim_lunmask_add() 2269 lunm_list[free_index].lun = lun; in bfa_fcpim_lunmask_add() [all …]
|
| /linux/include/kvm/ |
| A D | arm_vgic.h | 227 u32 free_index; /* index of the next free redistributor */ member
|
| /linux/drivers/net/wireless/rsi/ |
| A D | rsi_91x_mac80211.c | 1422 int free_index = -1; in rsi_mac80211_sta_add() local 1434 if (free_index < 0) in rsi_mac80211_sta_add() 1435 free_index = cnt; in rsi_mac80211_sta_add() 1446 if (free_index >= 0) in rsi_mac80211_sta_add() 1447 sta_idx = free_index; in rsi_mac80211_sta_add()
|
| /linux/drivers/scsi/qla4xxx/ |
| A D | ql4_mbx.c | 1769 int free_index = -1; in qla4xxx_get_chap_index() local 1795 if (i > MAX_RESRV_CHAP_IDX && free_index == -1) in qla4xxx_get_chap_index() 1796 free_index = i; in qla4xxx_get_chap_index() 1819 if (!found_index && free_index != -1) { in qla4xxx_get_chap_index() 1821 free_index, bidi); in qla4xxx_get_chap_index() 1823 *chap_index = free_index; in qla4xxx_get_chap_index()
|
| A D | ql4_os.c | 728 int free_index = -1; in qla4xxx_find_free_chap_index() local 750 free_index = i; in qla4xxx_find_free_chap_index() 755 if (free_index != -1) { in qla4xxx_find_free_chap_index() 756 *chap_index = free_index; in qla4xxx_find_free_chap_index()
|
| /linux/drivers/md/dm-vdo/ |
| A D | slab-depot.c | 3137 slab_block_number free_index; in allocate_slab_block() local 3142 if (!search_reference_blocks(slab, &free_index)) in allocate_slab_block() 3145 VDO_ASSERT_LOG_ONLY((slab->counters[free_index] == EMPTY_REFERENCE_COUNT), in allocate_slab_block() 3147 make_provisional_reference(slab, free_index); in allocate_slab_block() 3154 slab->search_cursor.index = (free_index + 1); in allocate_slab_block() 3156 *block_number_ptr = slab->start + free_index; in allocate_slab_block()
|
| /linux/drivers/scsi/be2iscsi/ |
| A D | be_main.h | 236 unsigned short free_index; member
|
| A D | be_main.c | 1023 pwrb_context->pwrb_handle_base[pwrb_context->free_index] = pwrb_handle; in beiscsi_put_wrb_handle() 1025 if (pwrb_context->free_index == (wrbs_per_cxn - 1)) in beiscsi_put_wrb_handle() 1026 pwrb_context->free_index = 0; in beiscsi_put_wrb_handle() 1028 pwrb_context->free_index++; in beiscsi_put_wrb_handle() 1052 pwrb_handle, pwrb_context->free_index, in free_wrb_handle() 2671 pwrb_context->free_index = 0; in beiscsi_init_wrb_handle() 4346 pwrb_handle, pwrb_context->free_index, in beiscsi_offload_connection()
|
| /linux/fs/jfs/ |
| A D | jfs_dtree.c | 483 static void free_index(tid_t tid, struct inode *ip, u32 index, u32 next) in free_index() function 2144 free_index(tid, ip, table_index, next_index); in dtDelete()
|
Completed in 71 milliseconds