Searched refs:mem_free (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/util/ |
D | mem.c | 163 void *mem_free; in mem_ut() local 168 mem_init(pool, BLOCK_SIZE, BLOCK_COUNT, &mem_free); in mem_ut() 170 mem_free_count = mem_free_count_get(mem_free); in mem_ut() 179 mem = mem_acquire(&mem_free); in mem_ut() 180 mem_free_count_current = mem_free_count_get(mem_free); in mem_ut() 189 mem = mem_acquire(&mem_free); in mem_ut() 199 mem_release(mem, &mem_free); in mem_ut() 201 mem_free_count_current = mem_free_count_get(mem_free); in mem_ut() 207 if (mem != mem_free) { in mem_ut() 211 if (mem_free_count_get(mem_free) != BLOCK_COUNT) { in mem_ut()
|
/Zephyr-Core-3.5.0/samples/net/lwm2m_client/src/ |
D | lwm2m-client.c | 40 static int mem_free = 15; variable 132 lwm2m_set_res_buf(&LWM2M_OBJ(3, 0, 10), &mem_free, sizeof(mem_free), sizeof(mem_free), 0); in lwm2m_setup()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_internal.h | 165 void *mem_free, void *link_free, uint8_t max);
|
D | ull.c | 3004 void *mem_free, void *link_free, uint8_t max) in ull_rxfifo_alloc() argument 3017 rx = mem_acquire(mem_free); in ull_rxfifo_alloc()
|