Lines Matching refs:subbuf_id
27 #define SKC_SUBALLOCATOR_DEBUG_ALLOC(suballocator,subbuf_id,ss) \ argument
33 subbuf_id, \
36 #define SKC_SUBALLOCATOR_DEBUG_FREE(suballocator,subbuf_id,ss) \ argument
42 subbuf_id, \
47 #define SKC_SUBALLOCATOR_DEBUG_ALLOC(suballocator,subbuf_id,ss) argument
48 #define SKC_SUBALLOCATOR_DEBUG_FREE(suballocator,subbuf_id,ss) argument
111 skc_subbuf_id_t * const subbuf_id, in skc_suballocator_subbuf_alloc() argument
158 *subbuf_id = avail_id; in skc_suballocator_subbuf_alloc()
199 *subbuf_id = spare_id; in skc_suballocator_subbuf_alloc()
239 skc_subbuf_id_t subbuf_id) in skc_suballocator_subbuf_free() argument
242 struct skc_subbuf * const subbuf = suballocator->subbufs + subbuf_id; in skc_suballocator_subbuf_free()
248 SKC_SUBALLOCATOR_DEBUG_FREE(suballocator,subbuf_id,subbuf->size); in skc_suballocator_subbuf_free()
303 suballocator->ids[spare_idx + 0] = subbuf_id; in skc_suballocator_subbuf_free()
319 suballocator->ids[suballocator->count - ++suballocator->rem.spare] = subbuf_id; in skc_suballocator_subbuf_free()
340 suballocator->ids[suballocator->count - ++suballocator->rem.spare] = subbuf_id; in skc_suballocator_subbuf_free()
353 suballocator->ids[avail_idx] = subbuf_id; in skc_suballocator_subbuf_free()