Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_hwrt.c53 for (i = 0; i < ARRAY_SIZE(hwrt->free_lists); i++) { in hwrt_init_kernel_structure()
55 if (!hwrt->free_lists[i]) { in hwrt_init_kernel_structure()
61 if (hwrt->free_lists[ROGUE_FW_LOCAL_FREELIST]->current_pages < in hwrt_init_kernel_structure()
70 for (i = 0; i < ARRAY_SIZE(hwrt->free_lists); i++) { in hwrt_init_kernel_structure()
71 pvr_free_list_put(hwrt->free_lists[i]); in hwrt_init_kernel_structure()
72 hwrt->free_lists[i] = NULL; in hwrt_init_kernel_structure()
83 for (i = 0; i < ARRAY_SIZE(hwrt->free_lists); i++) { in hwrt_fini_kernel_structure()
84 pvr_free_list_put(hwrt->free_lists[i]); in hwrt_fini_kernel_structure()
85 hwrt->free_lists[i] = NULL; in hwrt_fini_kernel_structure()
417 pvr_free_list_add_hwrt(hwrt->free_lists[0], hwrt_data); in hwrt_data_init_fw_structure()
[all …]
H A Dpvr_hwrt.h74 struct pvr_free_list *free_lists[ROGUE_FWIF_NUM_RTDATA_FREELISTS]; member
/linux/tools/perf/util/
H A Dthread.h26 struct list_head free_lists; member
H A Dthread.c484 list_for_each_entry_safe(pos, tmp, &lbr_stitch->free_lists, node) { in thread__free_stitch_list()
H A Dmachine.c2425 if (!list_empty(&lbr_stitch->free_lists)) { in get_stitch_node()
2426 stitch_node = list_first_entry(&lbr_stitch->free_lists, in get_stitch_node()
2528 INIT_LIST_HEAD(&thread__lbr_stitch(thread)->free_lists); in alloc_lbr_stitch()
2588 list_splice_init(&lbr_stitch->lists, &lbr_stitch->free_lists); in resolve_lbr_callchain_sample()