Searched refs:first_call (Results 1 – 3 of 3) sorted by relevance
491 static unsigned long first_call; in sh64_ptrace() local493 if (!test_and_set_bit(0, &first_call)) { in sh64_ptrace()
613 bool first_call = false; in nfc_genl_dump_devices() local616 first_call = true; in nfc_genl_dump_devices()627 if (first_call) { in nfc_genl_dump_devices()1366 bool first_call = false; in nfc_genl_dump_ses() local1369 first_call = true; in nfc_genl_dump_ses()1380 if (first_call) { in nfc_genl_dump_ses()
2157 int first_call = 0; in thread__resolve_callchain_sample() local2212 chain->ips[first_call] >= PERF_CONTEXT_MAX) in thread__resolve_callchain_sample()2213 first_call++; in thread__resolve_callchain_sample()2214 else if (be[i].from < chain->ips[first_call] && in thread__resolve_callchain_sample()2215 be[i].from >= chain->ips[first_call] - 8) in thread__resolve_callchain_sample()2216 first_call++; in thread__resolve_callchain_sample()2249 for (i = first_call, nr_entries = 0; in thread__resolve_callchain_sample()