Searched refs:uma_zalloc_debug (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/vm/ |
| H A D | uma_core.c | 3538 uma_zalloc_debug(uma_zone_t zone, void **itemp, void *udata, int flags) in uma_zalloc_debug() function 3689 if (uma_zalloc_debug(zone, &item, NULL, flags) == EJUSTRETURN) in uma_zalloc_smr() 3720 if (uma_zalloc_debug(zone, &item, udata, flags) == EJUSTRETURN) in uma_zalloc_arg() 3867 if (uma_zalloc_debug(zone, &item, udata, flags) == EJUSTRETURN) in uma_zalloc_domain()
|