Home
last modified time | relevance | path

Searched refs:free_lists (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dthread.h27 struct list_head free_lists; member
H A Dthread.c471 list_for_each_entry_safe(pos, tmp, &lbr_stitch->free_lists, node) { in thread__free_stitch_list()
H A Dmachine.c2436 if (!list_empty(&lbr_stitch->free_lists)) { in get_stitch_node()
2437 stitch_node = list_first_entry(&lbr_stitch->free_lists, in get_stitch_node()
2533 INIT_LIST_HEAD(&thread->lbr_stitch->free_lists); in alloc_lbr_stitch()
2587 &lbr_stitch->free_lists); in resolve_lbr_callchain_sample()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dthread.h28 struct list_head free_lists; member
H A Dthread.c489 list_for_each_entry_safe(pos, tmp, &lbr_stitch->free_lists, node) { in thread__free_stitch_list()
H A Dmachine.c2673 if (!list_empty(&lbr_stitch->free_lists)) { in get_stitch_node()
2674 stitch_node = list_first_entry(&lbr_stitch->free_lists, in get_stitch_node()
2771 INIT_LIST_HEAD(&thread__lbr_stitch(thread)->free_lists); in alloc_lbr_stitch()
2826 &lbr_stitch->free_lists); in resolve_lbr_callchain_sample()

Completed in 11 milliseconds