Searched refs:free_index (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/virt/kvm/arm/vgic/ |
D | vgic-mmio-v3.c | 215 (rdreg->free_index - 1) * KVM_VGIC_V3_REDIST_SIZE; in vgic_mmio_read_v3r_typer() 640 rd_base = rdreg->base + rdreg->free_index * KVM_VGIC_V3_REDIST_SIZE; in vgic_register_redist_iodev() 674 rdreg->free_index++; in vgic_register_redist_iodev() 784 rdreg->free_index = 0; in vgic_v3_insert_redist_region()
|
D | vgic.h | 287 return (region->free_index >= region->count); in vgic_v3_redist_region_full()
|
/Linux-v4.19/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 225 unsigned int free_index, index; in ibmveth_replenish_buffer_pool() local 244 free_index = pool->consumer_index; in ibmveth_replenish_buffer_pool() 248 index = pool->free_map[free_index]; in ibmveth_replenish_buffer_pool() 259 pool->free_map[free_index] = IBM_VETH_INVALID_MAP; in ibmveth_replenish_buffer_pool() 291 pool->free_map[free_index] = index; in ibmveth_replenish_buffer_pool() 378 unsigned int free_index; in ibmveth_remove_buffer_from_pool() local 395 free_index = adapter->rx_buff_pool[pool].producer_index; in ibmveth_remove_buffer_from_pool() 400 adapter->rx_buff_pool[pool].free_map[free_index] = index; in ibmveth_remove_buffer_from_pool()
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_fcpim.c | 2285 int i, free_index = MAX_LUN_MASK_CFG + 1; in bfa_fcpim_lunmask_add() local 2306 free_index = i; in bfa_fcpim_lunmask_add() 2314 if (free_index > MAX_LUN_MASK_CFG) in bfa_fcpim_lunmask_add() 2318 lunm_list[free_index].lp_tag = bfa_lps_get_tag_from_pid(bfa, in bfa_fcpim_lunmask_add() 2320 lunm_list[free_index].rp_tag = rp->rport_tag; in bfa_fcpim_lunmask_add() 2322 lunm_list[free_index].lp_tag = BFA_LP_TAG_INVALID; in bfa_fcpim_lunmask_add() 2323 lunm_list[free_index].rp_tag = BFA_RPORT_TAG_INVALID; in bfa_fcpim_lunmask_add() 2326 lunm_list[free_index].lp_wwn = *pwwn; in bfa_fcpim_lunmask_add() 2327 lunm_list[free_index].rp_wwn = rpwwn; in bfa_fcpim_lunmask_add() 2328 lunm_list[free_index].lun = lun; in bfa_fcpim_lunmask_add() [all …]
|
/Linux-v4.19/include/kvm/ |
D | arm_vgic.h | 209 u32 free_index; /* index of the next free redistributor */ member
|
/Linux-v4.19/drivers/net/wireless/rsi/ |
D | rsi_91x_mac80211.c | 1364 int free_index = -1; in rsi_mac80211_sta_add() local 1376 if (free_index < 0) in rsi_mac80211_sta_add() 1377 free_index = cnt; in rsi_mac80211_sta_add() 1388 if (free_index >= 0) in rsi_mac80211_sta_add() 1389 sta_idx = free_index; in rsi_mac80211_sta_add()
|
/Linux-v4.19/drivers/scsi/qla4xxx/ |
D | ql4_mbx.c | 1767 int free_index = -1; in qla4xxx_get_chap_index() local 1793 if (i > MAX_RESRV_CHAP_IDX && free_index == -1) in qla4xxx_get_chap_index() 1794 free_index = i; in qla4xxx_get_chap_index() 1817 if (!found_index && free_index != -1) { in qla4xxx_get_chap_index() 1819 free_index, bidi); in qla4xxx_get_chap_index() 1821 *chap_index = free_index; in qla4xxx_get_chap_index()
|
D | ql4_os.c | 698 int free_index = -1; in qla4xxx_find_free_chap_index() local 720 free_index = i; in qla4xxx_find_free_chap_index() 725 if (free_index != -1) { in qla4xxx_find_free_chap_index() 726 *chap_index = free_index; in qla4xxx_find_free_chap_index()
|
/Linux-v4.19/drivers/scsi/be2iscsi/ |
D | be_main.h | 242 unsigned short free_index; member
|
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() 2674 pwrb_context->free_index = 0; in beiscsi_init_wrb_handle() 4369 pwrb_handle, pwrb_context->free_index, in beiscsi_offload_connection()
|
/Linux-v4.19/fs/jfs/ |
D | jfs_dtree.c | 496 static void free_index(tid_t tid, struct inode *ip, u32 index, u32 next) in free_index() function 2150 free_index(tid, ip, table_index, next_index); in dtDelete()
|