Searched defs:first_time (Results 1 - 7 of 7) sorted by relevance

/arch/ia64/kernel/
H A Dpatch.c144 static int first_time = 1; local
151 if (first_time) {
152 first_time = 0;
H A Dmca.c1854 static int first_time = 1; local
1863 if (first_time) {
1865 first_time = 0;
H A Dperfmon.c3718 int first_time; local
3757 first_time = ctx->ctx_fl_using_dbreg == 0;
3777 if (first_time && is_system) {
3803 if (first_time && can_access_pmu) {
3888 if (first_time) {
6702 static int first_time=1; local
6715 if (first_time) {
6717 first_time=0;
/arch/tile/mm/
H A Dhugetlbpage.c207 int first_time = 1; local
267 if (first_time) {
270 first_time = 0;
/arch/arm/mach-omap2/
H A Dgpmc-onenand.c180 int first_time = 0, hf = 0, vhf = 0, sync_read = 0, sync_write = 0; local
200 first_time = 1;
275 if (first_time)
/arch/ia64/mm/
H A Dcontig.c160 static bool first_time = true; local
164 if (!first_time)
166 first_time = false;
H A Ddiscontig.c599 static int first_time = 1; local
601 if (first_time) {
602 first_time = 0;

Completed in 148 milliseconds