Searched refs:outstanding (Results 1 – 10 of 10) sorted by relevance
/drivers/acpi/acpica/ |
D | dbstats.c | 68 u32 outstanding; in acpi_db_list_info() local 90 outstanding = acpi_db_get_cache_info(list); in acpi_db_list_info() 97 outstanding * list->object_size, outstanding); in acpi_db_list_info() 103 list->max_occupied, list->current_total_size, outstanding, in acpi_db_list_info()
|
D | dbexec.c | 264 u32 outstanding = 0; in acpi_db_get_outstanding_allocations() local 268 outstanding += acpi_db_get_cache_info(acpi_gbl_state_cache); in acpi_db_get_outstanding_allocations() 269 outstanding += acpi_db_get_cache_info(acpi_gbl_ps_node_cache); in acpi_db_get_outstanding_allocations() 270 outstanding += acpi_db_get_cache_info(acpi_gbl_ps_node_ext_cache); in acpi_db_get_outstanding_allocations() 271 outstanding += acpi_db_get_cache_info(acpi_gbl_operand_cache); in acpi_db_get_outstanding_allocations() 274 return (outstanding); in acpi_db_get_outstanding_allocations()
|
/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | xdp.h | 116 u16 outstanding = sq->xdpi_fifo_pc - sq->xdpi_fifo_cc; in mlx5e_xdp_update_inline_state() local 123 if (outstanding <= MLX5E_XDP_INLINE_WATERMARK_LOW) in mlx5e_xdp_update_inline_state() 129 if (outstanding >= MLX5E_XDP_INLINE_WATERMARK_HIGH) in mlx5e_xdp_update_inline_state()
|
/drivers/infiniband/ulp/iser/ |
D | iser_initiator.c | 657 int outstanding, count, err; in iser_task_rsp() local 692 outstanding = ib_conn->post_recv_buf_count; in iser_task_rsp() 693 if (outstanding + iser_conn->min_posted_rx <= iser_conn->qp_max_recv_dtos) { in iser_task_rsp() 694 count = min(iser_conn->qp_max_recv_dtos - outstanding, in iser_task_rsp()
|
/drivers/usb/storage/ |
D | Kconfig | 195 multiple outstanding commands.
|
/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 2676 int i, sl, outstanding; in megasas_wait_for_outstanding() local 2745 outstanding = atomic_read(&instance->fw_outstanding); in megasas_wait_for_outstanding() 2747 if (!outstanding) in megasas_wait_for_outstanding() 2752 "commands to complete\n",i,outstanding); in megasas_wait_for_outstanding() 2764 outstanding = atomic_read(&instance->fw_outstanding); in megasas_wait_for_outstanding() 2767 if ((!outstanding && (fw_state == MFI_STATE_OPERATIONAL))) in megasas_wait_for_outstanding() 2792 outstanding = atomic_read(&instance->fw_outstanding); in megasas_wait_for_outstanding() 2795 if ((!outstanding && (fw_state == MFI_STATE_OPERATIONAL))) in megasas_wait_for_outstanding()
|
D | megaraid_sas_fusion.c | 4100 int i, outstanding, retval = 0, hb_seconds_missed = 0; in megasas_wait_for_outstanding_fusion() local 4172 outstanding = atomic_read(&instance->fw_outstanding); in megasas_wait_for_outstanding_fusion() 4173 if (!outstanding) in megasas_wait_for_outstanding_fusion() 4179 outstanding, instance->host->host_no); in megasas_wait_for_outstanding_fusion()
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 4005 * The minimum number of commands still outstanding required
|
D | aic7xxx.seq | 362 * when we have outstanding transactions, so we can safely
|
D | aic79xx.seq | 258 * If we have relatively few commands outstanding, don't
|