HomeSort by: relevance | last modified time | path
    Searched defs:ph_bitmap (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_pool.c 310 #define ph_bitmap ph_u2.phu_notouch.phu_bitmap macro
430 pool_item_bitmap_t *bitmap = ph->ph_bitmap + (idx / BITMAP_SIZE);
443 pool_item_bitmap_t *bitmap = ph->ph_bitmap;
470 pool_item_bitmap_t *bitmap = ph->ph_bitmap;
717 ph_bitmap[howmany(nelem, BITMAP_SIZE)]);
791 offsetof(struct pool_item_header, ph_bitmap[0]);
3315 ph->ph_bitmap + (idx / BITMAP_SIZE);
subr_pool.c 310 #define ph_bitmap ph_u2.phu_notouch.phu_bitmap macro
430 pool_item_bitmap_t *bitmap = ph->ph_bitmap + (idx / BITMAP_SIZE);
443 pool_item_bitmap_t *bitmap = ph->ph_bitmap;
470 pool_item_bitmap_t *bitmap = ph->ph_bitmap;
717 ph_bitmap[howmany(nelem, BITMAP_SIZE)]);
791 offsetof(struct pool_item_header, ph_bitmap[0]);
3315 ph->ph_bitmap + (idx / BITMAP_SIZE);

Completed in 114 milliseconds