Home
last modified time | relevance | path

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

123

/Linux-v4.19/fs/ubifs/
Dbudget.c308 long long outstanding, available; in do_budget_space() local
351 outstanding = c->bi.data_growth + c->bi.dd_growth; in do_budget_space()
353 if (unlikely(available < outstanding)) { in do_budget_space()
355 available, outstanding); in do_budget_space()
359 if (available - outstanding <= c->rp_size && !can_use_rp(c)) in do_budget_space()
681 long long available, outstanding, free; in ubifs_get_free_space_nolock() local
684 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_get_free_space_nolock()
707 if (available > outstanding) in ubifs_get_free_space_nolock()
708 free = ubifs_reported_space(c, available - outstanding); in ubifs_get_free_space_nolock()
/Linux-v4.19/drivers/acpi/acpica/
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()
Ddbexec.c264 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()
/Linux-v4.19/include/trace/events/
Dafs.h253 int usage, int outstanding, const void *where),
255 TP_ARGS(call, op, usage, outstanding, where),
261 __field(int, outstanding )
269 __entry->outstanding = outstanding;
277 __entry->outstanding,
/Linux-v4.19/fs/jffs2/
DTODO3 let each outstanding write reserve the _maximum_ amount of physical
4 space it could take. Let GC flush the outstanding writes because the
/Linux-v4.19/Documentation/networking/
Dmsg_zerocopy.rst121 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.
Dcxgb.txt281 the number of outstanding transactions, via BIOS configuration
285 Total allowed outstanding transactions: 2
296 NOTE: The default setting on most systems is 8 outstanding transactions
Dscaling.txt253 When the scheduler moves a thread to a new CPU while it has outstanding
255 avoid this, RFS uses a second flow table to track outstanding packets
290 there are no packets outstanding on the old CPU, as the outstanding
427 there are no outstanding packets in the flow, so the transmit queue can
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dstmmac.txt69 - snps,wr_osr_lmt: max write outstanding req. limit
70 - snps,rd_osr_lmt: max read outstanding req. limit
113 - snps,high_credit: max write outstanding req. limit
114 - snps,low_credit: max read outstanding req. limit
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-fs-xfs25 outstanding transactions. The grant head is exported in
/Linux-v4.19/drivers/infiniband/ulp/iser/
Diser_initiator.c650 int outstanding, count, err; in iser_task_rsp() local
685 outstanding = ib_conn->post_recv_buf_count; in iser_task_rsp()
686 if (outstanding + iser_conn->min_posted_rx <= iser_conn->qp_max_recv_dtos) { in iser_task_rsp()
687 count = min(iser_conn->qp_max_recv_dtos - outstanding, in iser_task_rsp()
/Linux-v4.19/Documentation/filesystems/caching/
Dfscache.txt362 OPS Number of outstanding operations on this object
363 OOP Number of outstanding child object management operations
365 EX Number of outstanding exclusive operations
366 READS Number of outstanding read operations
401 R Show objects that have outstanding reads
402 r Show objects that don't have outstanding reads
/Linux-v4.19/Documentation/
Dpadata.txt141 outstanding, it should be prepared to be called again with a new job before
162 might be best not to call it while there is work outstanding. Shutting
/Linux-v4.19/fs/afs/
Dcell.c429 int outstanding = atomic_inc_return(&net->cells_outstanding); in afs_queue_cell_manager() local
431 _enter("%d", outstanding); in afs_queue_cell_manager()
/Linux-v4.19/net/sctp/
Doutqueue.c1251 unsigned int outstanding; in sctp_outq_sack() local
1375 outstanding = q->outstanding_bytes; in sctp_outq_sack()
1377 if (outstanding < sack_a_rwnd) in sctp_outq_sack()
1378 sack_a_rwnd -= outstanding; in sctp_outq_sack()
/Linux-v4.19/Documentation/filesystems/nfs/
Dpnfs.txt19 outstanding RPC call that references it (LAYOUTGET, LAYOUTRETURN,
Dnfs.txt49 outstanding NFSv4 state has expired, to prevent loss of NFSv4 state.
/Linux-v4.19/Documentation/block/
Dpr.txt100 any outstanding command sent over a connection identified by old_key.
/Linux-v4.19/Documentation/scsi/
Daacraid.txt129 increased the number of fibs and outstanding commands to a container)
Dhpsa.txt74 load time to eliminate any outstanding commands on the controller and get the
/Linux-v4.19/Documentation/filesystems/
Dindex.rst178 :c:func:`jbd2_journal_skip_recovery` for you if it detects any outstanding
222 single outstanding transaction at any one time, remember nothing commits
/Linux-v4.19/Documentation/driver-api/usb/
Dcallbacks.rst121 outstanding URBs to complete, and save any device state you need to
/Linux-v4.19/Documentation/core-api/
Dgenalloc.rst44 It's worth noting that, if there are still allocations outstanding from the
/Linux-v4.19/Documentation/powerpc/
Dcxlflash.txt208 at a time and if one mode is active (outstanding references exist),
225 at a time and if one mode is active (outstanding references exist),
282 cxlflash driver and release outstanding resources that were
/Linux-v4.19/arch/arc/kernel/
Dentry-compact.S337 ; Restore REG File. In case multiple Events outstanding,

123