Home
last modified time | relevance | path

Searched refs:cleanup_list (Results 1 – 25 of 86) sorted by relevance

1234

/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dclean-temp.c106 } cleanup_list /* = { NULL, 0, 0 } */; variable
269 if (cleanup_list.tempdir_list[i] == NULL) in create_temp_dir()
271 tmpdirp = &cleanup_list.tempdir_list[i]; in create_temp_dir()
277 if (cleanup_list.tempdir_count == cleanup_list.tempdir_allocated) in create_temp_dir()
301 cleanup_list.tempdir_list = new_array; in create_temp_dir()
309 tmpdirp = &cleanup_list.tempdir_list[cleanup_list.tempdir_count]; in create_temp_dir()
313 cleanup_list.tempdir_count++; in create_temp_dir()
548 if (cleanup_list.tempdir_list[i] == tmpdir) in cleanup_temp_dir()
551 if (i + 1 == cleanup_list.tempdir_count) in cleanup_temp_dir()
555 cleanup_list.tempdir_count = i; in cleanup_temp_dir()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/cmt/
H A Dcleanup.c12 cleanup_type cleanup_list = NULL; variable
21 cu->next = cleanup_list; in cu_register()
22 cleanup_list = cu; in cu_register()
31 cleanup_type *cu = &cleanup_list;
48 while (cleanup_list) { in cu_cleanup()
49 cleanup_type cu = cleanup_list; in cu_cleanup()
55 cleanup_list = cu->next; in cu_cleanup()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/batman-adv/
H A Dsend.c536 INIT_HLIST_NODE(&forw_packet->cleanup_list); in batadv_forw_packet_alloc()
564 return !hlist_unhashed(&forw_packet->cleanup_list); in batadv_forw_packet_was_stolen()
592 hlist_add_fake(&forw_packet->cleanup_list); in batadv_forw_packet_steal()
613 struct hlist_head *cleanup_list, in batadv_forw_packet_list_steal() argument
630 hlist_add_head(&forw_packet->cleanup_list, cleanup_list); in batadv_forw_packet_list_steal()
650 cleanup_list) { in batadv_forw_packet_list_free()
653 hlist_del(&forw_packet->cleanup_list); in batadv_forw_packet_list_free()
686 WARN_ONCE(hlist_fake(&forw_packet->cleanup_list), in batadv_forw_packet_queue()
/dports/multimedia/libv4l/linux-5.13-rc2/net/batman-adv/
H A Dsend.c536 INIT_HLIST_NODE(&forw_packet->cleanup_list); in batadv_forw_packet_alloc()
564 return !hlist_unhashed(&forw_packet->cleanup_list); in batadv_forw_packet_was_stolen()
592 hlist_add_fake(&forw_packet->cleanup_list); in batadv_forw_packet_steal()
613 struct hlist_head *cleanup_list, in batadv_forw_packet_list_steal() argument
630 hlist_add_head(&forw_packet->cleanup_list, cleanup_list); in batadv_forw_packet_list_steal()
650 cleanup_list) { in batadv_forw_packet_list_free()
653 hlist_del(&forw_packet->cleanup_list); in batadv_forw_packet_list_free()
686 WARN_ONCE(hlist_fake(&forw_packet->cleanup_list), in batadv_forw_packet_queue()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/batman-adv/
H A Dsend.c536 INIT_HLIST_NODE(&forw_packet->cleanup_list); in batadv_forw_packet_alloc()
564 return !hlist_unhashed(&forw_packet->cleanup_list); in batadv_forw_packet_was_stolen()
592 hlist_add_fake(&forw_packet->cleanup_list); in batadv_forw_packet_steal()
613 struct hlist_head *cleanup_list, in batadv_forw_packet_list_steal() argument
630 hlist_add_head(&forw_packet->cleanup_list, cleanup_list); in batadv_forw_packet_list_steal()
650 cleanup_list) { in batadv_forw_packet_list_free()
653 hlist_del(&forw_packet->cleanup_list); in batadv_forw_packet_list_free()
686 WARN_ONCE(hlist_fake(&forw_packet->cleanup_list), in batadv_forw_packet_queue()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1HRPrinter.cpp30 void G1HRPrinter::cleanup(FreeRegionList* cleanup_list) { in cleanup() argument
32 FreeRegionListIterator iter(cleanup_list); in cleanup()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/core/
H A Dflow_offload.c378 struct list_head *cleanup_list) in __flow_block_indr_cleanup() argument
385 list_move(&this->indr.list, cleanup_list); in __flow_block_indr_cleanup()
389 static void flow_block_indr_notify(struct list_head *cleanup_list) in flow_block_indr_notify() argument
393 list_for_each_entry_safe(this, next, cleanup_list, indr.list) { in flow_block_indr_notify()
403 LIST_HEAD(cleanup_list); in flow_indr_dev_unregister()
421 __flow_block_indr_cleanup(release, cb_priv, &cleanup_list); in flow_indr_dev_unregister()
424 flow_block_indr_notify(&cleanup_list); in flow_indr_dev_unregister()
/dports/multimedia/libv4l/linux-5.13-rc2/net/core/
H A Dflow_offload.c378 struct list_head *cleanup_list) in __flow_block_indr_cleanup() argument
385 list_move(&this->indr.list, cleanup_list); in __flow_block_indr_cleanup()
389 static void flow_block_indr_notify(struct list_head *cleanup_list) in flow_block_indr_notify() argument
393 list_for_each_entry_safe(this, next, cleanup_list, indr.list) { in flow_block_indr_notify()
403 LIST_HEAD(cleanup_list); in flow_indr_dev_unregister()
421 __flow_block_indr_cleanup(release, cb_priv, &cleanup_list); in flow_indr_dev_unregister()
424 flow_block_indr_notify(&cleanup_list); in flow_indr_dev_unregister()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/core/
H A Dflow_offload.c378 struct list_head *cleanup_list) in __flow_block_indr_cleanup() argument
385 list_move(&this->indr.list, cleanup_list); in __flow_block_indr_cleanup()
389 static void flow_block_indr_notify(struct list_head *cleanup_list) in flow_block_indr_notify() argument
393 list_for_each_entry_safe(this, next, cleanup_list, indr.list) { in flow_block_indr_notify()
403 LIST_HEAD(cleanup_list); in flow_indr_dev_unregister()
421 __flow_block_indr_cleanup(release, cb_priv, &cleanup_list); in flow_indr_dev_unregister()
424 flow_block_indr_notify(&cleanup_list); in flow_indr_dev_unregister()
/dports/ports-mgmt/pkg/pkg-1.17.5/src/
H A Devent.c86 static kvec_t(struct cleanup *) cleanup_list;
100 if (kv_size(cleanup_list) == 0) in cleanup_handler()
103 for (i = 0; i < kv_size(cleanup_list); i++) { in cleanup_handler()
104 ev = kv_A(cleanup_list, i); in cleanup_handler()
850 kv_init(cleanup_list); in event_callback()
857 kv_push(struct cleanup *, cleanup_list, evtmp); in event_callback()
862 for (i = 0; i < kv_size(cleanup_list); i++) { in event_callback()
863 evtmp = kv_A(cleanup_list, i); in event_callback()
866 kv_del(struct cleanup *, cleanup_list, i); in event_callback()
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbb/
H A Dsmall_object_pool.cpp119 std::int64_t small_object_pool_impl::cleanup_list(small_object* list) in cleanup_list() function in tbb::detail::r1::small_object_pool_impl
136 m_private_counter -= cleanup_list(m_private_list); in destroy()
140 m_private_counter -= cleanup_list(public_list); in destroy()
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dperf.c23 static Eina_List *cleanup_list = NULL; variable
28 cleanup_list = eina_list_append(cleanup_list, o); in cleanup_add()
125 EINA_LIST_FREE(cleanup_list, o) evas_object_del(o); in anim_tick()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/setup/
H A Dinstall.cc636 std::unique_ptr<WorkItemList> cleanup_list(WorkItem::CreateWorkItemList()); in HandleActiveSetupForBrowser() local
637 cleanup_list->set_log_message("Cleanup deprecated per-user registrations"); in HandleActiveSetupForBrowser()
638 cleanup_list->set_rollback_enabled(false); in HandleActiveSetupForBrowser()
639 cleanup_list->set_best_effort(true); in HandleActiveSetupForBrowser()
640 AddCleanupDeprecatedPerUserRegistrationsWorkItems(cleanup_list.get()); in HandleActiveSetupForBrowser()
641 cleanup_list->Do(); in HandleActiveSetupForBrowser()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/mi/
H A Dmi-cmd-stack.c231 struct cleanup *cleanup_list; in list_args_or_locals() local
239 cleanup_list = make_cleanup_ui_out_list_begin_end (uiout, locals ? "locals" : "args"); in list_args_or_locals()
325 do_cleanups (cleanup_list); in list_args_or_locals()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/mi/
H A Dmi-cmd-stack.c231 struct cleanup *cleanup_list; in list_args_or_locals() local
239 cleanup_list = make_cleanup_ui_out_list_begin_end (uiout, locals ? "locals" : "args"); in list_args_or_locals()
325 do_cleanups (cleanup_list); in list_args_or_locals()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-tools/src/test/python/
H A Dtest_command_sequence.py144 cleanup_list = [{"command": ["/usr/bin/touch", file_foo]},
152 cleanup=cleanup_list))
/dports/databases/py-tarantool/tarantool-0.7.1/unit/suites/lib/
H A Dtarantool_python_ci.lua196 local cleanup_list = function(list, allowed) function
261 cleanup_list(_G, allowed_globals)
331 cleanup_list(package.loaded, allowed_packages)
/dports/devel/avr-gdb/gdb-7.3.1/gdb/mi/
H A Dmi-cmd-stack.c248 struct cleanup *cleanup_list; in list_args_or_locals() local
273 cleanup_list = make_cleanup_ui_out_list_begin_end (uiout, name_of_result); in list_args_or_locals()
394 do_cleanups (cleanup_list); in list_args_or_locals()
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/display/
H A Dwindow_http_queue.cc69 cleanup_list(); in redraw()
100 WindowHttpQueue::cleanup_list() { in cleanup_list() function in display::WindowHttpQueue
/dports/devel/gdb761/gdb-7.6.1/gdb/mi/
H A Dmi-cmd-stack.c331 struct cleanup *cleanup_list; in list_args_or_locals() local
354 cleanup_list = make_cleanup_ui_out_list_begin_end (uiout, name_of_result); in list_args_or_locals()
442 do_cleanups (cleanup_list); in list_args_or_locals()
/dports/net/freeradius3/freeradius-server-3.0.25/src/main/
H A Dstate.c649 state_entry_t *cleanup_list; in fr_state_put_vps() local
684 cleanup_list = fr_state_cleanup_find(state); in fr_state_put_vps()
698 fr_state_cleanup(cleanup_list); in fr_state_put_vps()
710 fr_state_cleanup(cleanup_list); in fr_state_put_vps()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c44 struct list_head cleanup_list; member
270 list_splice_init(&fman->cleanup_list, &list); in vmw_fence_work_func()
307 INIT_LIST_HEAD(&fman->cleanup_list); in vmw_fence_manager_init()
329 list_empty(&fman->cleanup_list); in vmw_fence_manager_takedown()
377 list_add_tail(&action->head, &fman->cleanup_list); in vmw_fences_perform_actions()
496 if (!list_empty(&fman->cleanup_list)) in __vmw_fences_update()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c44 struct list_head cleanup_list; member
270 list_splice_init(&fman->cleanup_list, &list); in vmw_fence_work_func()
307 INIT_LIST_HEAD(&fman->cleanup_list); in vmw_fence_manager_init()
329 list_empty(&fman->cleanup_list); in vmw_fence_manager_takedown()
377 list_add_tail(&action->head, &fman->cleanup_list); in vmw_fences_perform_actions()
496 if (!list_empty(&fman->cleanup_list)) in __vmw_fences_update()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c44 struct list_head cleanup_list; member
270 list_splice_init(&fman->cleanup_list, &list); in vmw_fence_work_func()
307 INIT_LIST_HEAD(&fman->cleanup_list); in vmw_fence_manager_init()
329 list_empty(&fman->cleanup_list); in vmw_fence_manager_takedown()
377 list_add_tail(&action->head, &fman->cleanup_list); in vmw_fences_perform_actions()
496 if (!list_empty(&fman->cleanup_list)) in __vmw_fences_update()
/dports/biology/exonerate/exonerate-2.4.0/src/general/
H A Dargument.c217 g_ptr_array_add(arg->cleanup_list, cleanup); in Argument_add_cleanup()
224 for(i = 0; i < arg->cleanup_list->len; i++){ in Argument_cleanup()
225 cleanup = arg->cleanup_list->pdata[i]; in Argument_cleanup()
242 arg->cleanup_list = g_ptr_array_new(); in Argument_create()
258 g_ptr_array_free(arg->cleanup_list, TRUE); in Argument_destroy()

1234