Home
last modified time | relevance | path

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

/linux-4.4.14/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()
Ddebug.c583 long long available, outstanding, free; in ubifs_dump_budg() local
635 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_dump_budg()
639 available, outstanding, free); in ubifs_dump_budg()
/linux-4.4.14/drivers/acpi/acpica/
Ddbstats.c104 u32 outstanding; in acpi_db_list_info() local
126 outstanding = acpi_db_get_cache_info(list); in acpi_db_list_info()
133 outstanding * list->object_size, outstanding); in acpi_db_list_info()
139 list->max_occupied, list->current_total_size, outstanding, in acpi_db_list_info()
Ddbexec.c286 u32 outstanding = 0; in acpi_db_get_outstanding_allocations() local
290 outstanding += acpi_db_get_cache_info(acpi_gbl_state_cache); in acpi_db_get_outstanding_allocations()
291 outstanding += acpi_db_get_cache_info(acpi_gbl_ps_node_cache); in acpi_db_get_outstanding_allocations()
292 outstanding += acpi_db_get_cache_info(acpi_gbl_ps_node_ext_cache); in acpi_db_get_outstanding_allocations()
293 outstanding += acpi_db_get_cache_info(acpi_gbl_operand_cache); in acpi_db_get_outstanding_allocations()
296 return (outstanding); in acpi_db_get_outstanding_allocations()
/linux-4.4.14/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-4.4.14/drivers/infiniband/ulp/iser/
Diser_initiator.c576 int rx_buflen, outstanding, count, err; in iser_rcv_completion() local
610 outstanding = ib_conn->post_recv_buf_count; in iser_rcv_completion()
611 if (outstanding + iser_conn->min_posted_rx <= iser_conn->qp_max_recv_dtos) { in iser_rcv_completion()
612 count = min(iser_conn->qp_max_recv_dtos - outstanding, in iser_rcv_completion()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-fs-xfs25 outstanding transactions. The grant head is exported in
/linux-4.4.14/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
Dobject.txt295 (b) when the last operation outstanding on an object is completed.
Dbackend-api.txt209 A structure of this type is allocated by FS-Cache to record outstanding
Dnetfs-api.txt694 To make a page available for release, this function may wait for an outstanding
/linux-4.4.14/net/sctp/
Doutqueue.c1135 unsigned int outstanding; in sctp_outq_sack() local
1256 outstanding = q->outstanding_bytes; in sctp_outq_sack()
1258 if (outstanding < sack_a_rwnd) in sctp_outq_sack()
1259 sack_a_rwnd -= outstanding; in sctp_outq_sack()
/linux-4.4.14/Documentation/
Dpadata.txt138 outstanding, it should be prepared to be called again with a new job before
159 might be best not to call it while there is work outstanding. Shutting
Ddma-buf-sharing.txt216 map_dma_buf until all outstanding access is completed (as signalled by
370 up with outstanding asynchronous processing on the device or allocating
405 synchronization at fault time with outstanding device operations.
Drbtree.txt26 The high-resolution timer code uses an rbtree to organize outstanding
/linux-4.4.14/Documentation/networking/
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
397 there are no outstanding packets in the flow, so the transmit queue can
Dtimestamping.txt130 have multiple concurrent timestamping requests outstanding. Packets
151 among all possibly concurrently outstanding timestamp requests for
Dlapb-module.txt73 The window size is the maximum number of outstanding data packets allowed to
Drds.txt144 This allows the application to cancel outstanding messages if
Dip-sysctl.txt240 for triggering fast retransmit when the amount of outstanding data is
/linux-4.4.14/Documentation/block/
Dpr.txt100 any outstanding command sent over a connection identified by old_key.
Dbiodoc.txt718 one outstanding command on a queue at any given time.
759 all the outstanding requests. There's a third helper to do that:
/linux-4.4.14/Documentation/powerpc/
Dcxlflash.txt189 at a time and if one mode is active (outstanding references exist),
206 at a time and if one mode is active (outstanding references exist),
252 cxlflash driver and release outstanding resources that were
/linux-4.4.14/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-4.4.14/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
Dscsi_mid_low_api.txt665 * @depth: Current number of outstanding SCSI commands on this device,
826 * This recovery is limited to determining if the outstanding command
1021 * outstanding commands to it). Commands to other devices continue
1026 * the host (or after a brief delay if there are no outstanding
Dst.txt174 1. in_flight - The number of I/Os currently outstanding to this device.
209 The value of in_flight is 0 when there are no I/Os outstanding that are
Daic79xx.txt109 until there are no outstanding selections to ensure
DChangeLog.lpfc337 * lpfc_linkdown() should be able to process all outstanding events
803 * Cleanup possible outstanding discovery timers on rmmod.
1039 routine. Also, removing need for outstanding clock linked list
DBusLogic.txt138 queuing allows for multiple outstanding commands to be issued to each target
/linux-4.4.14/Documentation/usb/
Dcallbacks.txt100 outstanding URBs to complete, and save any device state you need to
Dpower-management.txt304 outstanding URBs (usb_kill_urb()) and not submit any more.
/linux-4.4.14/arch/arc/kernel/
Dentry-compact.S348 ; Restore REG File. In case multiple Events outstanding,
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c2588 int i, outstanding, retval = 0, hb_seconds_missed = 0; in megasas_wait_for_outstanding_fusion() local
2632 outstanding = atomic_read(&instance->fw_outstanding); in megasas_wait_for_outstanding_fusion()
2633 if (!outstanding) in megasas_wait_for_outstanding_fusion()
2639 outstanding, instance->host->host_no); in megasas_wait_for_outstanding_fusion()
Dmegaraid_sas_base.c2450 int outstanding = atomic_read(&instance->fw_outstanding); in megasas_wait_for_outstanding() local
2452 if (!outstanding) in megasas_wait_for_outstanding()
2457 "commands to complete\n",i,outstanding); in megasas_wait_for_outstanding()
2494 int outstanding = in megasas_wait_for_outstanding() local
2496 if (!outstanding) in megasas_wait_for_outstanding()
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-driver-ib_srp27 number of outstanding commands for a single LUN.
/linux-4.4.14/drivers/usb/storage/
DKconfig209 multiple outstanding commands.
/linux-4.4.14/Documentation/filesystems/
Dxfs-delayed-logging-design.txt79 Effectively, this gives us the maximum bound of outstanding metadata changes
123 journalling subsystem is that it disassociates the amount of outstanding
192 Hence we avoid the need to lock items when we need to flush outstanding
574 for every outstanding transaction they were dirtied in. When each of these
593 can be multiple outstanding checkpoint contexts, we can still see elevated pin
Dmandatory-locking.txt90 another process has outstanding mandatory locks. This is in direct
Dcoda.txt388 u_long unique; /* Keep multiple outstanding msgs distinct */
398 u_long unique; /* Keep multiple outstanding msgs distinct */
/linux-4.4.14/Documentation/s390/
Dcds.txt420 is outstanding, otherwise the intparm associated with
437 can then perform an appropriate action. Prior to interrupt of an outstanding
/linux-4.4.14/Documentation/virtual/kvm/
Dmsr.txt195 If APF is disabled while there are outstanding APFs, they will
/linux-4.4.14/drivers/block/
Dskd_main.c196 u16 outstanding; member
2186 skmsg->outstanding = fmh->num_protocol_cmds_coalesced; in skd_send_fitmsg()
2450 SKD_ASSERT(skmsg->outstanding > 0); in skd_release_skreq()
2451 skmsg->outstanding--; in skd_release_skreq()
2452 if (skmsg->outstanding == 0) { in skd_release_skreq()
/linux-4.4.14/drivers/staging/slicoss/
Dslicoss.c1416 u32 outstanding; in slic_cmdq_reset() local
1421 outstanding = adapter->cmdq_all.count - adapter->cmdq_done.count; in slic_cmdq_reset()
1422 outstanding -= adapter->cmdq_free.count; in slic_cmdq_reset()
/linux-4.4.14/Documentation/RCU/
Drcubarrier.txt74 a grace period to elapse, rcu_barrier() waits for all outstanding RCU
Dtrace.txt255 o "enq" is the number of quiescent states still outstanding.
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt741 of POSIX realtime (queued) signals that can be outstanding
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.seq362 * when we have outstanding transactions, so we can safely
Daic79xx.reg4005 * The minimum number of commands still outstanding required
Daic79xx.seq258 * If we have relatively few commands outstanding, don't