search for: hnext

Displaying 1 result from an estimated 1 matches for "hnext".

Did you mean: next
2003 Aug 12
2
panic with today's stable
...(void) trap_pfault(&frame, FALSE, eva); 467 return; 468 469 case T_DNA: 470 #if NNPX > 0 (kgdb) up #6 0xc025fa19 in vm_page_remove (m=0xc1331138) at /usr/src/sys/vm/vm_page.c:462 462 bucket = &(*bucket)->hnext; (kgdb) list 457 458 bucket = &vm_page_buckets[vm_page_hash(m->object, m->pindex)]; 459 while (*bucket != m) { 460 if (*bucket == NULL) 461 panic("vm_page_remove(): page not foun...