Home
last modified time | relevance | path

Searched refs:busycnt (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr2.c878 int busycnt = 0; in smbfs_check_table() local
894 busycnt++; in smbfs_check_table()
902 busycnt++; in smbfs_check_table()
909 busycnt++; in smbfs_check_table()
912 if (busycnt && !smbfs_check_table_debug) in smbfs_check_table()
918 return (busycnt); in smbfs_check_table()
/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.h151 int busycnt; member
H A Drdc_diskq.c93 while (q->busycnt > 0) in rdc_wait_qbusy()
101 q->busycnt++; in rdc_set_qbusy()
108 q->busycnt--; in rdc_clr_qbusy()
109 if (q->busycnt == 0) in rdc_clr_qbusy()
H A Drdc_io.c6674 group->diskq.busycnt = 0; in rdc_newgroup()