Home
last modified time | relevance | path

Searched refs:tbl (Results 1 – 7 of 7) sorted by relevance

/scripts/dtc/
A Dlivetree.c713 tbl = xmalloc(n * sizeof(*tbl)); in sort_reserve_entries()
720 qsort(tbl, n, sizeof(*tbl), cmp_reserve_info); in sort_reserve_entries()
724 tbl[i]->next = tbl[i+1]; in sort_reserve_entries()
727 free(tbl); in sort_reserve_entries()
751 tbl = xmalloc(n * sizeof(*tbl)); in sort_properties()
756 qsort(tbl, n, sizeof(*tbl), cmp_prop); in sort_properties()
760 tbl[i]->next = tbl[i+1]; in sort_properties()
763 free(tbl); in sort_properties()
787 tbl = xmalloc(n * sizeof(*tbl)); in sort_subnodes()
792 qsort(tbl, n, sizeof(*tbl), cmp_subnode); in sort_subnodes()
[all …]
/scripts/atomic/
A Dgen-atomics.sh7 ATOMICTBL=${ATOMICDIR}/atomics.tbl
A Dgen-atomic-long.sh6 . ${ATOMICDIR}/atomic-tbl.sh
A Dgen-atomic-instrumented.sh6 . ${ATOMICDIR}/atomic-tbl.sh
A Dgen-atomic-fallback.sh6 . ${ATOMICDIR}/atomic-tbl.sh
/scripts/
A Dchecksyscalls.sh272 (ignore_list && syscall_list $(dirname $0)/../arch/x86/entry/syscalls/syscall_32.tbl) | \
A DMakefile.asm-headers20 syscalltbl := $(srctree)/scripts/syscall.tbl

Completed in 8 milliseconds