Home
last modified time | relevance | path

Searched refs:outstanding (Results 1 – 25 of 75) sorted by relevance

123

/linux/fs/ubifs/
H A Dbudget.c292 long long outstanding, available; in do_budget_space() local
335 outstanding = c->bi.data_growth + c->bi.dd_growth; in do_budget_space()
337 if (unlikely(available < outstanding)) { in do_budget_space()
339 available, outstanding); in do_budget_space()
343 if (available - outstanding <= c->rp_size && !can_use_rp(c)) in do_budget_space()
665 long long available, outstanding, free; in ubifs_get_free_space_nolock() local
668 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_get_free_space_nolock()
691 if (available > outstanding) in ubifs_get_free_space_nolock()
692 free = ubifs_reported_space(c, available - outstanding); in ubifs_get_free_space_nolock()
/linux/drivers/acpi/acpica/
H A Ddbstats.c68 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()
H A Ddbexec.c265 u32 outstanding = 0; in acpi_db_get_outstanding_allocations() local
269 outstanding += acpi_db_get_cache_info(acpi_gbl_state_cache); in acpi_db_get_outstanding_allocations()
270 outstanding += acpi_db_get_cache_info(acpi_gbl_ps_node_cache); in acpi_db_get_outstanding_allocations()
271 outstanding += acpi_db_get_cache_info(acpi_gbl_ps_node_ext_cache); in acpi_db_get_outstanding_allocations()
272 outstanding += acpi_db_get_cache_info(acpi_gbl_operand_cache); in acpi_db_get_outstanding_allocations()
275 return (outstanding); in acpi_db_get_outstanding_allocations()
/linux/drivers/md/
H A Ddm-ps-historical-service-time.c66 u64 outstanding; member
253 pi->outstanding, pi->stale_after); in hst_status()
304 pi->outstanding = 0; in hst_add_path()
352 *out = pi->outstanding; in hst_fill_compare()
468 pi->outstanding++; in hst_start_io()
503 pi->outstanding--; in hst_end_io()
/linux/drivers/md/dm-vdo/
H A Ddump.c59 s64 outstanding; in do_dump() local
64 outstanding = (atomic64_read(&vdo->stats.bios_submitted) - in do_dump()
67 active, maximum, outstanding, in do_dump()
H A Drepair.c93 page_count_t outstanding; member
373 repair->outstanding--; in handle_page_load_error()
508 repair->outstanding--; in page_loaded()
549 repair->outstanding++; in fetch_page()
558 if (repair->outstanding > 0) in fetch_page()
920 if (repair->launching || (repair->outstanding > 0)) in finish_if_done()
1012 repair->outstanding--; in block_map_page_loaded()
1021 repair->outstanding--; in handle_block_map_page_load_error()
1039 repair->outstanding++; in fetch_block_map_page()
/linux/Documentation/ABI/testing/
H A Dsysfs-fs-xfs25 outstanding transactions in bytes.
35 outstanding transactions, including regrants due to
H A Devm56 as the outstanding issues that prevent the usage of EVM portable
/linux/Documentation/networking/
H A Dmsg_zerocopy.rst122 poll call is there to block until an error is outstanding. It will set
152 Multiple outstanding packets can be read at once using the recvmmsg
155 while one is outstanding for reception on the error queue.
160 the range upper value of the outstanding notification.
164 than one notification is outstanding at any one point.
H A Dscaling.rst339 When the scheduler moves a thread to a new CPU while it has outstanding
341 avoid this, RFS uses a second flow table to track outstanding packets
376 there are no packets outstanding on the old CPU, as the outstanding
524 there are no outstanding packets in the flow, so the transmit queue can
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_slow_start_slow-start-ack-per-2pkt-send-5pkt.pkt2 // Test of slow start when an outstanding flight of packets is
H A Dtcp_slow_start_slow-start-ack-per-2pkt-send-6pkt.pkt2 // Test of slow start when an outstanding flight of packets is
/linux/drivers/infiniband/ulp/rtrs/
H A DREADME130 an immediate field. The 32 bit field is used to specify the outstanding
148 an immediate field. The 32 bit field is used to specify the outstanding
171 outstanding inflight IO and the error code.
192 outstanding inflight IO and the error code. The new rkey is sent back using
/linux/Documentation/misc-devices/
H A Dmrvl_cn10k_dpi.rst42 ioctl that sets DMA engine's fifo sizes & max outstanding load request
/linux/include/trace/events/
H A Dafs.h696 int ref, int outstanding, const void *where),
698 TP_ARGS(call_debug_id, op, ref, outstanding, where),
704 __field(int, outstanding)
712 __entry->outstanding = outstanding;
720 __entry->outstanding,
H A Dbtrfs.h1979 TP_PROTO(const struct btrfs_root *root, u64 ino, int mod, unsigned outstanding),
1981 TP_ARGS(root, ino, mod, outstanding),
1987 __field( unsigned, outstanding )
1994 __entry->outstanding = outstanding;
1999 __entry->ino, __entry->mod, __entry->outstanding)
/linux/net/sctp/
H A Doutqueue.c1258 unsigned int outstanding; in sctp_outq_sack() local
1392 outstanding = q->outstanding_bytes; in sctp_outq_sack()
1394 if (outstanding < sack_a_rwnd) in sctp_outq_sack()
1395 sack_a_rwnd -= outstanding; in sctp_outq_sack()
/linux/Documentation/core-api/
H A Dpadata.rst125 outstanding, it should be prepared to be called again with a new job before
153 It is the user's responsibility to ensure all outstanding jobs are complete
/linux/Documentation/networking/device_drivers/ethernet/chelsio/
H A Dcxgb.rst319 the number of outstanding transactions, via BIOS configuration
324 Total allowed outstanding transactions: 2
337 The default setting on most systems is 8 outstanding transactions
/linux/Documentation/filesystems/nfs/
H A Dpnfs.rst21 outstanding RPC call that references it (LAYOUTGET, LAYOUTRETURN,
/linux/Documentation/block/
H A Dpr.rst100 any outstanding command sent over a connection identified by old_key.
/linux/Documentation/filesystems/
H A Djournalling.rst30 jbd2_journal_skip_recovery() for you if it detects any outstanding
74 single outstanding transaction at any one time, remember nothing commits
/linux/Documentation/scsi/
H A Daacraid.rst147 increased the number of fibs and outstanding commands to a container
/linux/Documentation/admin-guide/perf/
H A Dfujitsu_uncore_pmu.rst52 This event counts outstanding read requests issued by DDR memory controller
/linux/Documentation/driver-api/usb/
H A Dcallbacks.rst123 outstanding URBs to complete, and save any device state you need to

123