Searched refs:_spin_lock_cb (Results 1 – 2 of 2) sorted by relevance
| /xen/xen/include/xen/ |
| A D | spinlock.h | 168 void _spin_lock_cb(spinlock_t *lock, void (*cond)(void *), void *data); 185 #define spin_lock_cb(l, c, d) _spin_lock_cb(l, c, d)
|
| /xen/xen/common/ |
| A D | spinlock.c | 157 void inline _spin_lock_cb(spinlock_t *lock, void (*cb)(void *), void *data) in _spin_lock_cb() function 180 _spin_lock_cb(lock, NULL, NULL); in _spin_lock()
|
Completed in 6 milliseconds