| /kernel/trace/ |
| A D | trace_export.c | 37 #define __field_struct(type, item) argument 40 #define __field(type, item) type item; argument 43 #define __field_fn(type, item) type item; argument 61 #define __dynamic_array(type, item) type item[]; argument 144 #define __field(type, item) argument 147 #define __field_fn(type, item) argument 150 #define __field_desc(type, container, item) argument 153 #define __field_packed(type, container, item) argument 156 #define __array(type, item, len) argument 159 #define __stack_array(type, item, len, field) argument [all …]
|
| A D | trace.h | 65 #define __field(type, item) type item; argument 68 #define __field_fn(type, item) type item; argument 71 #define __field_struct(type, item) __field(type, item) argument 74 #define __field_desc(type, container, item) argument 77 #define __field_packed(type, container, item) argument 80 #define __array(type, item, size) type item[size]; argument 90 #define __stack_array(type, item, size, field) type item[] __counted_by(field); argument 93 #define __array_desc(type, container, item, size) argument 96 #define __dynamic_array(type, item) type item[]; argument 99 #define __rel_dynamic_array(type, item) type item[]; argument
|
| A D | trace_events_filter.c | 921 u32 *item = (u32 *)(event + pred->offset); in filter_pred_strrelloc() local 972 u32 item = *(u32 *)(event + pred->offset); in filter_pred_cpumask() local 983 u32 item = *(u32 *)(event + pred->offset); in filter_pred_cpumask_cpu() local 1395 struct filter_list *item; in try_delay_free_filter() local 1443 struct filter_list *item; in filter_free_subsystem_filters() local
|
| A D | trace_probe.h | 48 #define DEFINE_FIELD(type, item, name, is_signed) \ argument
|
| A D | trace_events.c | 174 #define __generic_field(type, item, filter_type) \ argument 181 #define __common_field(type, item) \ argument
|
| A D | ring_buffer.c | 7511 struct rb_item *item; in rb_write_something() local 7690 struct rb_item *item; in test_ringbuffer() local
|
| A D | trace_events_hist.c | 258 u32 *item = event + hist_field->field->offset; in hist_field_reldynstring() local
|
| /kernel/ |
| A D | crash_dump_dm_crypt.c | 172 struct config_item item; member 176 static inline struct config_key *to_config_key(struct config_item *item) in to_config_key() 181 static ssize_t config_key_description_show(struct config_item *item, char *page) in config_key_description_show() 186 static ssize_t config_key_description_store(struct config_item *item, in config_key_description_store() 220 static void config_key_release(struct config_item *item) in config_key_release() 257 static ssize_t config_keys_count_show(struct config_item *item, char *page) in config_keys_count_show() 266 static ssize_t config_keys_reuse_show(struct config_item *item, char *page) in config_keys_reuse_show() 271 static ssize_t config_keys_reuse_store(struct config_item *item, in config_keys_reuse_store() 313 static ssize_t config_keys_restore_show(struct config_item *item, char *page) in config_keys_restore_show() 318 static ssize_t config_keys_restore_store(struct config_item *item, in config_keys_restore_store() [all …]
|
| /kernel/bpf/ |
| A D | core.c | 2619 struct bpf_prog_array_item *item; in bpf_prog_array_length() local 2630 struct bpf_prog_array_item *item; in bpf_prog_array_is_empty() local 2642 struct bpf_prog_array_item *item; in bpf_prog_array_copy_core() local 2687 struct bpf_prog_array_item *item; in bpf_prog_array_delete_safe() local 2734 struct bpf_prog_array_item *item; in bpf_prog_array_update_at() local
|
| A D | cgroup.c | 66 const struct bpf_prog_array_item *item; in bpf_prog_run_array_cg() local 437 struct bpf_prog_array_item *item; in compute_effective_progs() local 929 struct bpf_prog_array_item *item; in replace_effective_prog() local
|