Home
last modified time | relevance | path

Searched defs:d (Results 1 – 4 of 4) sorted by relevance

/samples/livepatch/
Dlivepatch-shadow-mod.c97 struct dummy *d; in dummy_alloc() local
120 static __used noinline void dummy_free(struct dummy *d) in dummy_free()
128 static __used noinline bool dummy_check(struct dummy *d, in dummy_check()
145 struct dummy *d; in alloc_work_func() local
170 struct dummy *d, *tmp; in cleanup_work_func() local
203 struct dummy *d, *tmp; in livepatch_shadow_mod_exit() local
Dlivepatch-shadow-fix2.c41 static bool livepatch_fix2_dummy_check(struct dummy *d, unsigned long jiffies) in livepatch_fix2_dummy_check()
61 void *d = obj; in livepatch_fix2_dummy_leak_dtor() local
69 static void livepatch_fix2_dummy_free(struct dummy *d) in livepatch_fix2_dummy_free()
Dlivepatch-shadow-fix1.c67 struct dummy *d; in livepatch_fix1_dummy_alloc() local
109 void *d = obj; in livepatch_fix1_dummy_leak_dtor() local
117 static void livepatch_fix1_dummy_free(struct dummy *d) in livepatch_fix1_dummy_free()
/samples/bpf/
Dhash_func01.h7 #define get16bits(d) (*((const __u16 *) (d))) argument