Lines Matching defs:olp
336 volatile lock_t *olp = *olpp;
341 if (olp == wlp)
343 if (lock_try((lock_t *)olp)) {
345 * If 'olp' is still the right lock, return success.
346 * Otherwise, drop 'olp' and try the dance again.
348 if (olp == *olpp)
350 lock_clear((lock_t *)olp);
359 if (olp >= (lock_t *)turnstile_table && olp < wlp) {
361 lock_set((lock_t *)olp);
362 lock_clear((lock_t *)olp);
372 while (olp == *olpp && LOCK_HELD(olp)) {
378 olp, spin_time);