Searched refs:print_always (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_sample_user.c | 44 #define print_always(fmt, ...) __sample_print(fmt, 1, ##__VA_ARGS__) macro 922 print_always(" %-18s " FMT_COLUMNf "\n", in stats_get_exception_cnt() 1108 print_always("%-23s", prefix ?: "Summary"); in stats_print() 1110 print_always(FMT_COLUMNl, RX(out->totals.rx)); in stats_print() 1112 print_always(FMT_COLUMNl, REDIR(out->totals.redir)); in stats_print() 1272 print_always( in __sample_remove_xdp() 1331 print_always(" Packets received : %'-10llu\n", in sample_summary_print() 1333 print_always(" Average packets/s : %'-10.0f\n", in sample_summary_print() 1339 print_always(" Packets redirected : %'-10llu\n", in sample_summary_print() 1341 print_always(" Averag in sample_summary_print() [all...] |
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 6157 int print_always) in print_binder_thread_ilocked() 6189 if (!print_always && m->count == header_pos) in print_binder_thread_ilocked() 6155 print_binder_thread_ilocked(struct seq_file *m, struct binder_thread *thread, int print_always) print_binder_thread_ilocked() argument
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder.c | 6206 int print_always) in print_binder_thread_ilocked() 6238 if (!print_always && m->count == header_pos) in print_binder_thread_ilocked() 6204 print_binder_thread_ilocked(struct seq_file *m, struct binder_thread *thread, int print_always) print_binder_thread_ilocked() argument
|
Completed in 19 milliseconds