Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsubr_stats.c3758 void *subsys_ctx; local
3771 subsys_ctx = malloc(arg2, M_TEMP, M_WAITOK | M_ZERO);
3773 subsys_ctx = NULL;
3776 err = subsys_cb(TPL_SR_UNLOCKED_GET, NULL, &nrates, subsys_ctx);
3799 subsys_ctx);
3811 err = subsys_cb(TPL_SR_RUNLOCK, &rates, &nrates, subsys_ctx);
3929 subsys_ctx);
3936 free(subsys_ctx, M_TEMP);