Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/env/
H A Dcallback.c38 static int first_call = 1; variable
53 if (first_call) { in env_callback_init()
55 first_call = 0; in env_callback_init()
H A Dflags.c414 static int first_call = 1; variable
428 if (first_call) { in env_flags_init()
430 first_call = 0; in env_flags_init()
/OK3568_Linux_fs/kernel/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()
1356 bool first_call = false; in nfc_genl_dump_ses() local
1359 first_call = true; in nfc_genl_dump_ses()
1370 if (first_call) { in nfc_genl_dump_ses()
/OK3568_Linux_fs/u-boot/net/
H A Dnet.c368 static int first_call = 1; in net_init() local
370 if (first_call) { in net_init()
386 first_call = 0; in net_init()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dmachine.c2669 int first_call = 0; in thread__resolve_callchain_sample() local
2727 chain->ips[first_call] >= PERF_CONTEXT_MAX) in thread__resolve_callchain_sample()
2728 first_call++; in thread__resolve_callchain_sample()
2729 else if (be[i].from < chain->ips[first_call] && in thread__resolve_callchain_sample()
2730 be[i].from >= chain->ips[first_call] - 8) in thread__resolve_callchain_sample()
2731 first_call++; in thread__resolve_callchain_sample()
2766 &cpumode, chain->nr - first_call); in thread__resolve_callchain_sample()
2770 for (i = first_call, nr_entries = 0; in thread__resolve_callchain_sample()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map