Lines Matching defs:notify
846 uint64_t notify = 1;
867 rc = write(thread->msg_fd, ¬ify, sizeof(notify));
869 SPDK_ERRLOG("failed to notify msg_queue: %s.\n", spdk_strerror(errno));
1379 uint64_t notify = 1;
1392 rc = write(target_thread->msg_fd, ¬ify, sizeof(notify));
1394 SPDK_ERRLOG("failed to notify msg_queue: %s.\n", spdk_strerror(errno));
1601 uint64_t notify = 1;
1608 if (write(busy_efd, ¬ify, sizeof(notify)) < 0) {
1613 rc = read(busy_efd, ¬ify, sizeof(notify));
2765 uint64_t notify = 1;
2789 rc = read(thread->msg_fd, ¬ify, sizeof(notify));