Searched refs:tbl (Results 1 – 7 of 7) sorted by relevance
713 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 …]
7 ATOMICTBL=${ATOMICDIR}/atomics.tbl
6 . ${ATOMICDIR}/atomic-tbl.sh
272 (ignore_list && syscall_list $(dirname $0)/../arch/x86/entry/syscalls/syscall_32.tbl) | \
20 syscalltbl := $(srctree)/scripts/syscall.tbl
Completed in 8 milliseconds