/linux-4.4.14/net/ipv4/ |
H A D | tcp_westwood.c | 38 u32 accounted; member in struct:westwood 67 w->accounted = 0; tcp_westwood_init() 189 w->accounted += tp->mss_cache; westwood_acked_count() 195 if (w->accounted >= w->cumul_ack) { westwood_acked_count() 196 w->accounted -= w->cumul_ack; westwood_acked_count() 199 w->cumul_ack -= w->accounted; westwood_acked_count() 200 w->accounted = 0; westwood_acked_count()
|
H A D | tcp_memcontrol.c | 87 * as accounted, but the accounting functions are not patched in tcp_update_limit()
|
H A D | icmp.c | 52 * - IP option length was accounted wrongly 53 * - ICMP header length was not accounted
|
H A D | tcp_input.c | 1227 * are accounted above as well. tcp_sacktag_one()
|
/linux-4.4.14/include/linux/ |
H A D | task_io_accounting.h | 38 * dirty pagecache, some IO which another task has been accounted for
|
H A D | gfp.h | 173 * should not be accounted for as a remote allocation in vmstat. A
|
H A D | mm.h | 143 #define VM_ACCOUNT 0x00100000 /* Is a VM accounted object */ set_max_mapnr()
|
H A D | skbuff.h | 3614 * The MAC/L2 header is not accounted for.
|
/linux-4.4.14/kernel/sched/ |
H A D | cputime.c | 131 * @p: the process that the cpu time gets accounted to 156 * @p: the process that the cpu time gets accounted to 183 * @p: the process that the cpu time gets accounted to 206 * @p: the process that the cpu time gets accounted to 320 * @p: the process that the cpu time gets accounted to 358 * ksoftirqd time do not get accounted in cpu_softirq_time. irqtime_account_process_tick() 461 * @p: the process that the cpu time gets accounted to 569 * accounted by the CFS scheduler.
|
H A D | completion.c | 150 * interruptible and there is no timeout. The caller is accounted as waiting 166 * interruptible. The caller is accounted as waiting for IO (which traditionally
|
H A D | loadavg.c | 211 * accounted through the nohz accounting, so skip the entire deal and calc_load_exit_idle()
|
H A D | core.c | 2815 * Return accounted runtime for the task. 2817 * pending runtime that have not been accounted yet. 2835 * been accounted, so we're correct here as well. task_sched_runtime() 2844 * project cycles that may never be accounted to this task_sched_runtime()
|
H A D | rt.c | 852 * and this unthrottle will get accounted as for_each_cpu()
|
/linux-4.4.14/include/net/ |
H A D | gue.h | 100 /* Private flags are last four bytes accounted in validate_gue_flags()
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_log.h | 27 int lv_bytes; /* accounted space in buffer */ 58 * basic data type we put into it. We already accounted for this padding when
|
H A D | xfs_log_cil.c | 574 * transaction header here as it is not accounted for in xlog_write(). xlog_cil_push()
|
H A D | xfs_qm.c | 1138 * rootino must have its resources accounted for, not so with the quota xfs_qm_dqusage_adjust()
|
H A D | xfs_log.c | 2344 * Region headers and bytes are already accounted for. xlog_write() 2352 * Commit record headers need to be accounted for. These xlog_write() 3613 * accounted to it, then the remaining space in the iclog is xfs_log_calc_unit_res()
|
H A D | xfs_log_recover.c | 975 * accounted for. Therefore, we know that the last good log record xlog_find_tail()
|
/linux-4.4.14/kernel/ |
H A D | profile.c | 218 * are accounted to their corresponding profile buffer slots with 220 * may be accounted to a profile buffer slot in a hashtable entry, 224 * positions to which hits are accounted during short intervals (e.g.
|
H A D | futex.c | 162 * Note that a new waiter is accounted for in (a) even when it is possible that
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | wmi.h | 46 * And some other hdr. space is also accounted for.
|
/linux-4.4.14/net/rds/ |
H A D | cong.c | 45 * Messages waiting in the receive queue on the receiving socket are accounted 47 * message are accounted for. If the number of bytes queued equals or exceeds
|
/linux-4.4.14/drivers/irqchip/ |
H A D | spear-shirq.c | 39 * if NULL group is disabled, but accounted
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
H A D | nv50.c | 78 /* mark this descriptor accounted for by setting invalid device type, mxm_match_dcb()
|
/linux-4.4.14/mm/ |
H A D | page_isolation.c | 35 * driver to shrink memory. If all the pages are accounted for set_migratetype_isolate()
|
H A D | mprotect.c | 277 * make it unwritable again. hugetlb mapping were accounted for mprotect_fixup()
|
H A D | mlock.c | 763 * shm segments) get accounted against the user_struct instead.
|
H A D | memcontrol.c | 1785 * @page: page that is going to change accounted state 1787 * This function must mark the beginning of an accounted page state 1845 * @memcg: the memcg that was accounted against 2934 * We couldn't have accounted to this cgroup, because it hasn't got memcg_activate_kmem()
|
H A D | migrate.c | 412 * Note that anonymous pages are accounted for migrate_page_move_mapping()
|
H A D | vmscan.c | 3689 * accounted for by the pages on the file LRU lists because zone_unmapped_file_pages() 3690 * tmpfs pages accounted for as ANON can also be FILE_MAPPED zone_unmapped_file_pages()
|
H A D | huge_memory.c | 1770 * accounted in the head page and it has to be __split_huge_page_refcount()
|
H A D | page-writeback.c | 897 * consume arbitrary amount of RAM because it is accounted in wb_position_ratio()
|
H A D | shmem.c | 171 * ... whereas tmpfs objects are accounted incrementally as
|
H A D | page_alloc.c | 4981 * then all holes in the requested range will be accounted for. 5595 /* Continue if range is now fully accounted */ for_each_node_state()
|
H A D | hugetlb.c | 157 ret = 0; /* reserves already accounted for */ hugepage_subpool_get_pages()
|
/linux-4.4.14/net/dns_resolver/ |
H A D | dns_key.c | 51 * The data must be a NUL-terminated string, with the NUL char accounted in
|
/linux-4.4.14/net/openvswitch/ |
H A D | datapath.h | 113 * then no packet is sent and the packet is accounted in the datapath's @n_lost
|
/linux-4.4.14/fs/ext4/ |
H A D | migrate.c | 325 * One credit accounted for writing the ext4_ext_swap_inode_data() 496 * start with one credit accounted for ext4_ext_migrate()
|
H A D | ext4_jbd2.h | 41 * and the superblock, which are already accounted for. */
|
H A D | balloc.c | 103 * is, then check to see if the cluster is already accounted ext4_num_overhead_clusters()
|
H A D | extents.c | 2428 * accounted. ext4_ext_calc_credits_for_single_extent()
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | cacheinfo.c | 197 "CPU %i already accounted in %s(%s)\n", cache_cpu_set() 834 "CPU %i not accounted in %s(%s)\n", cache_cpu_clear()
|
H A D | time.c | 325 * over the same interval. The system ticks get accounted here; vtime_delta()
|
/linux-4.4.14/drivers/net/usb/ |
H A D | cdc_eem.c | 180 * zero length EEM packet) that is not accounted as an rx_error. eem_rx_fixup()
|
/linux-4.4.14/drivers/cpufreq/ |
H A D | cpufreq_ondemand.c | 49 * Not all CPUs want IO time to be accounted as busy; this depends on how
|
/linux-4.4.14/arch/sh/drivers/pci/ |
H A D | pcie-sh7786.c | 552 * ones that need to be accounted for before there is any chance sh7786_pcie_init()
|
/linux-4.4.14/drivers/tty/ |
H A D | tty_buffer.c | 393 * accounted for as ready for normal characters. This is used for drivers
|
/linux-4.4.14/drivers/base/ |
H A D | dd.c | 258 * nor take the bus's rwsem. Please verify those are accounted
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | perf_event.h | 78 #define PERF_X86_EVENT_EXCL_ACCT 0x0200 /* accounted EXCL event */
|
/linux-4.4.14/drivers/char/ |
H A D | apm-emulation.c | 76 * While in PENDING or READ, the thread is accounted for in the
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
H A D | io_interface_mux.c | 757 /* GPIO groups are only accounted, don't do configuration changes. */ cris_request_io_interface()
|
/linux-4.4.14/net/sched/ |
H A D | sch_hhf.c | 48 * accounted in the array counters. This technique is called "shielding"
|
/linux-4.4.14/samples/trace_events/ |
H A D | trace-events-sample.h | 279 * If not all bits are accounted for, then the not found bits will be
|
/linux-4.4.14/fs/befs/ |
H A D | datastream.c | 453 * accounted for. Then discover which of the iaddrs in befs_find_brun_dblindirect()
|
/linux-4.4.14/include/xen/interface/ |
H A D | grant_table.h | 259 * to be accounted to the correct grant reference!
|
/linux-4.4.14/kernel/power/ |
H A D | qos.c | 22 * client continues to be accounted for. Upon file release the usermode
|
/linux-4.4.14/fs/ocfs2/ |
H A D | journal.h | 548 * accounted for in sysfile_bitmap_blocks. root_el + ocfs2_calc_extend_credits()
|
H A D | alloc.c | 4148 * us without being accounted for in the ocfs2_insert_path() 4613 * us the rightmost tree path. This is accounted for below in ocfs2_figure_insert_type()
|
/linux-4.4.14/block/ |
H A D | blk-core.c | 1432 * in more than a second's worth of IO being accounted for within any one 2281 * Account IO completion. flush_rq isn't accounted as a blk_account_io_done() 2345 * the request will be accounted on the disk only blk_account_io_start() 2478 * and to it is freed is accounted as io that is in progress at blk_dequeue_request() 3298 * rq is already accounted, so use raw insert blk_flush_plug_list()
|
/linux-4.4.14/drivers/tty/serial/ |
H A D | ip22zilog.c | 759 * > is open by kernel initially, this is not accounted
|
H A D | sunzilog.c | 824 * > is open by kernel initially, this is not accounted
|
/linux-4.4.14/drivers/staging/media/lirc/ |
H A D | lirc_serial.c | 41 * - Fixed bug in the way transmitter latency was accounted for by
|
H A D | lirc_zilog.c | 457 * that needs to be accounted for across the pair. lirc lets us provide
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_fence.c | 66 * @size: Size accounted for this object.
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
H A D | tx.c | 964 /* TODO: not accounted if the whole A-MPDU failed */ iwl_mvm_tx_info_from_ba_notif()
|
/linux-4.4.14/drivers/dma/ |
H A D | sun4i-dma.c | 1218 * Make sure the IRQs are all disabled and accounted for. The bootloader sun4i_dma_probe()
|
H A D | edma.c | 182 * accounted for so far.
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | e820.c | 768 * Persistent memory is accounted as ram for purposes of e820_end_pfn()
|
/linux-4.4.14/net/sctp/ |
H A D | output.c | 367 * The data chunks have already been accounted for in sctp_sendmsg(), sctp_packet_set_owner_w()
|
H A D | ulpevent.c | 698 * the data of this chunk as other chunks will be accounted separately. sctp_ulpevent_make_rcvmsg()
|
/linux-4.4.14/ipc/ |
H A D | mqueue.c | 391 /* Total amount of bytes accounted for the mqueue */ mqueue_evict_inode()
|
/linux-4.4.14/kernel/time/ |
H A D | tick-sched.c | 883 * accounting. Enforce that this is accounted to idle ! tick_nohz_account_idle_ticks()
|
H A D | timer.c | 1417 /* Note: this timer irq context must be accounted for as well. */ update_process_times()
|
/linux-4.4.14/fs/ubifs/ |
H A D | orphan.c | 29 * unmount, orphans need to be accounted for. After an unclean unmount, the
|
H A D | super.c | 1387 * the journal head LEBs may also be accounted as mount_ubifs()
|
H A D | ubifs.h | 524 * @gc_lnum must be specially accounted for, or the current approach followed
|
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_trans_resv.c | 91 * - the BMBT headers need to be accounted separately, as they are
|
/linux-4.4.14/drivers/scsi/ |
H A D | storvsc_drv.c | 1333 * Just wait for all in-transit packets to be accounted for storvsc_host_reset_handler()
|
H A D | dc395x.c | 2051 * change), and the data in transit just needs to be accounted so data_out_phase0()
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
H A D | tx.c | 241 * mark no longer/un-accounted frames and serves as a carl9170_release_dev_space()
|
/linux-4.4.14/fs/kernfs/ |
H A D | dir.c | 546 * allocated from an ida layer, which is accounted to the memcg that __kernfs_new_node()
|
/linux-4.4.14/fs/btrfs/ |
H A D | delayed-inode.c | 613 * we're accounted for. btrfs_delayed_inode_reserve_metadata()
|
H A D | qgroup.c | 2442 * delayed refs will be accounted by btrfs_qgroup_account_ref. btrfs_qgroup_rescan()
|
H A D | transaction.c | 1340 * accounted by later btrfs_qgroup_inherit(). create_pending_snapshot()
|
H A D | inode.c | 1619 * accounted for before we merged into one big extent. If the number of btrfs_merge_extent_hook() 1620 * extents we accounted for is <= the amount we need for the new range btrfs_merge_extent_hook()
|
H A D | extent-tree.c | 8280 * we go. Metadata is accounted every time we read a new account_shared_subtree() 9748 * info has super bytes accounted for, otherwise we'll think btrfs_read_block_groups()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
H A D | uvc_video.c | 445 * SOF tokens by a fixed offset that needs to be estimated and accounted uvc_video_clock_decode()
|
/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_irq.c | 1608 * ioctls around modesetting so that any lost vblank events are accounted for.
|
/linux-4.4.14/lib/ |
H A D | vsprintf.c | 170 * one of them accounted for in buf. This is needed by ip4_string
|
/linux-4.4.14/net/mac80211/ |
H A D | sta_info.c | 754 * frames. They also aren't accounted for right now in the sta_info_cleanup_expire_buffered_ac()
|
/linux-4.4.14/net/core/ |
H A D | skbuff.c | 4261 * The MAC/L2 or network (IP, IPv6) headers are not accounted for. 4279 * accounted for. skb_gso_transport_seglen()
|
H A D | sock.c | 1683 * accounted bytes but one, to avoid unexpected reorders. skb_orphan_partial()
|
/linux-4.4.14/kernel/trace/ |
H A D | ftrace.c | 2790 * If the ops traces all functions, then it was already accounted for. 2801 /* If ops traces all mods, we already accounted for it */ ops_references_rec()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
H A D | phy.c | 3041 * being properly accounted for by the PHY and will stall preventing
|
/linux-4.4.14/arch/powerpc/kvm/ |
H A D | book3s_hv_rmhandlers.S | 1319 * so that the time in the guest gets accounted.
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
H A D | pci-ioda.c | 833 * is 10. 0 means no DMA is to be accounted for it. pnv_ioda_dma_weight()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
H A D | mcdi_pcol.h | 82 * request may also contain additional data (accounted for by HEADER.LEN), 83 * and some response's may also contain additional data (again, accounted
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
H A D | cl_object.h | 2619 * and top-locks (and top-pages) are accounted here.
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
H A D | lustre_idl.h | 1756 * transfer and is not accounted in
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
H A D | skge.c | 457 * Other errors are accounted for in interrupt handler.
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.c | 2291 * VF stats are not accounted for here as the data of VF stats is stored bnx2x_alloc_fw_stats_mem()
|
/linux-4.4.14/fs/ |
H A D | dcache.c | 942 * The dispose list is isolated and dentries are not accounted shrink_dentry_list()
|