Home
last modified time | relevance | path

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

12

/Linux-v4.19/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-v4.19/net/sched/
Dsch_codel.c253 .dropping = q->vars.dropping, in codel_dump_stats()
258 if (q->vars.dropping) { in codel_dump_stats()
Dsch_cake.c113 bool dropping; member
459 vars->dropping = true; in cobalt_queue_full()
485 vars->dropping = false; in cobalt_queue_empty()
536 if (!vars->dropping) { in cobalt_should_drop()
537 vars->dropping = true; in cobalt_should_drop()
544 } else if (vars->dropping) { in cobalt_should_drop()
545 vars->dropping = false; in cobalt_should_drop()
548 if (next_due && vars->dropping) { in cobalt_should_drop()
2940 PUT_STAT_U32(DROPPING, flow->cvars.dropping); in cake_dump_class_stats()
2949 if (flow->cvars.dropping) { in cake_dump_class_stats()
Dsch_fq_codel.c648 xstats.class_stats.dropping = flow->cvars.dropping; in fq_codel_dump_class_stats()
649 if (flow->cvars.dropping) { in fq_codel_dump_class_stats()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-memory-page-offline10 dropping it if possible. The kernel will then be placed
/Linux-v4.19/Documentation/media/uapi/v4l/
Drw.rst20 recognize frame dropping and to synchronize with other data streams.
Ddev-sliced-vbi.rst360 To assure synchronization and to distinguish from frame dropping, when a
/Linux-v4.19/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-v4.19/Documentation/virtual/kvm/arm/
Dhyp-abi.txt15 EL2 (arm64), allowing it to install a set of stubs before dropping to
/Linux-v4.19/include/uapi/linux/
Dpkt_sched.h776 __u32 dropping; /* are we in dropping state ? */ member
828 __u32 dropping; member
/Linux-v4.19/Documentation/networking/
Dnetdevices.txt44 drop, truncate, or pass up oversize packets, but dropping oversize
Ddccp.txt66 EAGAIN, whereas the "prio" policy enforces a fixed queue length by dropping the
Dixgb.txt240 # set number of unprocessed input packets before kernel starts dropping them; default 300
/Linux-v4.19/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
DLocking327 ->freepage() is called when the kernel is done dropping the page
/Linux-v4.19/Documentation/gpu/
Dtodo.rst100 - Move tinydrm_merge_clips into drm_framebuffer.c, dropping the tinydrm\_
273 files to better group them and improving the interfaces like dropping return
Ddrm-uapi.rst154 Besides dropping all modeset/global ioctls, render nodes also drop the
/Linux-v4.19/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-v4.19/Documentation/sound/designs/
Dcompress-offload.rst92 ring buffer cannot be invalidated, except when dropping all buffers.
/Linux-v4.19/Documentation/media/dvb-drivers/
Davermedia.rst262 decoding HDTV signals, although the PC is dropping the odd
/Linux-v4.19/Documentation/vm/
Dunevictable-lru.rst205 dropping the page lock. Because the condition which makes the page unevictable
426 after dropping the page lock. The "unneeded" page - old page on success, new
/Linux-v4.19/Documentation/security/
Dcredentials.rst411 from that before dropping the lock. This prevents the potentially expensive
/Linux-v4.19/Documentation/trace/
Dring-buffer-design.txt630 page. At this time, we must start dropping writes (usually with some kind
/Linux-v4.19/Documentation/filesystems/configfs/
Dconfigfs.txt371 will not be able to acquire the mutex while a dropping item has not

12