Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/kernel/
Dptrace_64.c490 static unsigned long first_call; in sh64_ptrace() local
492 if (!test_and_set_bit(0, &first_call)) { in sh64_ptrace()
/linux-4.4.14/net/nfc/
Dnetlink.c590 bool first_call = false; in nfc_genl_dump_devices() local
593 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() local
1324 first_call = true; in nfc_genl_dump_ses()
1335 if (first_call) { in nfc_genl_dump_ses()
/linux-4.4.14/tools/perf/util/
Dmachine.c1759 int first_call = 0; in thread__resolve_callchain_sample() local
1809 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()