Searched refs:xsvc_max_memory (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/i86pc/io/xsvc/
H A Dxsvc.c50 uint64_t xsvc_max_memory = 10 * 1024 * 1024; variable
256 * the maxallocmem property will override the default (xsvc_max_memory).
262 xsvc_max_memory = maxallocmem * 1024;
494 if ((state->xs_currently_alloced + size) > xsvc_max_memory) {

Completed in 98 milliseconds