Searched refs:guards (Results 1 – 7 of 7) sorted by relevance
9 // will run into all kinds of redeclaration sadness that the include guards
15 // of redeclaration sadness that the include guards somehow don’t block.
4373 guards = 0; in zone_allocate_va_locked()4409 guards = rnum >= 128; in zone_allocate_va_locked()4421 guards += rnum < rest; in zone_allocate_va_locked()4428 guards = runs * rnum / 128; in zone_allocate_va_locked()4439 guards += rnum < rest; in zone_allocate_va_locked()4441 assert3u(guards, <=, runs); in zone_allocate_va_locked()4474 if (guards > g) { in zone_allocate_va_locked()4477 guards = g; in zone_allocate_va_locked()4481 assert3u(guards, <=, 1); in zone_allocate_va_locked()4490 pages + guards, &addr); in zone_allocate_va_locked()[all …]
611 * or incorrect guards passed in it raises an exception
457 # Vnode guards
1214 # Some header guards need to be present and checked in kernel headers but removed from userspace he…
202 guards = unsigned(kern.GetGlobalVariable('zone_guard_pages'))249 print("{:<20s}: {:<d}".format("guard pages", guards))