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

  /src/sys/sys/
filedesc.h 88 #define NDLOSLOTS(x) (((x) + NDENTRIES - 1) >> NDENTRYSHIFT)
89 #define NDHISLOTS(x) ((NDLOSLOTS(x) + NDENTRIES - 1) >> NDENTRYSHIFT)
  /src/sys/kern/
kern_descrip.c 243 maxoff = NDLOSLOTS(bits);
1009 szlo = NDLOSLOTS(n) * sizeof(uint32_t);
1026 szlo = NDLOSLOTS(n) * sizeof(uint32_t);
1099 i = NDLOSLOTS(oldnfiles) * sizeof(uint32_t);
1102 NDLOSLOTS(numfiles) * sizeof(uint32_t) - i);
1494 memset(newfdp->fd_lomap, 0, NDLOSLOTS(i)*sizeof(uint32_t));

Completed in 13 milliseconds