Home
last modified time | relevance | path

Searched refs:free_slot (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/gpu/drm/vc4/
A Dvc4_bo.c91 int free_slot = -1; in vc4_get_user_label() local
95 free_slot = i; in vc4_get_user_label()
102 if (free_slot != -1) { in vc4_get_user_label()
103 WARN_ON(vc4->bo_labels[free_slot].num_allocated != 0); in vc4_get_user_label()
104 vc4->bo_labels[free_slot].name = name; in vc4_get_user_label()
105 return free_slot; in vc4_get_user_label()
118 free_slot = vc4->num_labels; in vc4_get_user_label()
122 vc4->bo_labels[free_slot].name = name; in vc4_get_user_label()
123 vc4->bo_labels[free_slot].num_allocated = 0; in vc4_get_user_label()
124 vc4->bo_labels[free_slot].size_allocated = 0; in vc4_get_user_label()
[all …]
/linux/lib/
A Dassoc_array.c486 int slot, next_slot, free_slot, i, j; in assoc_array_insert_into_terminal_node() local
499 free_slot = -1; in assoc_array_insert_into_terminal_node()
507 free_slot = i; in assoc_array_insert_into_terminal_node()
524 if (free_slot >= 0) { in assoc_array_insert_into_terminal_node()
526 edit->leaf_p = &node->slots[free_slot]; in assoc_array_insert_into_terminal_node()
656 free_slot = -1; in assoc_array_insert_into_terminal_node()
666 free_slot++; in assoc_array_insert_into_terminal_node()
668 new_n0->slots[free_slot] = node->slots[i]; in assoc_array_insert_into_terminal_node()
676 free_slot++; in assoc_array_insert_into_terminal_node()
677 } while (new_n0->slots[free_slot] != NULL); in assoc_array_insert_into_terminal_node()
[all …]
/linux/arch/xtensa/kernel/
A Dhw_breakpoint.c192 static int free_slot(struct perf_event **slot, size_t n, in free_slot() function
215 i = free_slot(this_cpu_ptr(bp_on_reg), XCHAL_NUM_IBREAK, bp); in arch_uninstall_hw_breakpoint()
223 i = free_slot(this_cpu_ptr(wp_on_reg), XCHAL_NUM_DBREAK, bp); in arch_uninstall_hw_breakpoint()
/linux/drivers/mmc/host/
A Dsdhci-acpi.c68 int (*free_slot)(struct platform_device *pdev); member
519 .free_slot = qcom_free_slot,
982 if (c->slot && c->slot->free_slot) in sdhci_acpi_probe()
983 c->slot->free_slot(pdev); in sdhci_acpi_probe()
1007 if (c->slot && c->slot->free_slot) in sdhci_acpi_remove()
1008 c->slot->free_slot(pdev); in sdhci_acpi_remove()
/linux/drivers/net/wireless/ath/ath6kl/
A Dmain.c67 u8 free_slot; in ath6kl_add_new_sta() local
69 free_slot = aid - 1; in ath6kl_add_new_sta()
71 sta = &ar->sta_list[free_slot]; in ath6kl_add_new_sta()
81 ar->sta_list_index = ar->sta_list_index | (1 << free_slot); in ath6kl_add_new_sta()
82 ar->ap_stats.sta[free_slot].aid = cpu_to_le32(aid); in ath6kl_add_new_sta()
/linux/drivers/usb/isp1760/
A Disp1760-hcd.c1124 int curr_slot, free_slot; in enqueue_qtds() local
1147 free_slot = -1; in enqueue_qtds()
1149 if ((free_slot == -1) && (slots[curr_slot].qtd == NULL)) in enqueue_qtds()
1150 free_slot = curr_slot; in enqueue_qtds()
1179 if ((curr_slot > slot_num - 1) && (free_slot > -1)) { in enqueue_qtds()
1185 start_bus_transfer(hcd, ptd_offset, free_slot, in enqueue_qtds()
1187 curr_slot = free_slot; in enqueue_qtds()
/linux/net/sunrpc/xprtrdma/
A Dsvc_rdma_backchannel.c223 .free_slot = xprt_free_slot,
A Dtransport.c743 .free_slot = xprt_rdma_free_slot,
/linux/drivers/media/platform/imx-jpeg/
A Dmxc-jpeg.c468 int free_slot = 0; in mxc_get_free_slot() local
470 while (slot_data[free_slot].used && free_slot < n) in mxc_get_free_slot()
471 free_slot++; in mxc_get_free_slot()
473 return free_slot; /* >=n when there are no more free slots */ in mxc_get_free_slot()
/linux/drivers/pci/hotplug/
A Dpnv_php.c953 goto free_slot; in pnv_php_register_one()
968 free_slot: in pnv_php_register_one()
/linux/include/linux/sunrpc/
A Dxprt.h137 void (*free_slot)(struct rpc_xprt *xprt, member
/linux/drivers/scsi/qla2xxx/
A Dqla_edif.c3048 int free_slot = -1; in qla_edif_sadb_get_sa_index() local
3104 free_slot = slot; in qla_edif_sadb_get_sa_index()
3119 if (free_slot == -1) { in qla_edif_sadb_get_sa_index()
3140 entry->sa_pair[free_slot].spi = sa_frame->spi; in qla_edif_sadb_get_sa_index()
3141 entry->sa_pair[free_slot].sa_index = sa_index; in qla_edif_sadb_get_sa_index()
3145 __func__, free_slot, entry->handle, sa_frame->spi, sa_index); in qla_edif_sadb_get_sa_index()
/linux/drivers/scsi/
A D53c700.c554 free_slot(struct NCR_700_command_slot *slot, in free_slot() function
626 free_slot(slot, hostdata); in NCR_700_scsi_done()
1564 free_slot(slot, hostdata); in NCR_700_intr()
/linux/net/sunrpc/
A Dxprtsock.c2594 .free_slot = xprt_free_slot,
2615 .free_slot = xprt_free_slot,
2637 .free_slot = xprt_free_slot,
2670 .free_slot = xprt_free_slot,
A Dxprt.c1979 xprt->ops->free_slot(xprt, req); in xprt_release()

Completed in 46 milliseconds