Searched refs:buffer_index_array (Results 1 – 2 of 2) sorted by relevance
158 unsigned long *buffer_index_array; member179 bitmap_free(bufmap->buffer_index_array); in orangefs_bufmap_free()229 bufmap->buffer_index_array = bitmap_zalloc(bufmap->desc_count, GFP_KERNEL); in orangefs_bufmap_alloc()230 if (!bufmap->buffer_index_array) in orangefs_bufmap_alloc()252 bitmap_free(bufmap->buffer_index_array); in orangefs_bufmap_alloc()382 bufmap->buffer_index_array); in orangefs_bufmap_initialize()
300 * buffer_index_array - a desc_count sized array of ints, used to302 * buffer_index_lock - a spinlock to protect buffer_index_array during update.
Completed in 4 milliseconds