Home
last modified time | relevance | path

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

/freebsd/lib/libcuse/
H A Dcuse_lib.c86 static struct cuse_vm_allocation a_cuse[CUSE_ALLOC_UNIT_MAX]
147 for (n = remainder = 0; n != CUSE_ALLOC_UNIT_MAX; n++) { in cuse_vmoffset()
186 if (m == 0 || m > CUSE_ALLOC_UNIT_MAX) in cuse_vmalloc()
190 for (n = 0; n <= CUSE_ALLOC_UNIT_MAX - m; ) { in cuse_vmalloc()
247 for (n = 0; n != CUSE_ALLOC_UNIT_MAX; n++) { in cuse_is_vmalloc_addr()
253 return (n != CUSE_ALLOC_UNIT_MAX); in cuse_is_vmalloc_addr()
268 for (n = 0; n != CUSE_ALLOC_UNIT_MAX; n++) { in cuse_vmfree()
/freebsd/sys/fs/cuse/
H A Dcuse_ioctl.h36 #define CUSE_ALLOC_UNIT_MAX 128UL /* units */ macro
40 (CUSE_ALLOC_UNIT_MAX << CUSE_ALLOC_UNIT_SHIFT) /* bytes */
H A Dcuse.c1215 if (pai->alloc_nr >= CUSE_ALLOC_UNIT_MAX) { in cuse_server_ioctl()
1230 if (pai->alloc_nr >= CUSE_ALLOC_UNIT_MAX) { in cuse_server_ioctl()