Searched defs:nxtl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_lock.c311 smb_lock_t *nxtl; local
323 * change (for example nxtl might get removed on another thread).
331 nxtl = smb_llist_next(&node->n_lock_list, lock);
337 lock = nxtl;
343 nxtl = list_next(&destroy_list, lock);
346 lock = nxtl;

Completed in 97 milliseconds