Searched refs:ol_xthread (Results 1 – 3 of 3) sorted by relevance
259 ol->ol_xthread = curthread; in smb_oplock_acquire()648 if ((ol->ol_xthread != NULL) && (ol->ol_xthread == curthread)) { in smb_oplock_broadcast()649 ol->ol_xthread = NULL; in smb_oplock_broadcast()671 if ((ol->ol_xthread != NULL) && (ol->ol_xthread != curthread)) { in smb_oplock_wait()672 while (ol->ol_xthread != NULL) in smb_oplock_wait()
1159 node->n_oplock.ol_xthread = NULL; in smb_node_alloc()1192 VERIFY(node->n_oplock.ol_xthread == NULL); in smb_node_free()
567 kthread_t *ol_xthread; member