Searched refs:lvl (Results 1 – 6 of 6) sorted by relevance
| /include/trace/events/ |
| A D | timer_migration.h | 20 __field( unsigned int, lvl ) 26 __entry->lvl = group->level; 43 __field( unsigned int, lvl ) 52 __entry->lvl = child->parent->level; 72 __field( unsigned int, lvl ) 81 __entry->lvl = tmc->tmgroup->level; 101 __field( unsigned int, lvl ) 111 __entry->lvl = group->level; 283 __field( unsigned int , lvl ) 288 __entry->lvl = group->level; [all …]
|
| /include/linux/ |
| A D | seq_buf.h | 174 void seq_buf_do_printk(struct seq_buf *s, const char *lvl);
|
| A D | dynamic_debug.h | 127 unsigned int *lvl; member
|
| /include/net/ |
| A D | cipso_ipv4.h | 90 } lvl; member
|
| A D | netlabel.h | 201 u32 lvl; member
|
| /include/kunit/ |
| A D | test.h | 607 #define kunit_log(lvl, test_or_suite, fmt, ...) \ argument 609 printk(lvl fmt, ##__VA_ARGS__); \ 614 #define kunit_printk(lvl, test, fmt, ...) \ argument 615 kunit_log(lvl, test, KUNIT_SUBTEST_INDENT "# %s: " fmt, \
|
Completed in 15 milliseconds