Lines Matching full:dummy
41 * Watch dmesg output for a few moments to see new dummy being allocated
60 * "check" counter is added to the dummy structure. Periodic dmesg
102 struct dummy { struct
107 noinline struct dummy *dummy_alloc(void) in dummy_alloc() argument
109 struct dummy *d; in dummy_alloc()
126 pr_info("%s: dummy @ %p, expires @ %lx\n", in dummy_alloc()
132 noinline void dummy_free(struct dummy *d) in dummy_free()
134 pr_info("%s: dummy @ %p, expired = %lx\n", in dummy_free()
140 noinline bool dummy_check(struct dummy *d, unsigned long jiffies) in dummy_check()
146 * alloc_work_func: allocates new dummy structures, allocates additional
156 struct dummy *d; in alloc_work_func()
171 * cleanup_work_func: frees dummy structures. Without knownledge of
181 struct dummy *d, *tmp; in cleanup_work_func()
214 struct dummy *d, *tmp; in livepatch_shadow_mod_exit()