Home
last modified time | relevance | path

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

/linux/net/nfc/
H A Dnetlink.c603 bool first_call = false; in nfc_genl_dump_devices() local
606 first_call = true; in nfc_genl_dump_devices()
617 if (first_call) { in nfc_genl_dump_devices()
1369 bool first_call = false; in nfc_genl_dump_ses() local
1372 first_call = true; in nfc_genl_dump_ses()
1383 if (first_call) { in nfc_genl_dump_ses()
/linux/tools/perf/util/
H A Dmachine.c2723 int first_call = 0; in thread__resolve_callchain_sample() local
2783 chain->ips[first_call] >= PERF_CONTEXT_MAX) in thread__resolve_callchain_sample()
2784 first_call++; in thread__resolve_callchain_sample()
2785 else if (be[i].from < chain->ips[first_call] && in thread__resolve_callchain_sample()
2786 be[i].from >= chain->ips[first_call] - 8) in thread__resolve_callchain_sample()
2787 first_call++; in thread__resolve_callchain_sample()
2823 &cpumode, chain->nr - first_call, symbols); in thread__resolve_callchain_sample()
2827 for (i = first_call, nr_entries = 0; in thread__resolve_callchain_sample()