Searched refs:scrspc (Results 1 – 1 of 1) sorted by relevance
315 fasttrap_scrspace_t *scrspc; in fasttrap_scraddr() local320 scrspc = NULL; in fasttrap_scraddr()323 scrspc = (fasttrap_scrspace_t *)td->t_dtrace_sscr; in fasttrap_scraddr()324 return (scrspc); in fasttrap_scraddr()352 scrspc = malloc(sizeof(*scrspc), M_SOLARIS, M_WAITOK); in fasttrap_scraddr()353 scrspc->ftss_addr = addr + in fasttrap_scraddr()355 LIST_INSERT_HEAD(&fprc->ftpc_fscr, scrspc, in fasttrap_scraddr()364 scrspc = LIST_FIRST(&fprc->ftpc_fscr); in fasttrap_scraddr()365 LIST_REMOVE(scrspc, ftss_next); in fasttrap_scraddr()366 LIST_INSERT_HEAD(&fprc->ftpc_ascr, scrspc, ftss_next); in fasttrap_scraddr()[all …]