/lib/livepatch/ |
D | test_klp_callbacks_demo2.c | 21 static void callback_info(const char *callback, struct klp_object *obj) in callback_info() 31 static int pre_patch_callback(struct klp_object *obj) in pre_patch_callback() 38 static void post_patch_callback(struct klp_object *obj) in post_patch_callback() 44 static void pre_unpatch_callback(struct klp_object *obj) in pre_unpatch_callback() 50 static void post_unpatch_callback(struct klp_object *obj) in post_unpatch_callback()
|
D | test_klp_callbacks_demo.c | 21 static void callback_info(const char *callback, struct klp_object *obj) in callback_info() 31 static int pre_patch_callback(struct klp_object *obj) in pre_patch_callback() 38 static void post_patch_callback(struct klp_object *obj) in post_patch_callback() 44 static void pre_unpatch_callback(struct klp_object *obj) in pre_unpatch_callback() 50 static void post_unpatch_callback(struct klp_object *obj) in post_unpatch_callback()
|
D | test_klp_shadow_vars.c | 61 static void *shadow_get(void *obj, unsigned long id) in shadow_get() 71 static void *shadow_alloc(void *obj, unsigned long id, size_t size, in shadow_alloc() 83 static void *shadow_get_or_alloc(void *obj, unsigned long id, size_t size, in shadow_get_or_alloc() 95 static void shadow_free(void *obj, unsigned long id, klp_shadow_dtor_t dtor) in shadow_free() 111 static int shadow_ctor(void *obj, void *shadow_data, void *ctor_data) in shadow_ctor() 121 static void shadow_dtor(void *obj, void *shadow_data) in shadow_dtor() 129 void *obj = THIS_MODULE; in test_klp_shadow_vars_init() local
|
/lib/ |
D | debugobjects.c | 132 struct debug_obj *obj; in fill_pool() local 188 struct debug_obj *obj; in lookup_object() local 207 struct debug_obj *obj = NULL; in __alloc_object() local 225 struct debug_obj *obj; in alloc_object() local 290 struct debug_obj *obj; in free_obj_work() local 337 static void __free_object(struct debug_obj *obj) in __free_object() 423 static void free_object(struct debug_obj *obj) in free_object() 441 struct debug_obj *obj; in debug_objects_oom() local 472 static void debug_print_object(struct debug_obj *obj, char *msg) in debug_print_object() 533 struct debug_obj *obj; in __debug_object_init() local [all …]
|
D | test_rhashtable.c | 81 const struct test_obj_rhl *obj = data; in my_hashfn() local 86 static int my_cmpfn(struct rhashtable_compare_arg *arg, const void *obj) in my_cmpfn() 115 static int insert_retry(struct rhashtable *ht, struct test_obj *obj, in insert_retry() 143 struct test_obj *obj; in test_rht_lookup() local 211 struct test_obj *obj; in test_rhashtable() local 223 struct test_obj *obj = &array[i]; in test_rhashtable() local 312 struct test_obj_rhl *obj; in test_rhltable() local 460 struct test_obj *obj = &array[i]; in test_rhashtable_max() local 607 struct test_obj *obj; in thread_lookup_test() local
|
D | objagg.c | 31 unsigned long obj[0]; member 35 objagg_hints_lookup(struct objagg_hints *objagg_hints, void *obj) in objagg_hints_lookup() 69 unsigned long obj[0]; member 158 static struct objagg_obj *objagg_obj_lookup(struct objagg *objagg, void *obj) in objagg_obj_lookup() 364 static struct objagg_obj *objagg_obj_create(struct objagg *objagg, void *obj) in objagg_obj_create() 397 static struct objagg_obj *__objagg_obj_get(struct objagg *objagg, void *obj) in __objagg_obj_get() 437 struct objagg_obj *objagg_obj_get(struct objagg *objagg, void *obj) in objagg_obj_get() 910 const void *obj) in objagg_hints_obj_cmp()
|
D | rhashtable.c | 481 const void *key, struct rhash_head *obj) in rhashtable_lookup_one() 533 struct rhash_head *obj, in rhashtable_insert_one() 581 struct rhash_head *obj) in rhashtable_try_insert() 623 struct rhash_head *obj) in rhashtable_insert_slow() 1089 static void rhashtable_free_one(struct rhashtable *ht, struct rhash_head *obj, in rhashtable_free_one()
|
D | test_objagg.c | 90 static bool delta_check(void *priv, const void *parent_obj, const void *obj) in delta_check() 99 static void *delta_create(void *priv, void *parent_obj, void *obj) in delta_create() 127 static void *root_create(void *priv, void *obj, unsigned int id) in root_create() 281 const void *obj) in delta_check_dummy() 286 static void *delta_create_dummy(void *priv, void *parent_obj, void *obj) in delta_create_dummy()
|
D | cpu_rmap.c | 138 int cpu_rmap_add(struct cpu_rmap *rmap, void *obj) in cpu_rmap_add()
|
D | test_meminit.c | 151 static void test_ctor(void *obj) in test_ctor()
|