Searched defs:free_slot (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_link.c47 unsigned i, free_slot; local
62 free_slot = outshader_info->num_outputs + 1;
74 /* make sure free_slot includes this extra output */
75 free_slot = MAX2(free_slot, linkage->input_map[i] + 1);
95 unsigned j = free_slot++;
/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.c4273 struct fd_cache *free_slot, *oldest_slot, *cp; local
4302 free_slot = NULL;
4308 * oldest fd slot in the cache, and free_slot will point to an
4324 if (free_slot == NULL) {
4325 free_slot = cp;
4358 free_slot = oldest_slot;
4373 * If we get here, fd is our open descriptor. If free_slot is NULL,
4374 * we need to grow the cache, otherwise free_slot is the slot that
4378 if (free_slot == NULL) {
4397 free_slot
[all...]

Completed in 119 milliseconds