| /Linux-v6.6/fs/ubifs/ |
| 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-v6.6/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 | 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-v6.6/drivers/md/ |
| 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-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | xdp.h | 166 u16 outstanding = sq->xdpi_fifo_pc - sq->xdpi_fifo_cc; in mlx5e_xdp_get_inline_state() local 171 if (cur && outstanding <= MLX5E_XDP_INLINE_WATERMARK_LOW) in mlx5e_xdp_get_inline_state() 174 if (!cur && outstanding >= MLX5E_XDP_INLINE_WATERMARK_HIGH) in mlx5e_xdp_get_inline_state()
|
| /Linux-v6.6/Documentation/ABI/testing/ |
| D | sysfs-fs-xfs | 25 outstanding transactions. The grant head is exported in 36 outstanding transactions, including regrants due to
|
| D | evm | 56 as the outstanding issues that prevent the usage of EVM portable
|
| /Linux-v6.6/Documentation/networking/ |
| D | msg_zerocopy.rst | 121 poll call is there to block until an error is outstanding. It will set 151 Multiple outstanding packets can be read at once using the recvmmsg 154 while one is outstanding for reception on the error queue. 159 the range upper value of the outstanding notification. 163 than one notification is outstanding at any one point.
|
| D | mptcp-sysctl.rst | 68 pending outstanding data on a given subflow required to declare it stale.
|
| D | scaling.rst | 275 When the scheduler moves a thread to a new CPU while it has outstanding 277 avoid this, RFS uses a second flow table to track outstanding packets 312 there are no packets outstanding on the old CPU, as the outstanding 458 there are no outstanding packets in the flow, so the transmit queue can
|
| 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-v6.6/drivers/infiniband/ulp/rtrs/ |
| 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-v6.6/include/trace/events/ |
| D | afs.h | 731 int ref, int outstanding, const void *where), 733 TP_ARGS(call_debug_id, op, ref, outstanding, where), 739 __field(int, outstanding ) 747 __entry->outstanding = outstanding; 755 __entry->outstanding,
|
| D | btrfs.h | 2013 TP_PROTO(const struct btrfs_root *root, u64 ino, int mod, unsigned outstanding), 2015 TP_ARGS(root, ino, mod, outstanding), 2021 __field( unsigned, outstanding ) 2028 __entry->outstanding = outstanding; 2033 __entry->ino, __entry->mod, __entry->outstanding)
|
| /Linux-v6.6/Documentation/core-api/ |
| 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-v6.6/net/sctp/ |
| 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-v6.6/Documentation/filesystems/nfs/ |
| D | pnfs.rst | 21 outstanding RPC call that references it (LAYOUTGET, LAYOUTRETURN,
|
| /Linux-v6.6/Documentation/networking/device_drivers/ethernet/chelsio/ |
| 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-v6.6/Documentation/block/ |
| D | pr.rst | 100 any outstanding command sent over a connection identified by old_key.
|
| /Linux-v6.6/Documentation/filesystems/ |
| 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-v6.6/fs/afs/ |
| D | cell.c | 516 int outstanding = atomic_inc_return(&net->cells_outstanding); in afs_queue_cell_manager() local 518 _enter("%d", outstanding); in afs_queue_cell_manager()
|
| /Linux-v6.6/Documentation/scsi/ |
| D | aacraid.rst | 147 increased the number of fibs and outstanding commands to a container
|
| D | hpsa.rst | 78 load time to eliminate any outstanding commands on the controller and get the
|
| /Linux-v6.6/Documentation/driver-api/usb/ |
| D | callbacks.rst | 121 outstanding URBs to complete, and save any device state you need to
|
| /Linux-v6.6/Documentation/admin-guide/nfs/ |
| D | nfs-client.rst | 51 outstanding NFSv4 state has expired, to prevent loss of NFSv4 state.
|