Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/kernel/
Dptrace_64.c491 static unsigned long first_call; in sh64_ptrace() local
493 if (!test_and_set_bit(0, &first_call)) { in sh64_ptrace()
/Linux-v4.19/net/nfc/
Dnetlink.c613 bool first_call = false; in nfc_genl_dump_devices() local
616 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() local
1369 first_call = true; in nfc_genl_dump_ses()
1380 if (first_call) { in nfc_genl_dump_ses()
/Linux-v4.19/tools/perf/util/
Dmachine.c2157 int first_call = 0; in thread__resolve_callchain_sample() local
2212 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()