Home
last modified time | relevance | path

Searched refs:skiplist (Results 1 – 2 of 2) sorted by relevance

/dpdk/devtools/
H A Dbuild-tags.sh55 skiplist="$skip_bsd $skip_linux $skip_arch $skip_sse $skip_avx \
65 find_sources "$source_dirs" '*.[chS]' "$skiplist"
/dpdk/doc/guides/prog_guide/
H A Dtimer_lib.rst30 with all pending timers for a core being maintained in order of timer expiry in a skiplist data str…
31 The skiplist used has ten levels and each entry in the table appears in each level with probability…
54 the skiplist is used as a regular list by iterating along the level 0 list, which contains all time…