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

/linux-4.4.14/net/nfc/
H A Dnetlink.c590 bool first_call = false; nfc_genl_dump_devices() local
593 first_call = true; nfc_genl_dump_devices()
604 if (first_call) { nfc_genl_dump_devices()
1321 bool first_call = false; nfc_genl_dump_ses() local
1324 first_call = true; nfc_genl_dump_ses()
1335 if (first_call) { nfc_genl_dump_ses()
/linux-4.4.14/tools/perf/util/
H A Dmachine.c1759 int first_call = 0; thread__resolve_callchain_sample() local
1809 chain->ips[first_call] >= PERF_CONTEXT_MAX) thread__resolve_callchain_sample()
1810 first_call++; thread__resolve_callchain_sample()
1811 else if (be[i].from < chain->ips[first_call] && thread__resolve_callchain_sample()
1812 be[i].from >= chain->ips[first_call] - 8) thread__resolve_callchain_sample()
1813 first_call++; thread__resolve_callchain_sample()
1840 for (i = first_call; i < chain_nr; i++) { thread__resolve_callchain_sample()
/linux-4.4.14/arch/sh/kernel/
H A Dptrace_64.c490 static unsigned long first_call; sh64_ptrace() local
492 if (!test_and_set_bit(0, &first_call)) { sh64_ptrace()

Completed in 156 milliseconds