Searched refs:seq_buf_has_overflowed (Results 1 – 7 of 7) sorted by relevance
| /linux/lib/tests/ |
| H A D | seq_buf_kunit.c | 20 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 D | seq_buf.h | 53 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 D | binder_alloc_kunit.c | 125 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 D | seq_buf.c | 293 if (seq_buf_has_overflowed(s))
|
| H A D | codetag.c | 145 if (seq_buf_has_overflowed(&sb)) in get_symbol()
|
| /linux/kernel/sched/ |
| H A D | ext.c | 6407 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 D | memcontrol.c | 1757 if (seq_buf_has_overflowed(s)) in memory_stat_format()
|