Home
last modified time | relevance | path

Searched refs:unique_out (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/usr.sbin/perfused/
Dmsg.c290 uint64_t unique_out; in perfused_xchg_pb() local
322 unique_out = foh->unique; in perfused_xchg_pb()
327 "error = %d\n", unique_out, nodeid, in perfused_xchg_pb()
333 if (unique_in != unique_out) { in perfused_xchg_pb()
335 __func__, unique_in, unique_out); in perfused_xchg_pb()
339 __func__, unique_in, unique_out); in perfused_xchg_pb()
623 uint64_t unique_out; in perfused_cmpframe() local
632 unique_out = foh->unique; in perfused_cmpframe()
634 return unique_in != unique_out; in perfused_cmpframe()