Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/sn/io/
Dio.c83 hub_piomap->hpio_holdcnt = 0; in hub_pio_init()
192 bw_piomap->hpio_holdcnt++; in hub_piomap_alloc()
258 bw_piomap->hpio_holdcnt++; in hub_piomap_alloc()
296 ASSERT(hub_piomap->hpio_holdcnt > 0); in hub_piomap_free()
307 if (--hub_piomap->hpio_holdcnt == 0) { in hub_piomap_free()
/linux-2.4.37.9/include/asm-ia64/sn/sn2/
Dsn_private.h127 short hpio_holdcnt; /* count of current users of bigwin mapping */ member