Searched refs:lvl (Results 1 – 8 of 8) sorted by relevance
| /include/trace/events/ |
| D | timer_migration.h | 20 __field( unsigned int, lvl ) 26 __entry->lvl = group->level; 31 __entry->group, __entry->lvl, __entry->numa_node) 43 __field( unsigned int, lvl ) 52 __entry->lvl = child->parent->level; 60 __entry->lvl, __entry->numa_node, __entry->num_children) 72 __field( unsigned int, lvl ) 81 __entry->lvl = tmc->tmgroup->level; 89 __entry->lvl, __entry->numa_node, __entry->num_children) 101 __field( unsigned int, lvl ) [all …]
|
| /include/trace/hooks/ |
| D | timer.h | 13 TP_PROTO(unsigned int lvl, unsigned long *expires), 14 TP_ARGS(lvl, expires));
|
| /include/linux/ |
| D | io-pgtable-arm.h | 24 int (*visit)(struct io_pgtable_walk_data *walk_data, int lvl, 180 static inline bool iopte_leaf(arm_lpae_iopte pte, int lvl, in iopte_leaf() argument 183 if (lvl == (ARM_LPAE_MAX_LEVELS - 1) && fmt != ARM_MALI_LPAE) in iopte_leaf() 189 static inline bool iopte_table(arm_lpae_iopte pte, int lvl) in iopte_table() argument 191 if (lvl == (ARM_LPAE_MAX_LEVELS - 1)) in iopte_table() 216 void __arm_lpae_free_pgtable(struct arm_lpae_io_pgtable *data, int lvl, 229 int lvl);
|
| D | seq_buf.h | 174 void seq_buf_do_printk(struct seq_buf *s, const char *lvl);
|
| D | dynamic_debug.h | 127 unsigned int *lvl; member
|
| /include/net/ |
| D | cipso_ipv4.h | 90 } lvl; member
|
| D | netlabel.h | 201 u32 lvl; member
|
| /include/kunit/ |
| D | test.h | 602 #define kunit_log(lvl, test_or_suite, fmt, ...) \ argument 604 printk(lvl fmt, ##__VA_ARGS__); \ 609 #define kunit_printk(lvl, test, fmt, ...) \ argument 610 kunit_log(lvl, test, KUNIT_SUBTEST_INDENT "# %s: " fmt, \
|