Lines Matching refs:n

103 			SPDK_ERRLOG("Failed to remove fd: %d from group: %s\n",
127 SPDK_ERRLOG("Failed to recover fd_group_del_all: %s\n", strerror(errno));
155 SPDK_ERRLOG("Failed to add fd: %d to fd group: %s\n",
177 SPDK_ERRLOG("Failed to recover fd_group_del_all: %s\n", strerror(errno));
233 SPDK_ERRLOG("Failed to recover epfd\n");
243 SPDK_ERRLOG("Failed to recover fd_group_change_parent\n");
318 SPDK_ERRLOG("opts should not be NULL\n");
323 SPDK_ERRLOG("opts_size should not be zero value\n");
350 SPDK_ERRLOG("opts_size should not be zero value\n");
442 SPDK_ERRLOG("Failed to add fd: %d to fd group(%p): %s\n",
462 SPDK_ERRLOG("Cannot remove fd: %d from fd group(%p)\n", efd, fgrp);
475 SPDK_ERRLOG("fd: %d doesn't exist in fd group(%p)\n", efd, fgrp);
484 SPDK_ERRLOG("Failed to remove fd: %d from fd group(%p): %s\n",
567 SPDK_ERRLOG("fd_group doesn't exist.\n");
569 SPDK_ERRLOG("Cannot delete fd group(%p) as (%u) fds are still registered to it.\n",
578 SPDK_ERRLOG("Interrupt sources list not empty.\n");
599 int n;
606 SPDK_ERRLOG("Calling spdk_fd_group_wait on a group nested in another group without a timeout will block indefinitely.\n");
610 SPDK_WARNLOG("Calling spdk_fd_group_wait on a group nested in another group will never find any events.\n");
618 SPDK_ERRLOG("fd group(%p) epoll_wait failed: %s\n",
627 for (n = 0; n < nfds; n++) {
629 ehdlr = events[n].data.ptr;
642 for (n = 0; n < nfds; n++) {
644 ehdlr = events[n].data.ptr;
658 g_event = &events[n];
670 SPDK_ERRLOG("Failed to read fd (%d) %s\n",
674 SPDK_ERRLOG("Read nothing from fd (%d)\n", ehdlr->fd);