Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_stats.c3711 void *subsys_ctx; local
3724 subsys_ctx = malloc(arg2, M_TEMP, M_WAITOK | M_ZERO);
3726 subsys_ctx = NULL;
3729 err = subsys_cb(TPL_SR_UNLOCKED_GET, NULL, &nrates, subsys_ctx);
3752 subsys_ctx);
3764 err = subsys_cb(TPL_SR_RUNLOCK, &rates, &nrates, subsys_ctx);
3882 subsys_ctx);
3889 free(subsys_ctx, M_TEMP);