Searched refs:open_list (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/sound/core/ |
| D | timer.c | 102 INIT_LIST_HEAD(&timeri->open_list); in snd_timer_instance_new() 176 list_for_each_entry(master, &timer->open_list_head, open_list) { in snd_timer_check_slave() 182 list_move_tail(&slave->open_list, in snd_timer_check_slave() 207 list_for_each_entry_safe(slave, tmp, &snd_timer_slave_list, open_list) { in snd_timer_check_master() 213 list_move_tail(&slave->open_list, &master->slave_list_head); in snd_timer_check_master() 263 list_add_tail(&timeri->open_list, &snd_timer_slave_list); in snd_timer_open() 289 struct snd_timer_instance, open_list); in snd_timer_open() 324 list_add_tail(&timeri->open_list, &timer->open_list_head); in snd_timer_open() 358 list_del(&timeri->open_list); in snd_timer_close_locked() 378 open_list) { in snd_timer_close_locked() [all …]
|
| /Linux-v5.4/include/sound/ |
| D | timer.h | 103 struct list_head open_list; member
|
| /Linux-v5.4/drivers/infiniband/core/ |
| D | verbs.c | 1055 list_for_each_entry(event->element.qp, &qp->open_list, open_list) in __ib_shared_qp_event_handler() 1096 list_add(&qp->open_list, &real_qp->open_list); in __ib_open_qp() 1137 INIT_LIST_HEAD(&qp->open_list); in create_xrc_qp_user() 1826 list_del(&qp->open_list); in ib_close_qp()
|
| /Linux-v5.4/include/rdma/ |
| D | ib_verbs.h | 1726 struct list_head open_list; member
|