Searched refs:mem_free (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | mem.c | 145 void *mem_free; in mem_ut() local 150 mem_init(pool, BLOCK_SIZE, BLOCK_COUNT, &mem_free); in mem_ut() 152 mem_free_count = mem_free_count_get(mem_free); in mem_ut() 161 mem = mem_acquire(&mem_free); in mem_ut() 162 mem_free_count_current = mem_free_count_get(mem_free); in mem_ut() 171 mem = mem_acquire(&mem_free); in mem_ut() 181 mem_release(mem, &mem_free); in mem_ut() 183 mem_free_count_current = mem_free_count_get(mem_free); in mem_ut() 189 if (mem != mem_free) { in mem_ut() 193 if (mem_free_count_get(mem_free) != BLOCK_COUNT) { in mem_ut()
|
/Zephyr-latest/samples/net/lwm2m_client/src/ |
D | lwm2m-client.c | 47 static int mem_free = 15; variable 152 lwm2m_set_res_buf(&LWM2M_OBJ(3, 0, 10), &mem_free, sizeof(mem_free), sizeof(mem_free), 0); in lwm2m_setup()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_internal.h | 177 void *mem_free, void *link_free, uint8_t max);
|
D | ull.c | 3114 void *mem_free, void *link_free, uint8_t max) in ull_rxfifo_alloc() argument 3127 rx = mem_acquire(mem_free); in ull_rxfifo_alloc()
|
/Zephyr-latest/modules/nrf_wifi/os/ |
D | shim.c | 910 .mem_free = k_free,
|