Searched refs:cll_guarder (Results 1 – 2 of 2) sorted by relevance
134 lock->cll_guarder, lock->cll_depth, in cl_lock_trace0()655 if (lock->cll_guarder == current) { in cl_lock_mutex_get()663 LINVRNT(lock->cll_guarder != current); in cl_lock_mutex_get()672 lock->cll_guarder = current; in cl_lock_mutex_get()697 if (lock->cll_guarder == current) { in cl_lock_mutex_try()702 lock->cll_guarder = current; in cl_lock_mutex_try()723 LINVRNT(lock->cll_guarder == current); in cl_lock_mutex_put()733 lock->cll_guarder = NULL; in cl_lock_mutex_put()744 return lock->cll_guarder == current; in cl_lock_is_mutexed()
1579 struct task_struct *cll_guarder; member