Home
last modified time | relevance | path

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

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dgres.c13053 ListIterator step_gres_iter; in gres_plugin_step_test() local
13068 step_gres_iter = list_iterator_create(step_gres_list); in gres_plugin_step_test()
13101 list_iterator_destroy(step_gres_iter); in gres_plugin_step_test()
13316 ListIterator step_gres_iter; in gres_plugin_step_alloc() local
13330 step_gres_iter = list_iterator_create(step_gres_list); in gres_plugin_step_alloc()
13360 list_iterator_destroy(step_gres_iter); in gres_plugin_step_alloc()
13473 ListIterator step_gres_iter; in gres_plugin_step_dealloc() local
13488 while ((step_gres_ptr = list_next(step_gres_iter))) { in gres_plugin_step_dealloc()
13495 list_iterator_destroy(step_gres_iter); in gres_plugin_step_dealloc()
13973 ListIterator step_gres_iter; in gres_get_step_info() local
[all …]