Lines Matching refs:fdlist

215 static struct mem_to_fd_list fdlist;  variable
350 pthread_mutex_lock(&fdlist.mut); in remote_register_fd_attr()
351 QList_AppendNode(&fdlist.ql, &tofd->qn); in remote_register_fd_attr()
352 pthread_mutex_unlock(&fdlist.mut); in remote_register_fd_attr()
383 pthread_mutex_lock(&fdlist.mut); in remote_register_buf_common()
384 QLIST_NEXTSAFE_FOR_ALL(&fdlist.ql, pn, pnn) { in remote_register_buf_common()
394 pthread_mutex_unlock(&fdlist.mut); in remote_register_buf_common()
404 pthread_mutex_lock(&fdlist.mut); in remote_register_buf_common()
405 QList_AppendNode(&fdlist.ql, &tofd->qn); in remote_register_buf_common()
406 pthread_mutex_unlock(&fdlist.mut); in remote_register_buf_common()
410 pthread_mutex_lock(&fdlist.mut); in remote_register_buf_common()
411 QLIST_NEXTSAFE_FOR_ALL(&fdlist.ql, pn, pnn) { in remote_register_buf_common()
429 pthread_mutex_unlock(&fdlist.mut); in remote_register_buf_common()
456 pthread_mutex_lock(&fdlist.mut); in remote_register_dma_handle_attr()
467 pthread_mutex_unlock(&fdlist.mut); in remote_register_dma_handle_attr()
473 pthread_mutex_lock(&fdlist.mut); in remote_register_dma_handle_attr()
495 pthread_mutex_unlock(&fdlist.mut); in remote_register_dma_handle_attr()
514 pthread_mutex_lock(&fdlist.mut); in unregister_dma_handle()
530 pthread_mutex_unlock(&fdlist.mut); in unregister_dma_handle()
536 pthread_mutex_lock(&fdlist.mut); in fdlist_fd_from_buf()
537 QLIST_FOR_ALL(&fdlist.ql, pn) { in fdlist_fd_from_buf()
549 pthread_mutex_unlock(&fdlist.mut); in fdlist_fd_from_buf()
557 pthread_mutex_unlock(&fdlist.mut); in fdlist_fd_from_buf()
729 pthread_mutex_lock(&fdlist.mut); in fdlist_fd_to_buf()
730 QLIST_FOR_ALL(&fdlist.ql, pn) in fdlist_fd_to_buf()
745 pthread_mutex_unlock(&fdlist.mut); in fdlist_fd_to_buf()
1831 pthread_mutex_destroy(&fdlist.mut); in fastrpc_apps_user_deinit()
1862 pthread_mutex_init(&fdlist.mut, 0); in fastrpc_apps_user_init()
1863 QList_Ctor(&fdlist.ql); in fastrpc_apps_user_init()