Home
last modified time | relevance | path

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

12

/linux/include/net/
H A Dcodel_impl.h162 WRITE_ONCE(vars->dropping, false); in codel_dequeue()
168 if (vars->dropping) { in codel_dequeue()
171 WRITE_ONCE(vars->dropping, false); in codel_dequeue()
181 while (vars->dropping && in codel_dequeue()
207 WRITE_ONCE(vars->dropping, false); in codel_dequeue()
232 WRITE_ONCE(vars->dropping, true); in codel_dequeue()
H A Dcodel.h132 bool dropping; member
/linux/net/sched/
H A Dsch_codel.c229 .dropping = READ_ONCE(q->vars.dropping), in codel_dump_stats()
234 if (st.dropping) { in codel_dump_stats()
H A Dsch_cake.c115 bool dropping; member
461 WRITE_ONCE(vars->dropping, true); in cobalt_queue_full()
487 WRITE_ONCE(vars->dropping, false); in cobalt_queue_empty()
541 if (!vars->dropping) { in cobalt_should_drop()
542 WRITE_ONCE(vars->dropping, true); in cobalt_should_drop()
549 } else if (vars->dropping) { in cobalt_should_drop()
550 WRITE_ONCE(vars->dropping, false); in cobalt_should_drop()
553 if (next_due && vars->dropping) { in cobalt_should_drop()
3163 bool dropping; in cake_dump_class_stats() local
3180 dropping = READ_ONCE(flow->cvars.dropping); in cake_dump_class_stats()
[all …]
H A Dsch_fq_codel.c665 xstats.class_stats.dropping = READ_ONCE(flow->cvars.dropping); in fq_codel_dump_class_stats()
666 if (xstats.class_stats.dropping) { in fq_codel_dump_class_stats()
H A DKconfig730 Say Y here to take generic actions such as dropping and
/linux/Documentation/ABI/testing/
H A Dsysfs-memory-page-offline10 dropping it if possible. The kernel will then be placed
/linux/Documentation/userspace-api/media/v4l/
H A Drw.rst21 recognize frame dropping and to synchronize with other data streams.
/linux/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/tools/include/uapi/linux/
H A Dpkt_sched.h695 __u32 dropping; /* are we in dropping state ? */ member
747 __u32 dropping; member
/linux/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/Documentation/virt/kvm/arm/
H A Dhyp-abi.rst24 EL2 (arm64), allowing it to install a set of stubs before dropping to
/linux/Documentation/admin-guide/media/
H A Davermedia.rst89 decoding HDTV signals, although the PC is dropping the odd
/linux/Documentation/userspace-api/media/drivers/
H A Dccs.rst57 dropping some data on the floor. Analogue crop, on the other hand, means that
/linux/Documentation/networking/
H A Dmctp.rst219 (and dropping) tag values explicitly, rather than the kernel automatically
/linux/Documentation/sound/designs/
H A Dcompress-offload.rst92 ring buffer cannot be invalidated, except when dropping all buffers.
/linux/Documentation/driver-api/media/drivers/
H A Dvidtv.rst481 - Randomly dropping some TS packets. This will trigger a continuity error if the
/linux/Documentation/filesystems/
H A Dconfigfs.rst394 will not be able to acquire the mutex while a dropping item has not
/linux/Documentation/trace/
H A Dring-buffer-design.rst659 page. At this time, we must start dropping writes (usually with some kind
/linux/Documentation/process/
H A Dmaintainer-kvm-x86.rst41 commits, e.g. dropping the HEAD commit of a topic branch has no impact on other
/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst272 dirtying of memory by dropping uffd-wp bit during the procedure.
/linux/Documentation/security/
H A Dcredentials.rst410 from that before dropping the lock. This prevents the potentially expensive
/linux/Documentation/mm/
H A Dunevictable-lru.rst207 folio_isolate_lru() - after dropping the folio lock. Because the
/linux/Documentation/admin-guide/cgroup-v1/
H A Dcgroups.rst580 @cgrp. @cgrp is being removed and the subsystem should start dropping
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Dice.rst1108 Check if the interface is dropping Rx packets due to buffers being full

12