Searched refs:head_q (Results 1 – 2 of 2) sorted by relevance
340 struct lock_profile_qhead *head_q; /* first head of this type */ member363 for ( hq = lock_profile_ancs[i].head_q; hq; hq = hq->head_q ) in spinlock_profile_iterate()480 qhead->head_q = lock_profile_ancs[type].head_q; in _lock_profile_register_struct()481 lock_profile_ancs[type].head_q = qhead; in _lock_profile_register_struct()492 for ( q = &lock_profile_ancs[type].head_q; *q; q = &(*q)->head_q ) in _lock_profile_deregister_struct()496 *q = qhead->head_q; in _lock_profile_deregister_struct()
85 struct lock_profile_qhead *head_q; /* next head of this type */ member
Completed in 4 milliseconds