Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. void spin_lock(spinlock_t *lock);
  2. void spin_lock_irqsave(spinlock_t *lock, unsigned long flags);
  3. void spin_lock_irq(spinlock_t *lock);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement