Lines Matching defs:drop
450 * Need to drop data to avoid blocking. Drop as much data as possible.
477 * If drop mode is active and wait condition holds true, start dropping
483 unsigned int length, bool drop)
486 if (drop)
782 bool drop;
785 rc = kstrtobool(buf, &drop);
787 con3215_drop = drop;
1135 bool drop;
1138 rc = kstrtobool(str, &drop);
1140 con3215_drop = drop;