Searched refs:seq_buf_str (Results 1 – 11 of 11) sorted by relevance
| /linux/lib/tests/ |
| H A D | seq_buf_kunit.c | 23 KUNIT_EXPECT_STREQ(test, seq_buf_str(&s), ""); in seq_buf_init_test() 35 KUNIT_EXPECT_STREQ(test, seq_buf_str(&s), ""); in seq_buf_declare_test() 45 KUNIT_EXPECT_STREQ(test, seq_buf_str(&s), "hello"); in seq_buf_clear_test() 51 KUNIT_EXPECT_STREQ(test, seq_buf_str(&s), ""); in seq_buf_clear_test() 61 KUNIT_EXPECT_STREQ(test, seq_buf_str(&s), "hello"); in seq_buf_puts_test() 66 KUNIT_EXPECT_STREQ(test, seq_buf_str(&s), "hello world"); in seq_buf_puts_test() 80 KUNIT_EXPECT_STREQ(test, seq_buf_str(&s), "123456789"); in seq_buf_puts_overflow_test() 85 KUNIT_EXPECT_STREQ(test, seq_buf_str(&s), ""); in seq_buf_puts_overflow_test() 98 KUNIT_EXPECT_STREQ(test, seq_buf_str(&s), "abc"); in seq_buf_putc_test() 103 KUNIT_EXPECT_STREQ(test, seq_buf_str(&s), "abc"); in seq_buf_putc_test() [all …]
|
| /linux/include/linux/ |
| H A D | seq_buf.h | 98 static inline const char *seq_buf_str(struct seq_buf *s) in seq_buf_str() function
|
| /linux/drivers/android/tests/ |
| H A D | binder_alloc_kunit.c | 320 seq_buf_str(&tc->alignments_sb), in permute_frees() 321 seq_buf_str(&freeseq_sb)); in permute_frees()
|
| /linux/lib/ |
| H A D | seq_buf.c | 122 start = seq_buf_str(s); in seq_buf_do_printk()
|
| H A D | codetag.c | 148 buf = seq_buf_str(&sb); in get_symbol()
|
| /linux/kernel/rcu/ |
| H A D | refscale.c | 1346 pr_alert("%s", seq_buf_str(&s)); in process_durations() 1354 pr_alert("%s\n", seq_buf_str(&s)); in process_durations()
|
| /linux/kernel/ |
| H A D | panic.c | 869 return seq_buf_str(&s); in _print_tainted()
|
| /linux/drivers/usb/dwc2/ |
| H A D | hcd_queue.c | 421 print_fn(seq_buf_str(&buf), print_data); in pmap_print()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_dp.c | 1539 drm_dbg_kms(display->drm, "source rates: %s\n", seq_buf_str(&s)); in intel_dp_print_rates() 1543 drm_dbg_kms(display->drm, "sink rates: %s\n", seq_buf_str(&s)); in intel_dp_print_rates() 1547 drm_dbg_kms(display->drm, "common rates: %s\n", seq_buf_str(&s)); in intel_dp_print_rates()
|
| /linux/kernel/sched/ |
| H A D | core.c | 7781 return seq_buf_str(&s); in preempt_model_str() 7787 return seq_buf_str(&s); in preempt_model_str() 7790 return seq_buf_str(&s); in preempt_model_str()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_edid.c | 2775 le32_to_cpu(id->serial_number), seq_buf_str(&date)); in drm_edid_print_product_id()
|