Searched refs:dtb_size (Results 1 – 2 of 2) sorted by relevance
2580 agb = (dtrace_aggbuffer_t *)(tomax + buf->dtb_size - in dtrace_aggregate()2590 uintptr_t hashsize = (buf->dtb_size >> 3) / sizeof (uintptr_t); in dtrace_aggregate()2659 ASSERT((caddr_t)key < tomax + buf->dtb_size); in dtrace_aggregate()2665 ASSERT(kdata >= tomax && kdata < tomax + buf->dtb_size); in dtrace_aggregate()12066 ASSERT(buf->dtb_size == size); in dtrace_buffer_alloc()12083 buf->dtb_size = size; in dtrace_buffer_alloc()12114 ASSERT(buf->dtb_size == size); in dtrace_buffer_alloc()12119 ASSERT(buf->dtb_size == size); in dtrace_buffer_alloc()12125 buf->dtb_size = 0; in dtrace_buffer_alloc()12184 buf->dtb_cur_limit = buf->dtb_size; in dtrace_buffer_reserve()[all …]
433 uint64_t dtb_size; /* size of buffer */ member