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