Searched refs:pollable_ref (Results 1 – 1 of 1) sorted by relevance
177 static pollable* pollable_ref(pollable* p);179 #define POLLABLE_REF(p, r) pollable_ref(p)182 static pollable* pollable_ref(pollable* p, int line, const char* reason);184 #define POLLABLE_REF(p, r) pollable_ref((p), __LINE__, (r))599 static pollable* pollable_ref(pollable* p) { function601 static pollable* pollable_ref(pollable* p, int line, const char* reason) {