open_list_head 73 include/sound/timer.h struct list_head open_list_head; open_list_head 179 sound/core/timer.c list_for_each_entry(master, &timer->open_list_head, open_list) { open_list_head 294 sound/core/timer.c if (!list_empty(&timer->open_list_head)) { open_list_head 296 sound/core/timer.c list_entry(timer->open_list_head.next, open_list_head 318 sound/core/timer.c if (list_empty(&timer->open_list_head) && timer->hw.open) { open_list_head 332 sound/core/timer.c list_add_tail(&timeri->open_list, &timer->open_list_head); open_list_head 410 sound/core/timer.c if (list_empty(&timer->open_list_head) && timer->hw.close) open_list_head 936 sound/core/timer.c INIT_LIST_HEAD(&timer->open_list_head); open_list_head 964 sound/core/timer.c if (! list_empty(&timer->open_list_head)) { open_list_head 968 sound/core/timer.c list_for_each_safe(p, n, &timer->open_list_head) { open_list_head 1037 sound/core/timer.c list_for_each_entry(ti, &timer->open_list_head, open_list) { open_list_head 1252 sound/core/timer.c list_for_each_entry(ti, &timer->open_list_head, open_list) open_list_head 1635 sound/core/timer.c list_for_each(p, &t->open_list_head) { open_list_head 1659 sound/core/timer.c if (!list_empty(&t->open_list_head)) {