Home
last modified time | relevance | path

Searched refs:fAllocated (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dimap.c109 bool fAllocated ) in RedImapBlockSet() argument
120 ( ( fAllocated && ( gpRedMR->ulFreeBlocks == 0U ) ) || in RedImapBlockSet()
135 ret = RedImapIBlockSet( ulBlock, fAllocated ); in RedImapBlockSet()
139 ret = RedImapEBlockSet( ulBlock, fAllocated ); in RedImapBlockSet()
142 ret = RedImapIBlockSet( ulBlock, fAllocated ); in RedImapBlockSet()
144 ret = RedImapEBlockSet( ulBlock, fAllocated ); in RedImapBlockSet()
155 if( ( ret == 0 ) && ( !fAllocated ) ) in RedImapBlockSet()
166 if( fAllocated ) in RedImapBlockSet()
227 bool fAllocated = false; in RedImapAllocBlock() local
244 fAllocated = true; in RedImapAllocBlock()
[all …]
A Dimapinline.c93 bool fAllocated ) in RedImapIBlockSet() argument
108 if( RedBitGet( gpRedMR->abEntries, ulOffset ) == fAllocated ) in RedImapIBlockSet()
117 else if( fAllocated ) in RedImapIBlockSet()
A Dimapextern.c129 bool fAllocated ) in RedImapEBlockSet() argument
152 if( RedBitGet( pImap->abEntries, ulImapEntry ) == fAllocated ) in RedImapEBlockSet()
162 else if( fAllocated ) in RedImapEBlockSet()
A Dinode.c50 bool fAllocated );
1094 bool fAllocated ) in InodeBitSet() argument
1105 ret = RedImapBlockSet( InodeBlock( ulInode, bWhich ), fAllocated ); in InodeBitSet()
/FreeRTOS-Plus/Source/Reliance-Edge/core/include/
A Dredcore.h133 bool fAllocated );
144 bool fAllocated );
152 bool fAllocated );

Completed in 11 milliseconds