Home
last modified time | relevance | path

Searched refs:memdq (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A Dmem_priv.h144 struct memdq { struct
145 struct memdq *prev, *next; argument
185 struct memdq head;
199 struct memdq *
202 struct memdq *
206 (*memdq2alloc)( Cyg_Mempool_Implementation* pThis, struct memdq *dq );
209 (*insert_free_block)( Cyg_Mempool_Implementation* pThis, struct memdq *freedq );
271 size += sizeof(struct memdq); in Cyg_Mempool_Implementation__roundup()
276 inline struct memdq *
279 struct memdq *dq; in Cyg_Mempool_Implementation__addr2memdq()
[all …]
H A DMsOS_linux_kernel.c793 struct memdq {
794 struct memdq *prev, *next;
798 struct memdq *dq = (struct memdq *) ((MS_U32 )pOrgAddress - sizeof(struct memdq));
799 …u32OrgSize = dq->size - sizeof(struct memdq); //dq->size was rounded up to 16B-aligned when mall…
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A Dmem_priv.h145 struct memdq { struct
146 struct memdq *prev, *next; argument
186 struct memdq head;
200 struct memdq *
203 struct memdq *
207 (*memdq2alloc)( Cyg_Mempool_Implementation* pThis, struct memdq *dq );
210 (*insert_free_block)( Cyg_Mempool_Implementation* pThis, struct memdq *freedq );
272 size += sizeof(struct memdq); in Cyg_Mempool_Implementation__roundup()
277 inline struct memdq *
280 struct memdq *dq; in Cyg_Mempool_Implementation__addr2memdq()
[all …]
H A DMsOS_linux_kernel.c813 struct memdq {
814 struct memdq *prev, *next;
818 struct memdq *dq = (struct memdq *) ((MS_U32 )pOrgAddress - sizeof(struct memdq));
819 …u32OrgSize = dq->size - sizeof(struct memdq); //dq->size was rounded up to 16B-aligned when mall…
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Dmem_priv.h144 struct memdq { struct
145 struct memdq *prev, *next; argument
185 struct memdq head;
199 struct memdq *
202 struct memdq *
206 (*memdq2alloc)( Cyg_Mempool_Implementation* pThis, struct memdq *dq );
209 (*insert_free_block)( Cyg_Mempool_Implementation* pThis, struct memdq *freedq );
271 size += sizeof(struct memdq); in Cyg_Mempool_Implementation__roundup()
276 struct memdq *
279 struct memdq *dq; in Cyg_Mempool_Implementation__addr2memdq()
[all …]
H A DMsOS_linux.c1105 struct memdq { in MsOS_ReallocateMemory() struct
1106 struct memdq *prev, *next; in MsOS_ReallocateMemory() argument
1110 struct memdq *dq = (struct memdq *) ((MS_VIRT )pOrgAddress - sizeof(struct memdq)); in MsOS_ReallocateMemory()
1111 …u32OrgSize = dq->size - sizeof(struct memdq); //dq->size was rounded up to 16B-aligned when mall… in MsOS_ReallocateMemory()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Dmem_priv.h144 struct memdq { struct
145 struct memdq *prev, *next; argument
185 struct memdq head;
199 struct memdq *
202 struct memdq *
206 (*memdq2alloc)( Cyg_Mempool_Implementation* pThis, struct memdq *dq );
209 (*insert_free_block)( Cyg_Mempool_Implementation* pThis, struct memdq *freedq );
271 size += sizeof(struct memdq); in Cyg_Mempool_Implementation__roundup()
276 inline struct memdq *
279 struct memdq *dq; in Cyg_Mempool_Implementation__addr2memdq()
[all …]
H A DMsOS_ucos.c772 struct memdq { in MsOS_ReallocateMemory() struct
773 struct memdq *prev, *next; in MsOS_ReallocateMemory() argument
777 struct memdq *dq = (struct memdq *) ((MS_U32 )pOrgAddress - sizeof(struct memdq)); in MsOS_ReallocateMemory()
778 …u32OrgSize = dq->size - sizeof(struct memdq); //dq->size was rounded up to 16B-aligned when mall… in MsOS_ReallocateMemory()
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOS_ecos.c804 struct memdq { in MsOS_ReallocateMemory() struct
805 struct memdq *prev, *next; in MsOS_ReallocateMemory() argument
809 struct memdq *dq = (struct memdq *) ((MS_U32 )pOrgAddress - sizeof(struct memdq)); in MsOS_ReallocateMemory()
810 …u32OrgSize = dq->size - sizeof(struct memdq); //dq->size was rounded up to 16B-aligned when mall… in MsOS_ReallocateMemory()