Searched refs:cleanup_list (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dclean-temp.c107 } cleanup_list /* = { NULL, 0, 0 } */; variable in typeref:struct:__anon6466
215 for (i = 0; i < cleanup_list.tempdir_count; i++)
217 struct tempdir *dir = cleanup_list.tempdir_list[i];
269 for (i = 0; i < cleanup_list.tempdir_count; i++)
270 if (cleanup_list.tempdir_list[i] == NULL)
272 tmpdirp = &cleanup_list.tempdir_list[i];
278 if (cleanup_list.tempdir_count == cleanup_list.tempdir_allocated)
282 struct tempdir * volatile *old_array = cleanup_list.tempdir_list;
283 size_t old_allocated = cleanup_list
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dnet_namespace.c248 static LIST_HEAD(cleanup_list); /* Must hold cleanup_list_lock to touch */
259 list_replace_init(&cleanup_list, &net_kill_list);
266 list_for_each_entry(net, &net_kill_list, cleanup_list) {
308 list_add(&net->cleanup_list, &cleanup_list);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dnet_namespace.h45 struct list_head cleanup_list; /* namespaces on death row */ member in struct:net

Completed in 137 milliseconds