Searched refs:abd_chunkcnt_for_bytes (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dabd_os.c110 abd_chunkcnt_for_bytes(size_t size) function
119 return (abd_chunkcnt_for_bytes(
184 n = abd_chunkcnt_for_bytes(size);
207 uint_t chunkcnt = abd_chunkcnt_for_bytes(size);
244 n = abd_chunkcnt_for_bytes(SPA_MAXBLOCKSIZE);
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c182 abd_chunkcnt_for_bytes(size_t size) function
258 int nr_pages = abd_chunkcnt_for_bytes(size);
375 int nr_pages = abd_chunkcnt_for_bytes(size);
455 int nr_pages = abd_chunkcnt_for_bytes(SPA_MAXBLOCKSIZE);
556 unsigned nr_pages = abd_chunkcnt_for_bytes(size);
589 unsigned nr_pages = abd_chunkcnt_for_bytes(SPA_MAXBLOCKSIZE);

Completed in 43 milliseconds