Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dannotate.c1224 int printed = 2, queue_len = 0; in symbol__annotate_printf() local
1256 queue_len = 0; in symbol__annotate_printf()
1265 printed += queue_len; in symbol__annotate_printf()
1267 queue_len = 0; in symbol__annotate_printf()
1282 if (queue_len == context) in symbol__annotate_printf()
1285 ++queue_len; in symbol__annotate_printf()
/external/libnl/lib/route/
Dneightbl.c201 COPY_ENTRY(QUEUE_LEN, queue_len); in neightbl_msg_parser()