Searched refs:old_alloc (Results 1 – 1 of 1) sorted by relevance
715 unsigned int old_alloc = wq->alloc; in gl_waitqueue_add() local718 if (old_offset + old_count > old_alloc) in gl_waitqueue_add()720 unsigned int limit = old_offset + old_count - old_alloc; in gl_waitqueue_add()722 new_array[old_alloc + i] = new_array[i]; in gl_waitqueue_add()