Searched refs:lock_profile (Results 1 – 3 of 3) sorted by relevance
63 struct lock_profile { struct64 struct lock_profile *next; /* forward link */ argument76 struct lock_profile *elem_q; /* first element in q */ argument82 static struct lock_profile * const __lock_profile_##name \89 static struct lock_profile __lock_profile_data_##l = _LOCK_PROFILE(l); \94 struct lock_profile *prof; \95 prof = xzalloc(struct lock_profile); \148 struct lock_profile *profile;
319 struct lock_profile *, int32_t, int32_t, void *);321 extern struct lock_profile *__lock_profile_start;322 extern struct lock_profile *__lock_profile_end;333 struct lock_profile *eq; in spinlock_profile_iterate()343 static void spinlock_profile_print_elem(struct lock_profile *data, in spinlock_profile_print_elem()368 static void spinlock_profile_reset_elem(struct lock_profile *data, in spinlock_profile_reset_elem()393 static void spinlock_profile_ucopy_elem(struct lock_profile *data, in spinlock_profile_ucopy_elem()476 struct lock_profile **q; in lock_prof_init()
19 ifneq ($(origin lock_profile),undefined)
Completed in 4 milliseconds