Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/ipc/
H A Dipc_voucher.c1420 #define PAYLOAD_PER_TRACEPOINT (4 * sizeof(uintptr_t)) in iv_dedup() macro
1423 static_assert(PAYLOAD_SIZE % PAYLOAD_PER_TRACEPOINT == 0, "size invariant violated"); in iv_dedup()
1431 attr_tracepoints_needed = (payload_size + PAYLOAD_PER_TRACEPOINT - 1) / PAYLOAD_PER_TRACEPOINT; in iv_dedup()
1438 size_t remainder = payload_size % PAYLOAD_PER_TRACEPOINT; in iv_dedup()
1441 PAYLOAD_PER_TRACEPOINT - remainder); in iv_dedup()