Home
last modified time | relevance | path

Searched refs:lock_profile (Results 1 – 3 of 3) sorted by relevance

/xen/xen/include/xen/
A Dspinlock.h73 struct lock_profile { struct
74 struct lock_profile *next; /* forward link */ argument
86 struct lock_profile *elem_q; /* first element in q */ argument
92 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;
/xen/xen/common/
A Dspinlock.c345 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()
/xen/xen/
A DRules.mk24 ifneq ($(origin lock_profile),undefined)

Completed in 5 milliseconds