gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:NumOfPages (0.00 seconds)
tkernel_2
kernel/extension/memory/nommu/memmgr.c - 13.8KB - 555 lines
216:         while ( (pn = pageque[pn].next) > 0 ) {
217:                 if ( NumOfPages(&pageque[pn]) >= n ) {
218:                         return pn;
More results from memmgr.c
t2ex
t2ex_source/kernel/extension/memory/t2ex/memmgr.c - 15.3KB - 590 lines
238:         while ( (pn = pageque[pn].next) > 0 ) {
239:                 if ( NumOfPages(&pageque[pn]) >= n ) {
240:                         return pn;
More results from memmgr.c