Home
last modified time | relevance | path

Searched refs:free_slot (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_link.c47 unsigned i, free_slot; in svga_link_shaders() local
66 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()
/third_party/ltp/testcases/kernel/fs/doio/
Ddoio.c4273 struct fd_cache *free_slot, *oldest_slot, *cp; in alloc_fdcache() local
4302 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 …]
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h13445 void (*free_slot)(struct rpc_xprt *, struct rpc_rqst *); member