Home
last modified time | relevance | path

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

/NextBSD/sys/fs/fuse/
HDfuse_ipc.c127 static uma_zone_t ticket_zone; variable
278 return uma_zalloc_arg(ticket_zone, data, M_WAITOK); in fticket_alloc()
284 return uma_zfree(ticket_zone, ftick); in fticket_destroy()
895 ticket_zone = uma_zcreate("fuse_ticket", sizeof(struct fuse_ticket), in fuse_ipc_init()
903 uma_zdestroy(ticket_zone); in fuse_ipc_destroy()