Home
last modified time | relevance | path

Searched refs:best_free (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/directfb/DirectFB-1.4.17/systems/x11/
H A Dsurfacemanager.c156 Chunk *best_free = NULL; in dfb_surfacemanager_allocate() local
198 if (!best_free || best_free->length > c->length) in dfb_surfacemanager_allocate()
200 best_free = c; in dfb_surfacemanager_allocate()
210 if (best_free) { in dfb_surfacemanager_allocate()
211 D_DEBUG_AT( SurfMan, " -> found free (%d)\n", best_free->length ); in dfb_surfacemanager_allocate()
215 *ret_chunk = occupy_chunk( manager, best_free, allocation, length, pitch ); in dfb_surfacemanager_allocate()
/dports/devel/directfb/DirectFB-1.4.17/systems/devmem/
H A Dsurfacemanager.c156 Chunk *best_free = NULL; in dfb_surfacemanager_allocate() local
212 if (!best_free || best_free->length > c->length) in dfb_surfacemanager_allocate()
214 best_free = c; in dfb_surfacemanager_allocate()
224 if (best_free) { in dfb_surfacemanager_allocate()
225 D_DEBUG_AT( SurfMan, " -> found free (%d)\n", best_free->length ); in dfb_surfacemanager_allocate()
229 *ret_chunk = occupy_chunk( manager, best_free, allocation, length, pitch ); in dfb_surfacemanager_allocate()
/dports/devel/directfb/DirectFB-1.4.17/systems/fbdev/
H A Dsurfacemanager.c198 Chunk *best_free = NULL; in dfb_surfacemanager_allocate() local
254 if (!best_free || best_free->length > c->length) in dfb_surfacemanager_allocate()
256 best_free = c; in dfb_surfacemanager_allocate()
266 if (best_free) { in dfb_surfacemanager_allocate()
267 D_DEBUG_AT( SurfMan, " -> found free (%d)\n", best_free->length ); in dfb_surfacemanager_allocate()
271 *ret_chunk = occupy_chunk( manager, best_free, allocation, length, pitch ); in dfb_surfacemanager_allocate()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dtc_log.cc233 int best_free=0; in get_active_from_pool() local
237 if ((*p)->waiters == 0 && (*p)->free > best_free) in get_active_from_pool()
239 best_free=(*p)->free; in get_active_from_pool()
243 if (*best_p == NULL || best_free == 0) in get_active_from_pool()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dtc_log.cc233 int best_free=0; in get_active_from_pool() local
237 if ((*p)->waiters == 0 && (*p)->free > best_free) in get_active_from_pool()
239 best_free=(*p)->free; in get_active_from_pool()
243 if (*best_p == NULL || best_free == 0) in get_active_from_pool()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dtc_log.cc248 int best_free=0; in get_active_from_pool() local
252 if ((*p)->waiters == 0 && (*p)->free > best_free) in get_active_from_pool()
254 best_free=(*p)->free; in get_active_from_pool()
258 if (*best_p == NULL || best_free == 0) in get_active_from_pool()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dtc_log.cc233 int best_free=0; in get_active_from_pool() local
237 if ((*p)->waiters == 0 && (*p)->free > best_free) in get_active_from_pool()
239 best_free=(*p)->free; in get_active_from_pool()
243 if (*best_p == NULL || best_free == 0) in get_active_from_pool()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dtc_log.cc237 int best_free = 0; in get_active_from_pool() local
240 if ((*p)->waiters == 0 && (*p)->free > best_free) { in get_active_from_pool()
241 best_free = (*p)->free; in get_active_from_pool()
245 if (*best_p == nullptr || best_free == 0) return nullptr; in get_active_from_pool()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dtc_log.cc231 int best_free=0; in get_active_from_pool() local
235 if ((*p)->waiters == 0 && (*p)->free > best_free) in get_active_from_pool()
237 best_free=(*p)->free; in get_active_from_pool()
241 if (*best_p == NULL || best_free == 0) in get_active_from_pool()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dtc_log.cc231 int best_free=0; in get_active_from_pool() local
235 if ((*p)->waiters == 0 && (*p)->free > best_free) in get_active_from_pool()
237 best_free=(*p)->free; in get_active_from_pool()
241 if (*best_p == NULL || best_free == 0) in get_active_from_pool()
/dports/sysutils/fusefs-xfuse/xfuse-9c8824/src/libxfuse/
H A Ddir3.rs104 pub best_free: [Dir2DataFree; XFS_DIR2_DATA_FD_COUNT], field
112 let mut best_free = [Dir2DataFree { in from() localVariable
116 for entry in best_free.iter_mut().take(XFS_DIR2_DATA_FD_COUNT) { in from()
124 best_free, in from()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dlog.cc2699 int best_free; in get_active_from_pool() local
2710 best_free=0; // no - trying second strategy in get_active_from_pool()
2713 if ((*p)->waiters == 0 && (*p)->free > best_free) in get_active_from_pool()
2715 best_free=(*p)->free; in get_active_from_pool()
2720 while ((*best_p == 0 || best_free == 0) && overflow()); in get_active_from_pool()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dlog.cc2690 int best_free; in get_active_from_pool() local
2701 best_free=0; // no - trying second strategy in get_active_from_pool()
2704 if ((*p)->waiters == 0 && (*p)->free > best_free) in get_active_from_pool()
2706 best_free=(*p)->free; in get_active_from_pool()
2711 while ((*best_p == 0 || best_free == 0) && overflow()); in get_active_from_pool()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_da_format.h322 xfs_dir2_data_free_t best_free[XFS_DIR2_DATA_FD_COUNT]; member
H A Dxfs_dir2_data.c33 return ((struct xfs_dir3_data_hdr *)hdr)->best_free; in xfs_dir2_data_bestfree_p()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_da_format.h322 xfs_dir2_data_free_t best_free[XFS_DIR2_DATA_FD_COUNT]; member
H A Dxfs_dir2_data.c33 return ((struct xfs_dir3_data_hdr *)hdr)->best_free; in xfs_dir2_data_bestfree_p()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_da_format.h322 xfs_dir2_data_free_t best_free[XFS_DIR2_DATA_FD_COUNT]; member
H A Dxfs_dir2_data.c33 return ((struct xfs_dir3_data_hdr *)hdr)->best_free; in xfs_dir2_data_bestfree_p()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dlog.cc2965 int best_free; in get_active_from_pool() local
2975 best_free=0; // no - trying second strategy in get_active_from_pool()
2978 if ((*p)->waiters == 0 && (*p)->free > best_free) in get_active_from_pool()
2980 best_free=(*p)->free; in get_active_from_pool()
2985 while ((*best_p == 0 || best_free == 0) && overflow()); in get_active_from_pool()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dlog.cc2965 int best_free; in get_active_from_pool() local
2975 best_free=0; // no - trying second strategy in get_active_from_pool()
2978 if ((*p)->waiters == 0 && (*p)->free > best_free) in get_active_from_pool()
2980 best_free=(*p)->free; in get_active_from_pool()
2985 while ((*best_p == 0 || best_free == 0) && overflow()); in get_active_from_pool()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dlog.cc2965 int best_free; in get_active_from_pool() local
2975 best_free=0; // no - trying second strategy in get_active_from_pool()
2978 if ((*p)->waiters == 0 && (*p)->free > best_free) in get_active_from_pool()
2980 best_free=(*p)->free; in get_active_from_pool()
2985 while ((*best_p == 0 || best_free == 0) && overflow()); in get_active_from_pool()
/dports/devel/godot/godot-3.2.3-stable/drivers/gles3/
H A Drasterizer_scene_gles3.cpp655 int best_free = -1; in reflection_probe_instance_begin_render() local
661 best_free = i; in reflection_probe_instance_begin_render()
672 if (best_free == -1 && best_used == -1) { in reflection_probe_instance_begin_render()
676 if (best_free == -1) { in reflection_probe_instance_begin_render()
678 best_free = best_used; in reflection_probe_instance_begin_render()
680 …im_rpi = reflection_probe_instance_owner.getornull(reflection_atlas->reflections[best_free].owner); in reflection_probe_instance_begin_render()
686 reflection_atlas->reflections.write[best_free].owner = p_instance; in reflection_probe_instance_begin_render()
687 reflection_atlas->reflections.write[best_free].last_frame = storage->frame.count; in reflection_probe_instance_begin_render()
689 rpi->reflection_atlas_index = best_free; in reflection_probe_instance_begin_render()
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/gles3/
H A Drasterizer_scene_gles3.cpp655 int best_free = -1; in reflection_probe_instance_begin_render() local
661 best_free = i; in reflection_probe_instance_begin_render()
672 if (best_free == -1 && best_used == -1) { in reflection_probe_instance_begin_render()
676 if (best_free == -1) { in reflection_probe_instance_begin_render()
678 best_free = best_used; in reflection_probe_instance_begin_render()
680 …im_rpi = reflection_probe_instance_owner.getornull(reflection_atlas->reflections[best_free].owner); in reflection_probe_instance_begin_render()
686 reflection_atlas->reflections.write[best_free].owner = p_instance; in reflection_probe_instance_begin_render()
687 reflection_atlas->reflections.write[best_free].last_frame = storage->frame.count; in reflection_probe_instance_begin_render()
689 rpi->reflection_atlas_index = best_free; in reflection_probe_instance_begin_render()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dlog.cc6262 int best_free; in get_active_from_pool() local
6273 best_free=0; // no - trying second strategy in get_active_from_pool()
6276 if ((*p)->waiters == 0 && (*p)->free > best_free) in get_active_from_pool()
6278 best_free=(*p)->free; in get_active_from_pool()
6283 while ((*best_p == 0 || best_free == 0) && overflow()); in get_active_from_pool()

12