Searched refs:siglock (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dinit_task.h67 .siglock = __SPIN_LOCK_UNLOCKED(sighand.siglock), \
H A Dsched.h464 spinlock_t siglock; member in struct:sighand_struct
677 * protect this instead of the siglock, because they really
1315 unsigned int jobctl; /* JOBCTL_*, siglock protected */
2318 spin_lock_irqsave(&tsk->sighand->siglock, flags);
2320 spin_unlock_irqrestore(&tsk->sighand->siglock, flags);
2569 (void)__cond_lock(&tsk->sighand->siglock, ret);
2576 spin_unlock_irqrestore(&tsk->sighand->siglock, *flags);
2910 * callers must hold sighand->siglock.

Completed in 737 milliseconds