Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdesgl.c219 TDLIST_INIT_ELEMENT(&pEsglPageInfo->tdlist); in tdsaEsglInit()
221 TDLIST_ENQUEUE_AT_TAIL(&pEsglPageInfo->tdlist, &pEsglAllInfo->freelist); in tdsaEsglInit()
313 page_to_fill = TDLIST_OBJECT_BASE(tdsaEsglPageInfo_t, tdlist, tdlist_to_fill); in tdsaGetEsglPages()
339 page_to_fill = TDLIST_OBJECT_BASE(tdsaEsglPageInfo_t, tdlist, tdlist_to_fill); in tdsaGetEsglPages()
H A Dtdsatypes.h123 tdList_t tdlist; /**< pointers to next and previous pages */ member
H A Dtdinit.c657 page_to_fill = TDLIST_OBJECT_BASE(tdsaEsglPageInfo_t, tdlist, tdlist_to_fill); in tiCOMInit()
665 page_to_fill = TDLIST_OBJECT_BASE(tdsaEsglPageInfo_t, tdlist, tdlist_to_fill); in tiCOMInit()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c2482 struct pmc_thread **tdlist; in pmc_add_thread_descriptors_from_proc() local
2493 tdlist = malloc(sizeof(struct pmc_thread *) * tdlistsz, M_TEMP, in pmc_add_thread_descriptors_from_proc()
2501 free(tdlist, M_TEMP); in pmc_add_thread_descriptors_from_proc()
2511 tdlist[tdcnt] = pmc_find_thread_descriptor(pp, curtd, in pmc_add_thread_descriptors_from_proc()
2513 if (tdlist[tdcnt] == NULL) { in pmc_add_thread_descriptors_from_proc()
2516 pmc_thread_descriptor_pool_free(tdlist[i]); in pmc_add_thread_descriptors_from_proc()
2517 free(tdlist, M_TEMP); in pmc_add_thread_descriptors_from_proc()
2523 free(tdlist, M_TEMP); in pmc_add_thread_descriptors_from_proc()