Searched refs:lock_profile (Results 1 – 3 of 3) sorted by relevance
73 struct lock_profile { struct74 struct lock_profile *next; /* forward link */ argument86 struct lock_profile *elem_q; /* first element in q */ argument92 static struct lock_profile * const __lock_profile_##name \99 static struct lock_profile __lock_profile_data_##l = _LOCK_PROFILE(l); \104 struct lock_profile *prof; \105 prof = xzalloc(struct lock_profile); \160 struct lock_profile *profile;
345 struct lock_profile *, int32_t, int32_t, void *);347 extern struct lock_profile *__lock_profile_start;348 extern struct lock_profile *__lock_profile_end;359 struct lock_profile *eq; in spinlock_profile_iterate()369 static void spinlock_profile_print_elem(struct lock_profile *data, in spinlock_profile_print_elem()398 static void spinlock_profile_reset_elem(struct lock_profile *data, in spinlock_profile_reset_elem()422 static void spinlock_profile_ucopy_elem(struct lock_profile *data, in spinlock_profile_ucopy_elem()505 struct lock_profile **q; in lock_prof_init()
24 ifneq ($(origin lock_profile),undefined)
Completed in 5 milliseconds