Searched defs:test_base (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_test.c67 static struct test_info *test_base = NULL; variable in typeref:struct:test_info
153 for (test = test_base; test != NULL; test = test->next) {
221 test->next = test_base;
222 test_base = test;
250 prev = &test_base;
251 for (test = test_base; test != NULL; test = test->next) {
309 prev = &test_base;
310 for (test = test_base; test != NULL; test = test->next) {
394 for (test = test_base; test != NULL; test = test->next) {
541 for (test = test_base; tes
[all...]
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c1209 plat_mem_node_intersect_range(pfn_t test_base, pgcnt_t test_len, argument
1225 test_end = test_base + test_len - 1;
1226 if (end < test_base || base > test_end)
1230 *npages_out = MIN(test_end, end) - MAX(test_base, base) + 1;
1254 test_base <= (end = ms->physmax) &&
1259 if (test_base > base) {
1260 /* Round test_base to next multiple of stride */
1261 len = P2ROUNDUP(test_base - (base - offset),
1265 * Compute distance from test_base to the
1266 * stride boundary to see if test_base fall
[all...]

Completed in 61 milliseconds