Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dcodetag.c31 void codetag_lock_module_list(struct codetag_type *cttype, bool lock) in codetag_lock_module_list()
39 bool codetag_trylock_module_list(struct codetag_type *cttype) in codetag_trylock_module_list()
44 struct codetag_iterator codetag_get_ct_iter(struct codetag_type *cttype) in codetag_get_ct_iter()
72 struct codetag_type *cttype = iter->cttype; in codetag_next_ct() local
121 static inline size_t range_size(const struct codetag_type *cttype, in range_size()
166 static int codetag_module_init(struct codetag_type *cttype, struct module *mod) in codetag_module_init()
212 struct codetag_type *cttype; in codetag_load_module() local
225 struct codetag_type *cttype; in codetag_unload_module() local
267 struct codetag_type *cttype; in codetag_register_type() local
Dalloc_tag.c152 static bool alloc_tag_module_unload(struct codetag_type *cttype, in alloc_tag_module_unload()
/linux-6.12.1/include/linux/
Dcodetag.h43 struct codetag_type *cttype; member