Searched refs:_spin_lock_cb (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | spinlock.h | 156 void _spin_lock_cb(spinlock_t *lock, void (*cond)(void *), void *data); 173 #define spin_lock_cb(l, c, d) _spin_lock_cb(l, c, d)
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | spinlock.c | 138 void inline _spin_lock_cb(spinlock_t *lock, void (*cb)(void *), void *data) in _spin_lock_cb() function 160 _spin_lock_cb(lock, NULL, NULL); in _spin_lock()
|
Completed in 4 milliseconds