HomeSort by relevance Sort by last modified time
    Searched full:group_cnt (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
ftrace_tracing_cpumask.sh 30 group_cnt=$((nr_cpus / 32))
37 group_cnt=1
46 while [ $i -lt $group_cnt ]; do
67 if [ $group_cnt -gt 1 ]; then
  /external/elfutils/src/
strip.c 433 Elf32_Word group_cnt; member in struct:shdr_info
690 shdr_info[cnt].group_cnt = inner - 1;
750 --shdr_info[idx].group_cnt;
751 if ((!is_comdat && shdr_info[idx].group_cnt == 1)
752 || (is_comdat && shdr_info[idx].group_cnt == 0))
    [all...]

Completed in 107 milliseconds