Lines Matching full:dynamic
146 * Dynamic register window allocation reference.
154 * A dynamic register window allocation record.
206 struct mtx dw_steal_mtx; /**< spinlock must be held when stealing a dynamic window allocation */
207 struct bhndb_dw_alloc *dw_alloc; /**< dynamic window allocation records */
208 size_t dwa_count; /**< number of dynamic windows available. */
209 bitstr_t *dwa_freelist; /**< dynamic window free list */
211 allocate a dynamic window */
217 * Returns true if the all dynamic windows are marked free, false
231 * Find the next free dynamic window region in @p br.
254 * Returns true if a dynamic window allocation is marked as free.
257 * @param dwa The dynamic window allocation record to be checked.