Searched refs:outstanding (Results 1 - 16 of 16) sorted by relevance

/linux-master/fs/ubifs/
H A Dbudget.c292 long long outstanding, available; local
335 outstanding = c->bi.data_growth + c->bi.dd_growth;
337 if (unlikely(available < outstanding)) {
338 dbg_budg("out of data space: available %lld, outstanding %lld",
339 available, outstanding);
343 if (available - outstanding <= c->rp_size && !can_use_rp(c))
665 long long available, outstanding, free; local
668 outstanding = c->bi.data_growth + c->bi.dd_growth;
691 if (available > outstanding)
692 free = ubifs_reported_space(c, available - outstanding);
[all...]
H A Ddebug.c618 long long available, outstanding, free; local
670 outstanding = c->bi.data_growth + c->bi.dd_growth;
673 pr_err("\tavailable: %lld, outstanding %lld, free %lld\n",
674 available, outstanding, free);
/linux-master/drivers/acpi/acpica/
H A Ddbstats.c68 u32 outstanding; local
90 outstanding = acpi_db_get_cache_info(list);
97 outstanding * list->object_size, outstanding);
103 list->max_occupied, list->current_total_size, outstanding,
H A Ddbexec.c257 * DESCRIPTION: Determine the current number of "outstanding" allocations --
265 u32 outstanding = 0; local
269 outstanding += acpi_db_get_cache_info(acpi_gbl_state_cache);
270 outstanding += acpi_db_get_cache_info(acpi_gbl_ps_node_cache);
271 outstanding += acpi_db_get_cache_info(acpi_gbl_ps_node_ext_cache);
272 outstanding += acpi_db_get_cache_info(acpi_gbl_operand_cache);
275 return (outstanding);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.h171 u16 outstanding = sq->xdpi_fifo_pc - sq->xdpi_fifo_cc; local
176 if (cur && outstanding <= MLX5E_XDP_INLINE_WATERMARK_LOW)
179 if (!cur && outstanding >= MLX5E_XDP_INLINE_WATERMARK_HIGH)
/linux-master/drivers/md/
H A Ddm-ps-historical-service-time.c7 * service time and the number of outstanding requests.
66 u64 outstanding; member in struct:path_info
253 pi->outstanding, pi->stale_after);
304 pi->outstanding = 0;
352 *out = pi->outstanding;
380 * outstanding requests. In this case, any unloaded paths will
400 /* Compare estimated service time. If outstanding is the same, we
468 pi->outstanding++;
503 pi->outstanding--;
/linux-master/drivers/md/dm-vdo/
H A Ddump.c59 s64 outstanding; local
64 outstanding = (atomic64_read(&vdo->stats.bios_submitted) -
66 vdo_log_info("%u device requests outstanding (max %u), %lld bio requests outstanding, device '%s'",
67 active, maximum, outstanding,
H A Drepair.c91 page_count_t outstanding; member in struct:repair_completion
371 repair->outstanding--;
506 repair->outstanding--;
547 repair->outstanding++;
556 if (repair->outstanding > 0)
921 if (repair->launching || (repair->outstanding > 0))
1012 repair->outstanding--;
1021 repair->outstanding--;
1039 repair->outstanding++;
/linux-master/include/trace/events/
H A Dafs.h617 int ref, int outstanding, const void *where),
619 TP_ARGS(call_debug_id, op, ref, outstanding, where),
625 __field(int, outstanding)
633 __entry->outstanding = outstanding;
641 __entry->outstanding,
H A Dbtrfs.h1992 TP_PROTO(const struct btrfs_root *root, u64 ino, int mod, unsigned outstanding),
1994 TP_ARGS(root, ino, mod, outstanding),
2000 __field( unsigned, outstanding )
2007 __entry->outstanding = outstanding;
2010 TP_printk_btrfs("root=%llu(%s) ino=%llu mod=%d outstanding=%u",
2012 __entry->ino, __entry->mod, __entry->outstanding)
/linux-master/net/sctp/
H A Doutqueue.c468 * stop considering it 'outstanding'. Our peer
619 * outstanding DATA chunks for the address for which the
1067 * first transmit any outstanding DATA chunks which
1258 unsigned int outstanding; local
1386 * number of bytes still outstanding after processing the
1392 outstanding = q->outstanding_bytes;
1394 if (outstanding < sack_a_rwnd)
1395 sack_a_rwnd -= outstanding;
1467 * considering it as 'outstanding'.
1483 * the outstanding byte
[all...]
/linux-master/arch/arc/kernel/
H A Dentry-compact.S319 ; Restore REG File. In case multiple Events outstanding,
/linux-master/fs/afs/
H A Dcell.c517 int outstanding = atomic_inc_return(&net->cells_outstanding); local
519 _enter("%d", outstanding);
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c2183 * megasas_complete_outstanding_ioctls - Complete outstanding ioctls after a
2195 /* Find all outstanding ioctls */
2247 /* Complete outstanding ioctls when adapter is killed */
2743 * megasas_wait_for_outstanding - Wait for all outstanding cmds
2747 * complete all its outstanding commands. Returns error if one or more IOs
2752 int i, sl, outstanding; local
2821 outstanding = atomic_read(&instance->fw_outstanding);
2823 if (!outstanding)
2828 "commands to complete\n",i,outstanding);
2840 outstanding
[all...]
H A Dmegaraid_sas_fusion.c4167 /* This function waits for outstanding commands on fusion to complete */
4172 int i, outstanding, retval = 0, hb_seconds_missed = 0; local
4244 outstanding = atomic_read(&instance->fw_outstanding);
4245 if (!outstanding)
4251 outstanding, instance->host->host_no);
4426 * megasas_track_scsiio : Track SCSI IOs outstanding to a SCSI device
4662 * Return Non Zero index, if SMID found in outstanding commands
4769 " issued is not found in outstanding commands\n");
/linux-master/drivers/ufs/core/
H A Dufshcd.c617 dev_err(hba->dev, "outstanding reqs=0x%lx tasks=0x%lx\n",
1266 * Wait for all the outstanding tasks/transfer requests.
1366 * make sure that there are no outstanding requests when
3075 /* clear outstanding transaction before retry */
5569 "completed: %#lx; outstanding: %#lx\n", completed_reqs,
7557 bool outstanding; local
7567 "%s: cmd at tag %d already completed, outstanding=0x%lx, doorbell=0x%x\n",
7648 outstanding = __test_and_clear_bit(tag, &hba->outstanding_reqs);
7651 if (outstanding)
8874 * If we get here we know that no TMFs are outstanding an
[all...]

Completed in 356 milliseconds