| /linux/fs/ubifs/ |
| A D | budget.c | 292 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/ |
| A 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()
|
| A D | dbexec.c | 265 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/ |
| A D | dm-ps-historical-service-time.c | 66 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/net/ethernet/mellanox/mlx5/core/en/ |
| A D | xdp.h | 171 u16 outstanding = sq->xdpi_fifo_pc - sq->xdpi_fifo_cc; in mlx5e_xdp_get_inline_state() local 176 if (cur && outstanding <= MLX5E_XDP_INLINE_WATERMARK_LOW) in mlx5e_xdp_get_inline_state() 179 if (!cur && outstanding >= MLX5E_XDP_INLINE_WATERMARK_HIGH) in mlx5e_xdp_get_inline_state()
|
| /linux/drivers/md/dm-vdo/ |
| A D | dump.c | 59 s64 outstanding; in do_dump() local 64 outstanding = (atomic64_read(&vdo->stats.bios_submitted) - in do_dump() 67 active, maximum, outstanding, in do_dump()
|
| A D | repair.c | 93 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/ |
| A D | sysfs-fs-xfs | 25 outstanding transactions in bytes. 35 outstanding transactions, including regrants due to
|
| A D | evm | 56 as the outstanding issues that prevent the usage of EVM portable
|
| /linux/Documentation/networking/ |
| A D | msg_zerocopy.rst | 122 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.
|
| A D | mptcp-sysctl.rst | 102 pending outstanding data on a given subflow required to declare it stale.
|
| A D | napi.rst | 80 has outstanding work to do (e.g. ``budget`` was exhausted) 85 If event processing has been completed (all outstanding packets
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| A D | tcp_slow_start_slow-start-ack-per-2pkt-send-5pkt.pkt | 2 // Test of slow start when an outstanding flight of packets is
|
| A D | tcp_slow_start_slow-start-ack-per-2pkt-send-6pkt.pkt | 2 // Test of slow start when an outstanding flight of packets is
|
| /linux/Documentation/devicetree/bindings/net/ |
| A D | snps,dwmac.yaml | 177 * snps,wr_osr_lmt, max write outstanding req. limit 178 * snps,rd_osr_lmt, max read outstanding req. limit 380 description: max write outstanding req. limit 383 description: max read outstanding req. limit 555 max write outstanding req. limit 560 max read outstanding req. limit
|
| /linux/drivers/infiniband/ulp/rtrs/ |
| A D | README | 130 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/ |
| A D | mrvl_cn10k_dpi.rst | 42 ioctl that sets DMA engine's fifo sizes & max outstanding load request
|
| /linux/include/trace/events/ |
| A D | afs.h | 622 int ref, int outstanding, const void *where), 624 TP_ARGS(call_debug_id, op, ref, outstanding, where), 630 __field(int, outstanding) 638 __entry->outstanding = outstanding; 646 __entry->outstanding,
|
| /linux/Documentation/core-api/ |
| A D | padata.rst | 125 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/net/sctp/ |
| A D | outqueue.c | 1258 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/filesystems/nfs/ |
| A D | pnfs.rst | 21 outstanding RPC call that references it (LAYOUTGET, LAYOUTRETURN,
|
| /linux/Documentation/networking/device_drivers/ethernet/chelsio/ |
| A D | cxgb.rst | 319 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/block/ |
| A D | pr.rst | 100 any outstanding command sent over a connection identified by old_key.
|
| /linux/Documentation/filesystems/ |
| A D | journalling.rst | 30 jbd2_journal_skip_recovery() for you if it detects any outstanding 74 single outstanding transaction at any one time, remember nothing commits
|
| /linux/fs/afs/ |
| A D | cell.c | 517 int outstanding = atomic_inc_return(&net->cells_outstanding); in afs_queue_cell_manager() local 519 _enter("%d", outstanding); in afs_queue_cell_manager()
|