Symbol: seq_buf_has_overflowed
arch/powerpc/kernel/process.c
1437
if (!seq_buf_has_overflowed(&s))
drivers/android/tests/binder_alloc_kunit.c
125
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(sb));
drivers/android/tests/binder_alloc_kunit.c
137
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(sb));
drivers/gpu/drm/drm_edid.c
2803
WARN_ON(seq_buf_has_overflowed(&date));
drivers/gpu/drm/i915/display/intel_ddi.c
5172
drm_WARN_ON(display->drm, seq_buf_has_overflowed(s));
drivers/gpu/drm/i915/display/intel_fifo_underrun.c
82
drm_WARN_ON(display->drm, seq_buf_has_overflowed(&planes_desc));
include/linux/seq_buf.h
70
if (seq_buf_has_overflowed(s))
include/linux/trace_seq.h
80
return s->full || seq_buf_has_overflowed(&s->seq);
kernel/sched/ext/ext.c
6557
if (seq_buf_has_overflowed(&ns))
kernel/sched/ext/ext.c
6665
if (seq_buf_has_overflowed(&s) && dump_len >= sizeof(trunc_marker))
kernel/trace/trace_events_hist.c
2974
if (seq_buf_has_overflowed(&s)) {
kernel/trace/trace_events_hist.c
3092
if (seq_buf_has_overflowed(&s)) {
kernel/trace/trace_seq.c
120
if (unlikely(seq_buf_has_overflowed(&s->seq))) {
kernel/trace/trace_seq.c
147
if (unlikely(seq_buf_has_overflowed(&s->seq))) {
kernel/trace/trace_seq.c
178
if (unlikely(seq_buf_has_overflowed(&s->seq))) {
kernel/trace/trace_seq.c
212
if (unlikely(seq_buf_has_overflowed(&s->seq))) {
kernel/trace/trace_seq.c
329
if (unlikely(seq_buf_has_overflowed(&s->seq))) {
kernel/trace/trace_seq.c
365
if (unlikely(seq_buf_has_overflowed(&s->seq))) {
kernel/trace/trace_seq.c
426
if (unlikely(seq_buf_has_overflowed(&s->seq))) {
kernel/trace/trace_seq.c
93
if (unlikely(seq_buf_has_overflowed(&s->seq))) {
lib/codetag.c
147
if (seq_buf_has_overflowed(&sb))
lib/seq_buf.c
293
if (seq_buf_has_overflowed(s))
lib/tests/seq_buf_kunit.c
102
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
107
KUNIT_EXPECT_TRUE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
112
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
122
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
127
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
136
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
141
KUNIT_EXPECT_TRUE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
147
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
165
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
176
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
184
KUNIT_EXPECT_TRUE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
198
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
20
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
214
KUNIT_EXPECT_TRUE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
32
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
44
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
50
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
60
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
65
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
74
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
78
KUNIT_EXPECT_TRUE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
84
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
lib/tests/seq_buf_kunit.c
97
KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s));
mm/memcontrol.c
1757
if (seq_buf_has_overflowed(s))