Home | History | Annotate | Download | only in orig

Lines Matching refs:searchList

54217     u8 searchList = 0; /* If the free-list must be searched for 'nearby' */
54231 searchList = 1;
54244 /* The code within this loop is run only once if the 'searchList' variable
54269 if( k==0 && !searchList ){
54288 }else if( searchList && nearby==iTrunk ){
54294 searchList = 0;
54376 if( !searchList || iPage==nearby ){
54396 searchList = 0;
54401 }while( searchList );