Home
last modified time | relevance | path

Searched defs:cttype (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dcodetag.c40 void codetag_lock_module_list(struct codetag_type *cttype) in codetag_lock_module_list()
45 bool codetag_trylock_module_list(struct codetag_type *cttype) in codetag_trylock_module_list()
50 void codetag_unlock_module_list(struct codetag_type *cttype) in codetag_unlock_module_list()
55 unsigned long codetag_get_content_id(struct codetag_type *cttype) in codetag_get_content_id()
62 unsigned int codetag_get_count(struct codetag_type *cttype) in codetag_get_count()
69 struct codetag_iterator codetag_get_ct_iter(struct codetag_type *cttype) in codetag_get_ct_iter()
98 struct codetag_type *cttype = iter->cttype; in codetag_next_ct() local
149 static inline size_t range_size(const struct codetag_type *cttype, in range_size()
194 static int codetag_module_init(struct codetag_type *cttype, struct module *mod) in codetag_module_init()
257 struct codetag_type *cttype; in codetag_needs_module_section() local
[all …]
/linux/include/linux/
H A Dcodetag.h56 struct codetag_type *cttype; member