Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sh/kernel/
Dptrace_64.c488 static unsigned long first_call; in sh64_ptrace() local
490 if (!test_and_set_bit(0, &first_call)) { in sh64_ptrace()
/Linux-v5.4/net/nfc/
Dnetlink.c602 bool first_call = false; in nfc_genl_dump_devices() local
605 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() local
1360 first_call = true; in nfc_genl_dump_ses()
1371 if (first_call) { in nfc_genl_dump_ses()
/Linux-v5.4/tools/perf/util/
Dmachine.c2314 int first_call = 0; in thread__resolve_callchain_sample() local
2369 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()