Searched refs:kTableSizeL2 (Results 1 – 1 of 1) sorted by relevance
21 const int kTableSizeL2 = 1024; variable22 const int kTableSize = kTableSizeL1 * kTableSizeL2;73 atomic_uintptr_t *pl1 = &fdctx.tab[fd / kTableSizeL2]; in fddesc()76 uptr size = kTableSizeL2 * sizeof(FdDesc); in fddesc()85 return &((FdDesc*)l1)[fd % kTableSizeL2]; // NOLINT in fddesc()125 for (int l2 = 0; l2 < kTableSizeL2; l2++) { in FdOnFork()137 if (addr >= (uptr)tab && addr < (uptr)(tab + kTableSizeL2)) { in FdLocation()