Searched refs:first_call (Results 1 – 3 of 3) sorted by relevance
488 static unsigned long first_call; in sh64_ptrace() local490 if (!test_and_set_bit(0, &first_call)) { in sh64_ptrace()
602 bool first_call = false; in nfc_genl_dump_devices() local605 first_call = true; in nfc_genl_dump_devices()616 if (first_call) { in nfc_genl_dump_devices()1357 bool first_call = false; in nfc_genl_dump_ses() local1360 first_call = true; in nfc_genl_dump_ses()1371 if (first_call) { in nfc_genl_dump_ses()
2314 int first_call = 0; in thread__resolve_callchain_sample() local2369 chain->ips[first_call] >= PERF_CONTEXT_MAX) in thread__resolve_callchain_sample()2370 first_call++; in thread__resolve_callchain_sample()2371 else if (be[i].from < chain->ips[first_call] && in thread__resolve_callchain_sample()2372 be[i].from >= chain->ips[first_call] - 8) in thread__resolve_callchain_sample()2373 first_call++; in thread__resolve_callchain_sample()2408 &cpumode, chain->nr - first_call); in thread__resolve_callchain_sample()2412 for (i = first_call, nr_entries = 0; in thread__resolve_callchain_sample()