Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dsubr_stats.c3745 void *subsys_ctx; local
3758 subsys_ctx = malloc(arg2, M_TEMP, M_WAITOK | M_ZERO);
3760 subsys_ctx = NULL;
3763 err = subsys_cb(TPL_SR_UNLOCKED_GET, NULL, &nrates, subsys_ctx);
3786 subsys_ctx);
3798 err = subsys_cb(TPL_SR_RUNLOCK, &rates, &nrates, subsys_ctx);
3916 subsys_ctx);
3923 free(subsys_ctx, M_TEMP);