Home
last modified time | relevance | path

Searched refs:h_num_big_window_fixed (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ia64/sn/io/
Dio.c205 if (hubinfo->h_num_big_window_fixed < HUB_NUM_BIG_WINDOW-1) { in hub_piomap_alloc()
207 hubinfo->h_num_big_window_fixed++; in hub_piomap_alloc()
312 hubinfo->h_num_big_window_fixed--; in hub_piomap_free()
313 ASSERT(hubinfo->h_num_big_window_fixed >= 0); in hub_piomap_free()
/linux-2.4.37.9/include/asm-ia64/sn/sn2/
Dsn_private.h182 int h_num_big_window_fixed; /* count number of FIXED maps */ member