Home
last modified time | relevance | path

Searched refs:head_q (Results 1 – 2 of 2) sorted by relevance

/xen/xen/common/
A Dspinlock.c340 struct lock_profile_qhead *head_q; /* first head of this type */ member
363 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()
/xen/xen/include/xen/
A Dspinlock.h85 struct lock_profile_qhead *head_q; /* next head of this type */ member

Completed in 4 milliseconds