Home
last modified time | relevance | path

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

12

/linux-6.15/include/net/
H A Dcodel_impl.h161 vars->dropping = false; in codel_dequeue()
167 if (vars->dropping) { in codel_dequeue()
170 vars->dropping = false; in codel_dequeue()
180 while (vars->dropping && in codel_dequeue()
204 vars->dropping = false; in codel_dequeue()
229 vars->dropping = true; in codel_dequeue()
H A Dcodel.h132 bool dropping; member
/linux-6.15/net/sched/
H A Dsch_codel.c226 .dropping = q->vars.dropping, in codel_dump_stats()
231 if (q->vars.dropping) { in codel_dump_stats()
H A Dsch_fq_codel.c660 xstats.class_stats.dropping = flow->cvars.dropping; in fq_codel_dump_class_stats()
661 if (flow->cvars.dropping) { in fq_codel_dump_class_stats()
H A Dsch_cake.c114 bool dropping; member
445 vars->dropping = true; in cobalt_queue_full()
471 vars->dropping = false; in cobalt_queue_empty()
523 if (!vars->dropping) { in cobalt_should_drop()
524 vars->dropping = true; in cobalt_should_drop()
531 } else if (vars->dropping) { in cobalt_should_drop()
532 vars->dropping = false; in cobalt_should_drop()
535 if (next_due && vars->dropping) { in cobalt_should_drop()
3045 PUT_STAT_U32(DROPPING, flow->cvars.dropping); in cake_dump_class_stats()
3054 if (flow->cvars.dropping) { in cake_dump_class_stats()
/linux-6.15/tools/testing/selftests/net/packetdrill/
H A Dtcp_user_timeout_user-timeout-probe.pkt24 // install a qdisc dropping all packets
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-memory-page-offline10 dropping it if possible. The kernel will then be placed
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Drw.rst21 recognize frame dropping and to synchronize with other data streams.
/linux-6.15/Documentation/input/devices/
H A 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-6.15/tools/include/uapi/linux/
H A Dpkt_sched.h695 __u32 dropping; /* are we in dropping state ? */ member
747 __u32 dropping; member
/linux-6.15/include/uapi/linux/
H A Dpkt_sched.h732 __u32 dropping; /* are we in dropping state ? */ member
788 __u32 dropping; member
/linux-6.15/Documentation/driver-api/thermal/
H A 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-6.15/Documentation/virt/kvm/arm/
H A Dhyp-abi.rst24 EL2 (arm64), allowing it to install a set of stubs before dropping to
/linux-6.15/Documentation/admin-guide/media/
H A Davermedia.rst89 decoding HDTV signals, although the PC is dropping the odd
/linux-6.15/Documentation/userspace-api/media/drivers/
H A Dccs.rst57 dropping some data on the floor. Analogue crop, on the other hand, means that
/linux-6.15/fs/cachefiles/
H A Dinternal.h341 CACHEFILES_OBJECT_STATE_FUNCS(dropping, DROPPING);
/linux-6.15/Documentation/networking/
H A Dmptcp-sysctl.rst137 TCP, i.e. dropping the MPTCP options. In other words, if all the packets
H A Ddccp.rst70 EAGAIN, whereas the "prio" policy enforces a fixed queue length by dropping the
H A Dmctp.rst219 (and dropping) tag values explicitly, rather than the kernel automatically
H A Dnetdevices.rst206 drop, truncate, or pass up oversize packets, but dropping oversize
/linux-6.15/Documentation/filesystems/
H A 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
/linux-6.15/Documentation/netlink/specs/
H A Dtc.yaml748 doc: How many drops we've done since the last time we entered dropping state
752 doc: Count at entry to dropping state
770 name: dropping
772 doc: Are we in a dropping state?
2153 name: dropping
/linux-6.15/Documentation/sound/designs/
H A Dcompress-offload.rst92 ring buffer cannot be invalidated, except when dropping all buffers.
/linux-6.15/Documentation/dev-tools/
H A Dkfence.rst302 becoming full and the sampled allocation rate dropping to zero. The threshold
/linux-6.15/Documentation/driver-api/media/drivers/
H A Dvidtv.rst481 - Randomly dropping some TS packets. This will trigger a continuity error if the

12