gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:NumOfPages (0.00 seconds)
tkernel_2
kernel/extension/memory/nommu/memmgr.c - 13.8KB - 555 lines
65: /* Number of successive pages */
66: #define NumOfPages(q)   ( ( (q)->cont )? ((q)+1)->next: 1 )
67: 
t2ex
t2ex_source/kernel/extension/memory/t2ex/memmgr.c - 15.3KB - 590 lines
101: /* Number of successive pages */
102: #define NumOfPages(q)   ( ( (q)->cont )? ((q)+1)->next: 1 )
103: