Searched refs:elem_q (Results 1 – 2 of 2) sorted by relevance
76 struct lock_profile *elem_q; /* first element in q */ member100 prof->next = (s)->profile_head.elem_q; \101 (s)->profile_head.elem_q = prof; \
338 for ( eq = hq->elem_q; eq; eq = eq->next ) in spinlock_profile_iterate()480 (*q)->next = lock_profile_glb_q.elem_q; in lock_prof_init()481 lock_profile_glb_q.elem_q = *q; in lock_prof_init()
Completed in 4 milliseconds