Home
last modified time | relevance | path

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

/freebsd/sys/fs/cuse/
H A Dcuse_ioctl.h33 #define CUSE_DEVICES_MAX 64 /* units */ macro
H A Dcuse.c185 static struct cuse_server *cuse_alloc_unit[CUSE_DEVICES_MAX];
186 static int cuse_alloc_unit_id[CUSE_DEVICES_MAX];
1035 for (match = n = 0; n != CUSE_DEVICES_MAX; n++) { in cuse_alloc_unit_by_id_locked()
1048 for (n = 0; n != CUSE_DEVICES_MAX; n++) { in cuse_alloc_unit_by_id_locked()
1084 for (n = 0; n != CUSE_DEVICES_MAX; n++) { in cuse_free_unit_by_id_locked()