Home
last modified time | relevance | path

Searched defs:item (Results 1 – 10 of 10) sorted by relevance

/kernel/trace/
A Dtrace_export.c37 #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 Dtrace.h65 #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 Dtrace_events_filter.c921 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 Dtrace_probe.h48 #define DEFINE_FIELD(type, item, name, is_signed) \ argument
A Dtrace_events.c174 #define __generic_field(type, item, filter_type) \ argument
181 #define __common_field(type, item) \ argument
A Dring_buffer.c7511 struct rb_item *item; in rb_write_something() local
7690 struct rb_item *item; in test_ringbuffer() local
A Dtrace_events_hist.c258 u32 *item = event + hist_field->field->offset; in hist_field_reldynstring() local
/kernel/
A Dcrash_dump_dm_crypt.c172 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 Dcore.c2619 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 Dcgroup.c66 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

Completed in 61 milliseconds