Searched refs:MEM_UNLOCK (Results 1 – 2 of 2) sorted by relevance
/kernel/liteos_a/kernel/base/mem/tlsf/ |
D | los_memory.c | 168 #define MEM_UNLOCK(pool, state) LOS_SpinUnlockRestore(&(pool)->spinlock, (state)) macro 394 MEM_UNLOCK(poolInfo, intSave); in OsMemPoolExpandSub() 608 MEM_UNLOCK(poolInfo, intSave); in OsMemUsedNodeShow() 1039 MEM_UNLOCK(pool, intSave); in OsMemAlloc() 1083 MEM_UNLOCK(poolHead, intSave); in LOS_MemAlloc() 1125 MEM_UNLOCK(poolHead, intSave); in LOS_MemAllocAlign() 1342 MEM_UNLOCK(poolHead, intSave); in LOS_MemFree() 1440 MEM_UNLOCK(pool, intSave); in OsMemRealloc() 1488 MEM_UNLOCK(poolHead, intSave); in LOS_MemRealloc() 1537 MEM_UNLOCK(poolHead, intSave); in LOS_MemFreeByTaskID() [all …]
|
/kernel/liteos_m/kernel/src/mm/ |
D | los_memory.c | 122 #define MEM_UNLOCK(pool, state) do { \ macro 281 MEM_UNLOCK(poolInfo, intSave); in OsAllMemNodeDoHandle() 462 MEM_UNLOCK(poolInfo, intSave); 1080 MEM_UNLOCK(pool, intSave); 1123 MEM_UNLOCK(poolHead, intSave); 1184 MEM_UNLOCK(poolHead, intSave); 1393 MEM_UNLOCK(poolHead, intSave); 1468 MEM_UNLOCK(pool, intSave); 1518 MEM_UNLOCK(poolHead, intSave); 1851 MEM_UNLOCK(pool, intSave); [all …]
|