Searched refs:ticket_zone (Results 1 – 1 of 1) sorted by relevance
130 static uma_zone_t ticket_zone; variable369 return uma_zalloc_arg(ticket_zone, data, M_WAITOK); in fticket_alloc()375 return uma_zfree(ticket_zone, ftick); in fticket_destroy()1053 ticket_zone = uma_zcreate("fuse_ticket", sizeof(struct fuse_ticket), in fuse_ipc_init()1063 uma_zdestroy(ticket_zone); in fuse_ipc_destroy()