Lines Matching defs:lock
19 rte_spinlock_t lock;
183 rte_spinlock_lock(&s->lock);
190 rte_spinlock_unlock(&s->lock);
203 rte_spinlock_lock(&s->lock);
205 rte_spinlock_unlock(&s->lock);
293 * unneeded, and since T1 is still waiting on T2 releasing the lock, the
299 rte_spinlock_lock(&s->lock);
302 rte_spinlock_unlock(&s->lock);
333 * the mere act of reading the lock status here adds the lock to
336 * actually cause any writes, the act of locking our lock will itself
339 rte_spinlock_is_locked(&s->lock);