/linux-4.1.27/fs/ubifs/ |
D | budget.c | 308 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()
|
D | debug.c | 583 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.1.27/fs/jffs2/ |
D | TODO | 3 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.1.27/drivers/infiniband/ulp/iser/ |
D | iser_initiator.c | 583 int rx_buflen, outstanding, count, err; in iser_rcv_completion() local 617 outstanding = ib_conn->post_recv_buf_count; in iser_rcv_completion() 618 if (outstanding + iser_conn->min_posted_rx <= iser_conn->qp_max_recv_dtos) { in iser_rcv_completion() 619 count = min(iser_conn->qp_max_recv_dtos - outstanding, in iser_rcv_completion()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-fs-xfs | 25 outstanding transactions. The grant head is exported in
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | fscache.txt | 357 OPS Number of outstanding operations on this object 358 OOP Number of outstanding child object management operations 360 EX Number of outstanding exclusive operations 361 READS Number of outstanding read operations 396 R Show objects that have outstanding reads 397 r Show objects that don't have outstanding reads
|
D | object.txt | 295 (b) when the last operation outstanding on an object is completed.
|
D | backend-api.txt | 209 A structure of this type is allocated by FS-Cache to record outstanding
|
D | netfs-api.txt | 694 To make a page available for release, this function may wait for an outstanding
|
/linux-4.1.27/net/sctp/ |
D | outqueue.c | 1134 unsigned int outstanding; in sctp_outq_sack() local 1254 outstanding = q->outstanding_bytes; in sctp_outq_sack() 1256 if (outstanding < sack_a_rwnd) in sctp_outq_sack() 1257 sack_a_rwnd -= outstanding; in sctp_outq_sack()
|
/linux-4.1.27/Documentation/ |
D | padata.txt | 138 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
|
D | dma-buf-sharing.txt | 216 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.
|
D | rbtree.txt | 26 The high-resolution timer code uses an rbtree to organize outstanding
|
/linux-4.1.27/Documentation/networking/ |
D | cxgb.txt | 281 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
|
D | scaling.txt | 253 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
|
D | timestamping.txt | 130 have multiple concurrent timestamping requests outstanding. Packets 151 among all possibly concurrently outstanding timestamp requests for
|
D | lapb-module.txt | 73 The window size is the maximum number of outstanding data packets allowed to
|
D | rds.txt | 144 This allows the application to cancel outstanding messages if
|
D | ip-sysctl.txt | 240 for triggering fast retransmit when the amount of outstanding data is
|
/linux-4.1.27/Documentation/scsi/ |
D | aacraid.txt | 129 increased the number of fibs and outstanding commands to a container)
|
D | hpsa.txt | 74 load time to eliminate any outstanding commands on the controller and get the
|
D | scsi_mid_low_api.txt | 665 * @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
|
D | aic79xx.txt | 109 until there are no outstanding selections to ensure
|
D | ChangeLog.lpfc | 337 * 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
|
D | BusLogic.txt | 138 queuing allows for multiple outstanding commands to be issued to each target
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | pnfs.txt | 19 outstanding RPC call that references it (LAYOUTGET, LAYOUTRETURN,
|
D | nfs.txt | 49 outstanding NFSv4 state has expired, to prevent loss of NFSv4 state.
|
/linux-4.1.27/Documentation/usb/ |
D | callbacks.txt | 100 outstanding URBs to complete, and save any device state you need to
|
D | power-management.txt | 304 outstanding URBs (usb_kill_urb()) and not submit any more.
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas_fusion.c | 2431 int i, outstanding, retval = 0, hb_seconds_missed = 0; in megasas_wait_for_outstanding_fusion() local 2475 outstanding = atomic_read(&instance->fw_outstanding); in megasas_wait_for_outstanding_fusion() 2476 if (!outstanding) in megasas_wait_for_outstanding_fusion() 2482 outstanding, instance->host->host_no); in megasas_wait_for_outstanding_fusion()
|
D | megaraid_sas_base.c | 2352 int outstanding = atomic_read(&instance->fw_outstanding); in megasas_wait_for_outstanding() local 2354 if (!outstanding) in megasas_wait_for_outstanding() 2359 "commands to complete\n",i,outstanding); in megasas_wait_for_outstanding() 2398 int outstanding = in megasas_wait_for_outstanding() local 2400 if (!outstanding) in megasas_wait_for_outstanding()
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-driver-ib_srp | 27 number of outstanding commands for a single LUN.
|
/linux-4.1.27/drivers/usb/storage/ |
D | Kconfig | 209 multiple outstanding commands.
|
/linux-4.1.27/Documentation/filesystems/ |
D | xfs-delayed-logging-design.txt | 79 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
|
D | mandatory-locking.txt | 90 another process has outstanding mandatory locks. This is in direct
|
D | coda.txt | 388 u_long unique; /* Keep multiple outstanding msgs distinct */ 398 u_long unique; /* Keep multiple outstanding msgs distinct */
|
/linux-4.1.27/arch/arc/kernel/ |
D | entry.S | 653 ; Restore REG File. In case multiple Events outstanding,
|
/linux-4.1.27/Documentation/s390/ |
D | cds.txt | 420 is outstanding, otherwise the intparm associated with 437 can then perform an appropriate action. Prior to interrupt of an outstanding
|
/linux-4.1.27/drivers/infiniband/ulp/isert/ |
D | ib_isert.c | 1592 int rx_buflen, outstanding; in isert_rcv_completion() local 1638 outstanding = isert_conn->post_recv_buf_count; in isert_rcv_completion() 1639 if (outstanding + ISERT_MIN_POSTED_RX <= ISERT_QP_MAX_RECV_DTOS) { in isert_rcv_completion() 1640 int err, count = min(ISERT_QP_MAX_RECV_DTOS - outstanding, in isert_rcv_completion()
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | msr.txt | 195 If APF is disabled while there are outstanding APFs, they will
|
/linux-4.1.27/drivers/block/ |
D | skd_main.c | 196 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.1.27/drivers/staging/slicoss/ |
D | slicoss.c | 1396 u32 outstanding; in slic_cmdq_reset() local 1402 outstanding = adapter->cmdq_all.count - adapter->cmdq_done.count; in slic_cmdq_reset() 1403 outstanding -= adapter->cmdq_free.count; in slic_cmdq_reset()
|
/linux-4.1.27/Documentation/RCU/ |
D | rcubarrier.txt | 74 a grace period to elapse, rcu_barrier() waits for all outstanding RCU
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 718 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.1.27/Documentation/sysctl/ |
D | kernel.txt | 729 of POSIX realtime (queued) signals that can be outstanding
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 4005 * The minimum number of commands still outstanding required
|
D | aic7xxx.seq | 362 * when we have outstanding transactions, so we can safely
|
D | aic79xx.seq | 258 * If we have relatively few commands outstanding, don't
|