/linux-4.4.14/net/core/ |
D | gen_stats.c | 232 qstats->drops += qcpu->drops; in __gnet_stats_copy_queue_cpu() 248 qstats->drops = q->drops; in __gnet_stats_copy_queue() 280 d->tc_stats.drops = qstats.drops; in gnet_stats_copy_queue()
|
/linux-4.4.14/include/uapi/linux/ |
D | gen_stats.h | 62 __u32 drops; member
|
D | pkt_sched.h | 35 __u32 drops; /* Packets dropped because of lack of resources */ member
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-md.c | 270 LIST_HEAD(drops); in LNetMDAttach() 311 lnet_ptl_attach_md(me, md, &matches, &drops); in LNetMDAttach() 317 lnet_drop_delayed_msg_list(&drops, "Bad match"); in LNetMDAttach()
|
D | lib-ptl.c | 623 struct list_head *matches, struct list_head *drops) in lnet_ptl_attach_md() argument 693 list_add_tail(&msg->msg_list, drops); in lnet_ptl_attach_md()
|
/linux-4.4.14/net/sched/ |
D | sch_mqprio.c | 240 sch->qstats.drops += qdisc->qstats.drops; in mqprio_dump() 351 qstats.drops += qdisc->qstats.drops; in mqprio_dump_class_stats()
|
D | sch_mq.c | 116 sch->qstats.drops += qdisc->qstats.drops; in mq_dump()
|
D | act_police.c | 271 police->tcf_qstats.drops++; in tcf_act_police() 307 police->tcf_qstats.drops++; in tcf_act_police()
|
D | sch_htb.c | 170 struct list_head drops[TC_HTB_NUMPRIO];/* active leaves (for drops) */ member 553 q->drops + cl->prio); in htb_activate() 596 cl->qstats.drops++; in htb_enqueue() 954 list_for_each(p, q->drops + prio) { in htb_drop() 999 INIT_LIST_HEAD(q->drops + i); in htb_reset() 1046 INIT_LIST_HEAD(q->drops + i); in htb_init()
|
D | act_vlan.c | 55 v->tcf_qstats.drops++; in tcf_vlan()
|
D | act_nat.c | 247 p->tcf_qstats.drops++; in tcf_nat()
|
D | act_ipt.c | 206 ipt->tcf_qstats.drops++; in tcf_ipt()
|
D | act_csum.c | 528 p->tcf_qstats.drops++; in tcf_csum()
|
D | sch_api.c | 753 int drops; in qdisc_tree_reduce_backlog() local 757 drops = max_t(int, n, 0); in qdisc_tree_reduce_backlog() 779 __qdisc_qstats_drop(sch, drops); in qdisc_tree_reduce_backlog()
|
D | sch_drr.c | 367 cl->qstats.drops++; in drr_enqueue()
|
D | sch_atm.c | 422 flow->qstats.drops++; in atm_tc_enqueue()
|
D | sch_fq_codel.c | 589 qs.drops = flow->dropped; in fq_codel_dump_class_stats()
|
D | sch_hfsc.c | 1598 cl->qstats.drops++; in hfsc_enqueue() 1696 cl->qstats.drops++; in hfsc_drop()
|
D | sch_qfq.c | 1246 cl->qstats.drops++; in qfq_enqueue()
|
D | sch_cbq.c | 400 cl->qstats.drops++; in cbq_enqueue()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-power | 10 and once the counter drops out of considerable bounds, take 57 charge mode drops below this value, the charger will trigger 98 bq24257-type charger devices. Once the supply drops to the configured
|
D | sysfs-class-power-twl4030 | 31 when voltage drops.
|
/linux-4.4.14/net/dcb/ |
D | Kconfig | 12 requirements (highly reliable, no drops vs. best effort vs. low
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | bq2415x.txt | 26 constant-voltage phase drops below this value (in mA).
|
D | bq25890.txt | 10 constant-voltage phase drops below this value (in uA);
|
D | rt9455_charger.txt | 14 When the current in constant-voltage phase drops
|
D | bq24257.txt | 16 constant-voltage phase drops below this value (in uA).
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | Kconfig | 23 drops for multicast and UD mode traffic from this interface,
|
/linux-4.4.14/Documentation/hwmon/ |
D | pc87427 | 37 An alarm is triggered if the rotation speed drops below a programmable
|
D | adc128d818 | 23 be reasserted until the temperature drops below the HOT Hysteresis.
|
D | lm80 | 35 drops below the HOT Hysteresis. The Overtemperature Shutdown (OS) limits
|
D | lm78 | 35 as soon as it drops below the Hysteresis value. A more useful behavior
|
D | via686a | 44 as soon as it drops below the hysteresis value.
|
D | w83793 | 62 value drops below the hysteresis value.
|
D | sis5595 | 69 when the max is crossed; it is also triggered when it drops below the min
|
D | f71805f | 107 An alarm is triggered if the rotation speed drops below a programmable
|
D | dme1737 | 185 auto_point1_temp and auto_point2_temp. If the temperature drops below the
|
D | w83781d | 78 it drops below the Hysteresis value. A more useful behavior
|
D | sysfs-interface | 112 If voltage drops to or below this limit, the system may
|
/linux-4.4.14/Documentation/device-mapper/ |
D | zero.txt | 5 zero'd data on reads and silently drops writes. This is similar behavior to
|
D | thin-provisioning.txt | 112 free space on the data device drops below this level then a dm event 120 will trigger a dm event if free space on the metadata device drops below 284 If the number of free blocks drops below the pool's low water mark a
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-decoder-api.txt | 51 Smooth: host transfers entire stream and firmware drops unused 53 Coarse: host drops frames based on indexing as required to achieve
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sunbmac.c | 803 int elem = bp->rx_new, drops = 0; in bigmac_rx() local 830 drops++; in bigmac_rx() 854 drops++; in bigmac_rx() 884 if (drops) in bigmac_rx()
|
D | sungem.c | 761 int entry, drops, work_done = 0; in gem_rx() local 770 drops = 0; in gem_rx() 823 drops++; in gem_rx() 844 drops++; in gem_rx() 876 if (drops) in gem_rx()
|
D | sunhme.c | 1995 int elem = hp->rx_new, drops = 0; in happy_meal_rx() local 2035 drops++; in happy_meal_rx() 2044 drops++; in happy_meal_rx() 2061 drops++; in happy_meal_rx() 2093 if (drops) in happy_meal_rx()
|
D | cassini.c | 2293 int entry, drops; in cas_rx_ringN() local 2302 drops = 0; in cas_rx_ringN() 2345 ++drops; in cas_rx_ringN() 2399 if (drops) in cas_rx_ringN()
|
/linux-4.4.14/include/net/ |
D | sch_generic.h | 556 sch->qstats.drops += count; in __qdisc_qstats_drop() 561 qstats->drops++; in qstats_drop_inc()
|
/linux-4.4.14/arch/sh/ |
D | Kconfig.debug | 27 drops below a certain limit. Saying Y here will add overhead to
|
/linux-4.4.14/Documentation/block/ |
D | pr.txt | 105 registered with the device and drops any existing reservation.
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 282 u64 drops; member 360 s->drops = usm_stats.drops; in collect_adapter_stats()
|
D | cxgb4.h | 213 u32 drops; member
|
D | t4_hw.c | 4929 st->drops = val[1]; in t4_get_usm_stats()
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | regulator.txt | 7 - regulator-microvolt-offset: Offset applied to voltages to compensate for voltage drops
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb.h | 219 u64 drops; member
|
D | igb_ethtool.c | 2316 data[i+2] = ring->rx_stats.drops; in igb_get_ethtool_stats()
|
D | igb_main.c | 5235 ring->rx_stats.drops += rqdpc; in igb_update_stats()
|
/linux-4.4.14/Documentation/filesystems/ |
D | dlmfs.txt | 113 close(2) drops the lock associated with your fd.
|
D | porting | 368 filesystem callbacks, the vfs drops out of rcu-walk mode before the fs call, so 432 d_make_root() drops the reference to inode if dentry allocation fails.
|
D | path-lookup.txt | 343 again. Other cases are successful rcu-drops that are required before the final
|
D | Locking | 178 unlocks and drops the reference.
|
D | vfs.txt | 1087 the usage count drops to 0, and the dentry is still in its 1095 usage count drops to 0
|
D | proc.txt | 679 when the temperature drops back to normal.
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k.h | 113 u64 drops; member
|
D | fm10k_main.c | 566 rx_ring->rx_stats.drops++; in fm10k_cleanup_headers()
|
D | fm10k_pci.c | 374 rx_drops += rx_ring->rx_stats.drops; in fm10k_update_stats()
|
/linux-4.4.14/Documentation/networking/caif/ |
D | Linux-CAIF.txt | 173 retransmission. This implies that packet drops must not happen.
|
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
D | lib-lnet.h | 514 struct list_head *matches, struct list_head *drops);
|
/linux-4.4.14/Documentation/networking/ |
D | ipvs-sysctl.txt | 101 randomly scans 1/32 of the whole and drops entries that are in
|
D | cxgb.txt | 144 Setting maximum backlog (# of unprocessed packets before kernel drops):
|
D | rds.txt | 110 drops below SO_SNDSIZE, the port is marked uncongested, and
|
D | vortex.txt | 205 The driver drops a message in the logfiles to indicate whether or
|
D | packet_mmap.txt | 461 TP_STATUS_LOSING : indicates there were packet drops from last time
|
D | ip-sysctl.txt | 441 retransmissions and tail drops.
|
/linux-4.4.14/Documentation/power/ |
D | charger-manager.txt | 48 If the battery voltage drops by "fullbatt_vchkdrop_uV" after
|
D | opp.txt | 201 as thermal considerations (e.g. don't use OPPx until the temperature drops).
|
/linux-4.4.14/Documentation/RCU/ |
D | listRCU.txt | 310 If the search function drops the per-entry lock before returning,
|
/linux-4.4.14/Documentation/ |
D | atomic_ops.txt | 396 ... refcnt drops to 1 ... 398 ... refcount drops to 0 ...
|
/linux-4.4.14/arch/s390/ |
D | Kconfig | 527 -mkernel-backchain the minimum size drops to 16 byte on 31 bit
|
/linux-4.4.14/Documentation/video4linux/ |
D | Zoran | 291 Buz tolerable, LML3 almost perfect (occasional single frame drops)
|
/linux-4.4.14/firmware/ |
D | WHENCE | 48 drops binary dsp code images on our heads, but we don't get to see
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 808 The PA1 key drops to CP mode so you can issue debugger commands, 960 Start the program, if VM drops to CP on what looks like the entry 1435 10bits are transferred for every 8 bits info this drops to 160 megabits/sec
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1186 fan is turned off when the CPU temperature drops to 49 degrees and the 1187 HDD temperature drops to 41 degrees. These thresholds cannot
|
/linux-4.4.14/Documentation/scsi/ |
D | sym53c8xx_2.txt | 80 adds full support for the 896 but drops support for early NCR devices.
|
D | ncr53c8xx.txt | 101 - sym53c8xx enhanced driver (a.k.a. 896 drivers) that drops support of oldest
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 647 when server drops the tcp session prematurely before negotiate
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 1539 * If the next bus phase after ATN drops is message out, it means
|
D | aic79xx.seq | 1010 * If the next bus phase after ATN drops is message out, it means
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 661 option will show detailed messages if free stack space drops
|