Home
last modified time | relevance | path

Searched refs:seq_buf_has_overflowed (Results 1 – 7 of 7) sorted by relevance

/linux/lib/tests/
H A Dseq_buf_kunit.c20 KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s)); in seq_buf_init_test()
32 KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s)); in seq_buf_declare_test()
44 KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s)); in seq_buf_clear_test()
50 KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s)); in seq_buf_clear_test()
60 KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s)); in seq_buf_puts_test()
65 KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s)); in seq_buf_puts_test()
74 KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s)); in seq_buf_puts_overflow_test()
78 KUNIT_EXPECT_TRUE(test, seq_buf_has_overflowed(&s)); in seq_buf_puts_overflow_test()
84 KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s)); in seq_buf_puts_overflow_test()
97 KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s)); in seq_buf_putc_test()
[all …]
/linux/include/linux/
H A Dseq_buf.h53 seq_buf_has_overflowed(struct seq_buf *s) in seq_buf_has_overflowed() function
70 if (seq_buf_has_overflowed(s)) in seq_buf_buffer_left()
/linux/drivers/android/tests/
H A Dbinder_alloc_kunit.c125 KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(sb)); in stringify_free_seq()
137 KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(sb)); in stringify_alignments()
/linux/lib/
H A Dseq_buf.c293 if (seq_buf_has_overflowed(s))
H A Dcodetag.c145 if (seq_buf_has_overflowed(&sb)) in get_symbol()
/linux/kernel/sched/
H A Dext.c6407 if (seq_buf_has_overflowed(&ns)) in scx_disable_irq_workfn()
6441 if (seq_buf_has_overflowed(&s) && dump_len >= sizeof(trunc_marker)) in scx_vexit()
/linux/mm/
H A Dmemcontrol.c1757 if (seq_buf_has_overflowed(s)) in memory_stat_format()