Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/
A Dspinlock.h63 struct lock_profile { struct
64 struct lock_profile *next; /* forward link */ argument
76 struct lock_profile *elem_q; /* first element in q */ argument
82 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;
/xen-4.10.0-shim-comet/xen/common/
A Dspinlock.c319 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()
/xen-4.10.0-shim-comet/xen/
A DRules.mk19 ifneq ($(origin lock_profile),undefined)

Completed in 4 milliseconds