Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dspinlock.c314 struct lock_profile_qhead *head_q; /* first head of this type */ member
337 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()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dspinlock.h75 struct lock_profile_qhead *head_q; /* next head of this type */ member

Completed in 4 milliseconds