Searched refs:tdlist (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdtypes.h39 #include <dev/pms/RefTisa/tisa/sassata/common/tdlist.h>
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdutil.h38 #include <dev/pms/RefTisa/tisa/sassata/common/tdlist.h>
H A Dtdesgl.c220 TDLIST_INIT_ELEMENT(&pEsglPageInfo->tdlist);
222 TDLIST_ENQUEUE_AT_TAIL(&pEsglPageInfo->tdlist, &pEsglAllInfo->freelist);
314 page_to_fill = TDLIST_OBJECT_BASE(tdsaEsglPageInfo_t, tdlist, tdlist_to_fill);
340 page_to_fill = TDLIST_OBJECT_BASE(tdsaEsglPageInfo_t, tdlist, tdlist_to_fill);
H A Dtdsatypes.h124 tdList_t tdlist; /**< pointers to next and previous pages */ member in struct:tdsaEsglPageInfo_s
H A Dtdinit.c658 page_to_fill = TDLIST_OBJECT_BASE(tdsaEsglPageInfo_t, tdlist, tdlist_to_fill);
666 page_to_fill = TDLIST_OBJECT_BASE(tdsaEsglPageInfo_t, tdlist, tdlist_to_fill);
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h51 #include <dev/pms/RefTisa/tisa/sassata/common/tdlist.h>
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c2530 struct pmc_thread **tdlist; local
2540 tdlist = malloc(sizeof(struct pmc_thread*) * tdlistsz, M_TEMP, M_WAITOK);
2547 free(tdlist, M_TEMP);
2556 tdlist[tdcnt] = pmc_find_thread_descriptor(pp, curtd,
2558 if (tdlist[tdcnt] == NULL) {
2561 pmc_thread_descriptor_pool_free(tdlist[i]);
2562 free(tdlist, M_TEMP);
2568 free(tdlist, M_TEMP);

Completed in 133 milliseconds