Searched refs:free_slot (Results 1 – 3 of 3) sorted by relevance
47 unsigned i, free_slot; in svga_link_shaders() local66 free_slot = outshader_info->num_outputs + 1; in svga_link_shaders()100 free_slot = MAX2(free_slot, linkage->input_map[i] + 1); in svga_link_shaders()119 unsigned j = free_slot++; in svga_link_shaders()124 linkage->input_map_max = free_slot - 1; in svga_link_shaders()
4273 struct fd_cache *free_slot, *oldest_slot, *cp; in alloc_fdcache() local4302 free_slot = NULL; in alloc_fdcache()4324 if (free_slot == NULL) { in alloc_fdcache()4325 free_slot = cp; in alloc_fdcache()4358 free_slot = oldest_slot; in alloc_fdcache()4378 if (free_slot == NULL) { in alloc_fdcache()4397 free_slot = &cache[cache_size - FD_ALLOC_INCR]; in alloc_fdcache()4404 free_slot->c_fd = fd; in alloc_fdcache()4405 free_slot->c_oflags = oflags; in alloc_fdcache()4406 strcpy(free_slot->c_file, file); in alloc_fdcache()[all …]
13445 void (*free_slot)(struct rpc_xprt *, struct rpc_rqst *); member