Searched refs:useCount (Results 1 – 1 of 1) sorted by relevance
82 short int useCount; member269 if (h->useCount < 1) { in yaffsfs_NewHandle()272 h->useCount = 1; in yaffsfs_NewHandle()303 h->useCount = 0; in yaffsfs_NewHandleAndFileDes()317 if (h && h->useCount > 0) { in yaffsfs_GetHandle()318 h->useCount++; in yaffsfs_GetHandle()351 if (h && h->useCount > 0) { in yaffsfs_PutHandle()352 h->useCount--; in yaffsfs_PutHandle()353 if (h->useCount < 1) { in yaffsfs_PutHandle()372 if (h && h->useCount > 0) { in yaffsfs_BreakDeviceHandles()[all …]
Completed in 9 milliseconds