Searched refs:pollRingBuf (Results 1 – 3 of 3) sorted by relevance
28 std::vector<int32_t> pollRingBuf(const char *map_path, int timeout_ms);
78 std::vector<int32_t> pollRingBuf(const char *map_path, int timeout_ms) { in pollRingBuf() function
63 auto result = bpf::pollRingBuf(map_path.c_str(), timeout_ms); in doPoll()