Searched refs:head_q (Results 1 – 2 of 2) sorted by relevance
314 struct lock_profile_qhead *head_q; /* first head of this type */ member337 for ( hq = lock_profile_ancs[i].head_q; hq; hq = hq->head_q ) in spinlock_profile_iterate()451 qhead->head_q = lock_profile_ancs[type].head_q; in _lock_profile_register_struct()452 lock_profile_ancs[type].head_q = qhead; in _lock_profile_register_struct()463 for ( q = &lock_profile_ancs[type].head_q; *q; q = &(*q)->head_q ) in _lock_profile_deregister_struct()467 *q = qhead->head_q; in _lock_profile_deregister_struct()
75 struct lock_profile_qhead *head_q; /* next head of this type */ member
Completed in 4 milliseconds