Searched refs:bind_list (Results 1 – 2 of 2) sorted by relevance
1817 if (!bind_list) in cma_find_listener()1988 struct rdma_bind_list *bind_list = id_priv->bind_list; in cma_release_port() local1991 if (!bind_list) in cma_release_port()1997 cma_ps_remove(net, bind_list->ps, bind_list->port); in cma_release_port()1998 kfree(bind_list); in cma_release_port()3663 id_priv->bind_list = bind_list; in cma_bind_port()3675 bind_list = kzalloc(sizeof *bind_list, GFP_KERNEL); in cma_alloc_port()3676 if (!bind_list) in cma_alloc_port()3689 kfree(bind_list); in cma_alloc_port()3754 if (!bind_list) { in cma_alloc_any_port()[all …]
56 struct rdma_bind_list *bind_list; member
Completed in 15 milliseconds