Searched refs:open_list (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/core/ |
| H A D | timer.c | 162 INIT_LIST_HEAD(&timeri->open_list); in snd_timer_instance_new() 237 list_move_tail(&slave->open_list, &master->slave_list_head); in check_matching_master_slave() 262 list_for_each_entry(master, &timer->open_list_head, open_list) { in snd_timer_check_slave() 284 list_for_each_entry_safe(slave, tmp, &snd_timer_slave_list, open_list) { in snd_timer_check_master() 324 list_add_tail(&timeri->open_list, &snd_timer_slave_list); in snd_timer_open() 347 struct snd_timer_instance, open_list); in snd_timer_open() 379 list_add_tail(&timeri->open_list, &timer->open_list_head); in snd_timer_open() 404 list_for_each_entry_safe(slave, tmp, &timeri->slave_list_head, open_list) { in remove_slave_links() 405 list_move_tail(&slave->open_list, &snd_timer_slave_list); in remove_slave_links() 428 if (!list_empty(&timeri->open_list)) { in snd_timer_close_locked() [all …]
|
| /linux/include/sound/ |
| H A D | timer.h | 103 struct list_head open_list; member
|
| /linux/drivers/infiniband/core/ |
| H A D | verbs.c | 1123 list_for_each_entry(event->element.qp, &qp->open_list, open_list) in __ib_shared_qp_event_handler() 1157 list_add(&qp->open_list, &real_qp->open_list); in __ib_open_qp() 1197 INIT_LIST_HEAD(&qp->open_list); in create_xrc_qp_user() 2052 list_del(&qp->open_list); in ib_close_qp()
|
| /linux/include/rdma/ |
| H A D | ib_verbs.h | 1816 struct list_head open_list; member
|