Searched refs:first_call (Results 1 – 3 of 3) sorted by relevance
490 static unsigned long first_call; in sh64_ptrace() local492 if (!test_and_set_bit(0, &first_call)) { in sh64_ptrace()
590 bool first_call = false; in nfc_genl_dump_devices() local593 first_call = true; in nfc_genl_dump_devices()604 if (first_call) { in nfc_genl_dump_devices()1321 bool first_call = false; in nfc_genl_dump_ses() local1324 first_call = true; in nfc_genl_dump_ses()1335 if (first_call) { in nfc_genl_dump_ses()
1759 int first_call = 0; in thread__resolve_callchain_sample() local1809 chain->ips[first_call] >= PERF_CONTEXT_MAX) in thread__resolve_callchain_sample()1810 first_call++; in thread__resolve_callchain_sample()1811 else if (be[i].from < chain->ips[first_call] && in thread__resolve_callchain_sample()1812 be[i].from >= chain->ips[first_call] - 8) in thread__resolve_callchain_sample()1813 first_call++; in thread__resolve_callchain_sample()1840 for (i = first_call; i < chain_nr; i++) { in thread__resolve_callchain_sample()