Home
last modified time | relevance | path

Searched refs:bind_list (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/infiniband/core/
A Dcma.c1641 if (!bind_list) in cma_find_listener()
1812 struct rdma_bind_list *bind_list = id_priv->bind_list; in cma_release_port() local
1815 if (!bind_list) in cma_release_port()
1821 cma_ps_remove(net, bind_list->ps, bind_list->port); in cma_release_port()
1822 kfree(bind_list); in cma_release_port()
3537 id_priv->bind_list = bind_list; in cma_bind_port()
3549 bind_list = kzalloc(sizeof *bind_list, GFP_KERNEL); in cma_alloc_port()
3550 if (!bind_list) in cma_alloc_port()
3563 kfree(bind_list); in cma_alloc_port()
3628 if (!bind_list) { in cma_alloc_any_port()
[all …]
A Dcma_priv.h56 struct rdma_bind_list *bind_list; member
/linux/sound/soc/intel/skylake/
A Dskl.h73 struct list_head bind_list; member
A Dskl-topology.c735 if (list_empty(&skl->bind_list)) in skl_tplg_mixer_dapm_pre_pmu_event()
738 list_for_each_entry(modules, &skl->bind_list, node) { in skl_tplg_mixer_dapm_pre_pmu_event()
938 if (!list_empty(&skl->bind_list)) { in skl_tplg_module_add_deferred_bind()
939 list_for_each_entry(modules, &skl->bind_list, node) { in skl_tplg_module_add_deferred_bind()
952 list_add(&m_list->node, &skl->bind_list); in skl_tplg_module_add_deferred_bind()
1221 if (list_empty(&skl->bind_list)) in skl_tplg_mixer_dapm_post_pmd_event()
1226 list_for_each_entry_safe(modules, tmp, &skl->bind_list, node) { in skl_tplg_mixer_dapm_post_pmd_event()
A Dskl.c884 INIT_LIST_HEAD(&skl->bind_list); in skl_create()
A Dskl-pcm.c1496 list_for_each_entry_safe(modules, tmp, &skl->bind_list, node) { in skl_platform_unregister()

Completed in 27 milliseconds