/Linux-v5.10/drivers/gpu/drm/vc4/ |
D | vc4_bo.c | 89 int free_slot = -1; in vc4_get_user_label() local 93 free_slot = i; in vc4_get_user_label() 100 if (free_slot != -1) { in vc4_get_user_label() 101 WARN_ON(vc4->bo_labels[free_slot].num_allocated != 0); in vc4_get_user_label() 102 vc4->bo_labels[free_slot].name = name; in vc4_get_user_label() 103 return free_slot; in vc4_get_user_label() 116 free_slot = vc4->num_labels; in vc4_get_user_label() 120 vc4->bo_labels[free_slot].name = name; in vc4_get_user_label() 121 vc4->bo_labels[free_slot].num_allocated = 0; in vc4_get_user_label() 122 vc4->bo_labels[free_slot].size_allocated = 0; in vc4_get_user_label() [all …]
|
/Linux-v5.10/lib/ |
D | assoc_array.c | 486 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() 525 pr_devel("insert in free slot %d\n", free_slot); 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() 667 } while (new_n0->slots[free_slot] != NULL); in assoc_array_insert_into_terminal_node() 668 new_n0->slots[free_slot] = node->slots[i]; in assoc_array_insert_into_terminal_node() [all …]
|
/Linux-v5.10/arch/xtensa/kernel/ |
D | hw_breakpoint.c | 192 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-v5.10/drivers/mmc/host/ |
D | sdhci-acpi.c | 67 int (*free_slot)(struct platform_device *pdev); member 530 .free_slot = qcom_free_slot, 949 if (c->slot && c->slot->free_slot) in sdhci_acpi_probe() 950 c->slot->free_slot(pdev); in sdhci_acpi_probe() 974 if (c->slot && c->slot->free_slot) in sdhci_acpi_remove() 975 c->slot->free_slot(pdev); in sdhci_acpi_remove()
|
/Linux-v5.10/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 67 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-v5.10/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 834 int curr_slot, free_slot; in enqueue_qtds() local 857 free_slot = -1; in enqueue_qtds() 859 if ((free_slot == -1) && (slots[curr_slot].qtd == NULL)) in enqueue_qtds() 860 free_slot = curr_slot; in enqueue_qtds() 890 if ((curr_slot > 31) && (free_slot > -1)) { in enqueue_qtds() 896 start_bus_transfer(hcd, ptd_offset, free_slot, in enqueue_qtds() 898 curr_slot = free_slot; in enqueue_qtds()
|
/Linux-v5.10/net/sunrpc/xprtrdma/ |
D | svc_rdma_backchannel.c | 211 .free_slot = xprt_free_slot,
|
D | transport.c | 739 .free_slot = xprt_rdma_free_slot,
|
/Linux-v5.10/drivers/pci/hotplug/ |
D | pnv_php.c | 953 goto free_slot; in pnv_php_register_one() 968 free_slot: in pnv_php_register_one()
|
/Linux-v5.10/include/linux/sunrpc/ |
D | xprt.h | 136 void (*free_slot)(struct rpc_xprt *xprt, member
|
/Linux-v5.10/drivers/scsi/ufs/ |
D | ufshcd.c | 6251 int free_slot, task_tag, err; in __ufshcd_issue_tm_cmd() local 6260 free_slot = req->tag; in __ufshcd_issue_tm_cmd() 6261 WARN_ON_ONCE(free_slot < 0 || free_slot >= hba->nutmrs); in __ufshcd_issue_tm_cmd() 6265 task_tag = hba->nutrs + free_slot; in __ufshcd_issue_tm_cmd() 6269 memcpy(hba->utmrdl_base_addr + free_slot, treq, sizeof(*treq)); in __ufshcd_issue_tm_cmd() 6270 ufshcd_vops_setup_task_mgmt(hba, free_slot, tm_function); in __ufshcd_issue_tm_cmd() 6273 __set_bit(free_slot, &hba->outstanding_tasks); in __ufshcd_issue_tm_cmd() 6278 ufshcd_writel(hba, 1 << free_slot, REG_UTP_TASK_REQ_DOOR_BELL); in __ufshcd_issue_tm_cmd() 6298 if (ufshcd_clear_tm_cmd(hba, free_slot)) in __ufshcd_issue_tm_cmd() 6300 __func__, free_slot); in __ufshcd_issue_tm_cmd() [all …]
|
/Linux-v5.10/drivers/scsi/ |
D | 53c700.c | 555 free_slot(struct NCR_700_command_slot *slot, in free_slot() function 627 free_slot(slot, hostdata); in NCR_700_scsi_done() 1565 free_slot(slot, hostdata); in NCR_700_intr()
|
/Linux-v5.10/net/sunrpc/ |
D | xprtsock.c | 2592 .free_slot = xprt_free_slot, 2613 .free_slot = xprt_free_slot, 2635 .free_slot = xprt_free_slot, 2668 .free_slot = xprt_free_slot,
|
D | xprt.c | 1837 xprt->ops->free_slot(xprt, req); in xprt_release()
|