Home
last modified time | relevance | path

Searched refs:lock_req_step (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_asynch.c1230 s_priv->lock_req_step = 0; in s1394_split_lock_req()
1268 uint32_t lock_req_step; in s1394_handle_lock() local
1275 lock_req_step = s_priv->lock_req_step; in s1394_handle_lock()
1285 if (lock_req_step == 0) { in s1394_handle_lock()
1296 s_priv->lock_req_step = 1; in s1394_handle_lock()
1319 lock_req_step = 0; in s1394_handle_lock()
2031 s_priv->lock_req_step = 0; in s1394_finish_split_lock()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h851 int lock_req_step; member