Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/cuse/
H A Dcuse.c169 static struct cuse_server *cuse_alloc_unit[CUSE_DEVICES_MAX]; variable
972 if (cuse_alloc_unit[n] != NULL) { in cuse_alloc_unit_by_id_locked()
985 if (cuse_alloc_unit[n] == NULL) { in cuse_alloc_unit_by_id_locked()
986 cuse_alloc_unit[n] = pcs; in cuse_alloc_unit_by_id_locked()
1021 if (cuse_alloc_unit[n] == pcs) { in cuse_free_unit_by_id_locked()
1023 cuse_alloc_unit[n] = NULL; in cuse_free_unit_by_id_locked()