Lines Matching refs:fspi
66 /* Pool for fspi allocation */
200 spaace = &spaact[paace->fspi + wnum];
208 * pamu_get_fspi_and_allocate() - Allocates fspi index and reserves subwindows
215 * the index (fspi) of the first SPAACE entry in the SPAACT table. This
219 * Returns a valid fspi index in the range of 0 - SPAACE_NUMBER_ENTRIES on success.
250 gen_pool_free(spaace_pool, (unsigned long)&spaact[ppaace->fspi], size);
327 unsigned long fspi;
373 fspi = pamu_get_fspi_and_allocate(subwin_cnt - 1);
374 if (fspi == ULONG_MAX) {
383 ppaace->fspi = fspi;