Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_object.c402 uint64_t last_obj = *objectp | (DNODES_PER_BLOCK - 1); in dmu_object_next() local
411 while (i <= last_obj) { in dmu_object_next()
H A Ddmu_send.c1754 uint64_t last_obj = UINT64_MAX; in send_reader_thread() local
1796 if (range->object == last_obj && !last_obj_exists) { in send_reader_thread()
1809 last_obj = range->object; in send_reader_thread()
H A Ddsl_dataset.c3768 uint64_t first_obj, uint64_t last_obj, list_t *l, void *tag) in snaplist_make() argument
3770 uint64_t obj = last_obj; in snaplist_make()
/f-stack/freebsd/mips/cavium/usb/
H A Doctusb.c1723 void *last_obj; in octusb_xfer_setup() local
1814 last_obj = NULL; in octusb_xfer_setup()
1833 td->obj_next = last_obj; in octusb_xfer_setup()
1835 last_obj = td; in octusb_xfer_setup()
1838 xfer->td_start[0] = last_obj; in octusb_xfer_setup()