Home | History | Annotate | Download | only in linux

Lines Matching full:lock

182  * a separate lock).
563 spinlock_t lock;
573 * single lock above (split into XXX_lock if contention is an issue).
729 * current task. Changing current->group_info requires the task lock, too.
774 int lock_depth; /* BKL lock depth */
870 - access with [gs]et_task_comm (which lock
1451 extern int cond_resched_lock(spinlock_t * lock);
1459 # define need_lockbreak(lock) ((lock)->break_lock)
1461 # define need_lockbreak(lock) 0
1468 static inline int lock_need_resched(spinlock_t *lock)
1470 if (need_lockbreak(lock) || need_resched())