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

  /src/sys/kern/
subr_pool.c 298 LIST_HEAD(, pool_item)
321 struct pool_item { struct
327 LIST_ENTRY(pool_item) pi_list;
485 struct pool_item *pi = obj;
495 * Mark the pool_item as valid. The rest is already
507 struct pool_item *pi;
873 if ((flags & PR_NOTOUCH) == 0 && prsize < sizeof(struct pool_item))
874 prsize = sizeof(struct pool_item);
1481 struct pool_item *pi;
1530 pi = (struct pool_item *)cp
    [all...]

Completed in 12 milliseconds