Home
last modified time | relevance | path

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

/openbmc/u-boot/env/
H A Dcallback.c37 static int first_call = 1; variable
52 if (first_call) { in env_callback_init()
54 first_call = 0; in env_callback_init()
H A Dflags.c413 static int first_call = 1; variable
427 if (first_call) { in env_flags_init()
429 first_call = 0; in env_flags_init()
/openbmc/linux/net/nfc/
H A Dnetlink.c598 bool first_call = false; in nfc_genl_dump_devices() local
601 first_call = true; in nfc_genl_dump_devices()
612 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()
/openbmc/u-boot/net/
H A Dnet.c372 static int first_call = 1; in net_init() local
374 if (first_call) { in net_init()
390 first_call = 0; in net_init()
/openbmc/linux/tools/perf/util/
H A Dmachine.c2923 int first_call = 0; in thread__resolve_callchain_sample() local
2982 chain->ips[first_call] >= PERF_CONTEXT_MAX) in thread__resolve_callchain_sample()
2983 first_call++; in thread__resolve_callchain_sample()
2984 else if (be[i].from < chain->ips[first_call] && in thread__resolve_callchain_sample()
2985 be[i].from >= chain->ips[first_call] - 8) in thread__resolve_callchain_sample()
2986 first_call++; in thread__resolve_callchain_sample()
3021 &cpumode, chain->nr - first_call); in thread__resolve_callchain_sample()
3025 for (i = first_call, nr_entries = 0; in thread__resolve_callchain_sample()