Home
last modified time | relevance | path

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

/Linux-v5.10/net/nfc/
Dnetlink.c598 bool first_call = false; in nfc_genl_dump_devices() local
601 first_call = true; in nfc_genl_dump_devices()
612 if (first_call) { in nfc_genl_dump_devices()
1353 bool first_call = false; in nfc_genl_dump_ses() local
1356 first_call = true; in nfc_genl_dump_ses()
1367 if (first_call) { in nfc_genl_dump_ses()
/Linux-v5.10/tools/perf/util/
Dmachine.c2668 int first_call = 0; in thread__resolve_callchain_sample() local
2726 chain->ips[first_call] >= PERF_CONTEXT_MAX) in thread__resolve_callchain_sample()
2727 first_call++; in thread__resolve_callchain_sample()
2728 else if (be[i].from < chain->ips[first_call] && in thread__resolve_callchain_sample()
2729 be[i].from >= chain->ips[first_call] - 8) in thread__resolve_callchain_sample()
2730 first_call++; in thread__resolve_callchain_sample()
2765 &cpumode, chain->nr - first_call); in thread__resolve_callchain_sample()
2769 for (i = first_call, nr_entries = 0; in thread__resolve_callchain_sample()