Home
last modified time | relevance | path

Searched refs:dropping (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v5.10/include/net/
Dcodel_impl.h157 vars->dropping = false; in codel_dequeue()
163 if (vars->dropping) { in codel_dequeue()
166 vars->dropping = false; in codel_dequeue()
176 while (vars->dropping && in codel_dequeue()
200 vars->dropping = false; in codel_dequeue()
225 vars->dropping = true; in codel_dequeue()
Dcodel.h129 bool dropping; member
/Linux-v5.10/net/sched/
Dsch_codel.c254 .dropping = q->vars.dropping, in codel_dump_stats()
259 if (q->vars.dropping) { in codel_dump_stats()
Dsch_fq_codel.c633 xstats.class_stats.dropping = flow->cvars.dropping; in fq_codel_dump_class_stats()
634 if (flow->cvars.dropping) { in fq_codel_dump_class_stats()
Dsch_cake.c113 bool dropping; member
461 vars->dropping = true; in cobalt_queue_full()
487 vars->dropping = false; in cobalt_queue_empty()
538 if (!vars->dropping) { in cobalt_should_drop()
539 vars->dropping = true; in cobalt_should_drop()
546 } else if (vars->dropping) { in cobalt_should_drop()
547 vars->dropping = false; in cobalt_should_drop()
550 if (next_due && vars->dropping) { in cobalt_should_drop()
3028 PUT_STAT_U32(DROPPING, flow->cvars.dropping); in cake_dump_class_stats()
3037 if (flow->cvars.dropping) { in cake_dump_class_stats()
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-memory-page-offline10 dropping it if possible. The kernel will then be placed
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Drw.rst21 recognize frame dropping and to synchronize with other data streams.
/Linux-v5.10/Documentation/input/devices/
Dntrig.rst82 not address the problem of dropping one of more contacts while other contacts
120 dropping worsen and interfere with the normal usage of your device, try
/Linux-v5.10/tools/include/uapi/linux/
Dpkt_sched.h803 __u32 dropping; /* are we in dropping state ? */ member
855 __u32 dropping; member
/Linux-v5.10/Documentation/virt/kvm/arm/
Dhyp-abi.rst24 EL2 (arm64), allowing it to install a set of stubs before dropping to
/Linux-v5.10/Documentation/driver-api/thermal/
Dcpu-idle-cooling.rst21 component, thus dropping the dynamic and static leakage that will
49 idle state target residency, we lead to dropping the static and the
/Linux-v5.10/include/uapi/linux/
Dpkt_sched.h823 __u32 dropping; /* are we in dropping state ? */ member
875 __u32 dropping; member
/Linux-v5.10/Documentation/networking/
Dnetdevices.rst47 drop, truncate, or pass up oversize packets, but dropping oversize
Ddccp.rst70 EAGAIN, whereas the "prio" policy enforces a fixed queue length by dropping the
/Linux-v5.10/Documentation/admin-guide/media/
Davermedia.rst89 decoding HDTV signals, although the PC is dropping the odd
/Linux-v5.10/Documentation/filesystems/
Dpath-lookup.txt275 "dropping rcu" or dropping from rcu-walk into ref-walk mode.
323 Uncached path elements will always require dropping to ref-walk mode, at the
Dpath-lookup.rst462 dentry before dropping the reference to the previous dentry may
804 getting a counted reference to the new dentry before dropping that for
832 That "dropping down to REF-walk" typically involves a call to
845 Other reasons for dropping out of RCU-walk that do not trigger a call
1056 but that isn't necessarily a big cost and it is better than dropping
/Linux-v5.10/Documentation/core-api/
Datomic_ops.rst658 a counter dropping to zero is never made visible before the
664 dropping to zero, there are no memory ordering requirements.
/Linux-v5.10/Documentation/sound/designs/
Dcompress-offload.rst92 ring buffer cannot be invalidated, except when dropping all buffers.
/Linux-v5.10/Documentation/driver-api/media/drivers/
Dvidtv.rst481 - Randomly dropping some TS packets. This will trigger a continuity error if the
/Linux-v5.10/Documentation/vm/
Dunevictable-lru.rst209 dropping the page lock. Because the condition which makes the page unevictable
430 after dropping the page lock. The "unneeded" page - old page on success, new
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/intel/
Dixgb.rst281 # set number of unprocessed input packets before kernel starts dropping them; default 300
/Linux-v5.10/Documentation/gpu/
Ddrm-uapi.rst158 Besides dropping all modeset/global ioctls, render nodes also drop the
/Linux-v5.10/Documentation/trace/
Dring-buffer-design.rst659 page. At this time, we must start dropping writes (usually with some kind
/Linux-v5.10/Documentation/security/
Dcredentials.rst410 from that before dropping the lock. This prevents the potentially expensive

12