Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread.h28 struct list_head free_lists; member
H A Dthread.c485 list_for_each_entry_safe(pos, tmp, &lbr_stitch->free_lists, node) { in thread__free_stitch_list()
H A Dmachine.c2677 if (!list_empty(&lbr_stitch->free_lists)) { in get_stitch_node()
2678 stitch_node = list_first_entry(&lbr_stitch->free_lists, in get_stitch_node()
2775 INIT_LIST_HEAD(&thread__lbr_stitch(thread)->free_lists); in alloc_lbr_stitch()
2830 &lbr_stitch->free_lists); in resolve_lbr_callchain_sample()