Lines Matching refs:item
286 struct listnode *item; in callback_thread_loop() local
307 list_for_each_safe(item, tmp, &tuner->command_list) { in callback_thread_loop()
308 cmd = node_to_item(item, struct thread_command, node); in callback_thread_loop()
313 list_remove(item); in callback_thread_loop()
324 list_remove(item); in callback_thread_loop()
488 list_for_each_safe(item, tmp, &tuner->command_list) { in callback_thread_loop()
489 cmd = node_to_item(item, struct thread_command, node); in callback_thread_loop()
491 list_remove(item); in callback_thread_loop()
537 struct listnode *item; in tuner_get_configuration() local
548 list_for_each(item, &stub_tuner->command_list) { in tuner_get_configuration()
549 struct thread_command *cmd = node_to_item(item, struct thread_command, node); in tuner_get_configuration()