Searched refs:open_list (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/sound/core/ |
D | timer.c | 116 INIT_LIST_HEAD(&timeri->open_list); in snd_timer_instance_new() 190 list_for_each_entry(master, &timer->open_list_head, open_list) { in snd_timer_check_slave() 196 list_move_tail(&slave->open_list, in snd_timer_check_slave() 221 list_for_each_entry_safe(slave, tmp, &snd_timer_slave_list, open_list) { in snd_timer_check_master() 227 list_move_tail(&slave->open_list, &master->slave_list_head); in snd_timer_check_master() 274 list_add_tail(&timeri->open_list, &snd_timer_slave_list); in snd_timer_open() 302 struct snd_timer_instance, open_list); in snd_timer_open() 337 list_add_tail(&timeri->open_list, &timer->open_list_head); in snd_timer_open() 359 list_del(&timeri->open_list); in snd_timer_close_locked() 380 open_list) { in snd_timer_close_locked() [all …]
|
/Linux-v4.19/include/sound/ |
D | timer.h | 118 struct list_head open_list; member
|
/Linux-v4.19/drivers/infiniband/core/ |
D | verbs.c | 1021 list_for_each_entry(event->element.qp, &qp->open_list, open_list) in __ib_shared_qp_event_handler() 1062 list_add(&qp->open_list, &real_qp->open_list); in __ib_open_qp() 1102 INIT_LIST_HEAD(&qp->open_list); in ib_create_xrc_qp() 1771 list_del(&qp->open_list); in ib_close_qp()
|
/Linux-v4.19/include/rdma/ |
D | ib_verbs.h | 1760 struct list_head open_list; member
|