Searched refs:expect (Results 1 – 13 of 13) sorted by relevance
| /xnu-11417.101.15/osfmk/arm/ |
| H A D | machine_routines_apple.c | 137 const uint64_t expect = hid16 | ARM64_REG_HID16_leqThrottleAggr; in configure_late_apple_regs() local 138 if (expect != hid16) { in configure_late_apple_regs() 139 panic("HID16 not as expected, Got: 0x%llx, Expected: 0x%llx", hid16, expect); in configure_late_apple_regs()
|
| /xnu-11417.101.15/tests/ |
| H A D | thread_call_race_71455282.c | 13 #define expect(e) if (-1 == (e)) edie(#e) macro
|
| H A D | stackshot_accuracy.m | 208 * ts_pid will be the pid we expect
|
| H A D | stackshot_tests.m | 1871 SRP_TEST_THREAD, /* expect waiter on current thread */ 1872 SRP_TEST_PID, /* expect waiter on current PID */ 2838 T_LOG("device running with locally built shared cache, expect shared cache layout");
|
| /xnu-11417.101.15/libkern/libkern/c++/ |
| H A D | OSPtr.h | 59 (which would return shared pointers where you expect raw \
|
| /xnu-11417.101.15/osfmk/vm/ |
| H A D | vm_tests.c | 230 unsigned char expect[9] = in vm_test_collapse_compressor() local 242 if (actual[i] != expect[i]) { in vm_test_collapse_compressor() 253 expect[0], expect[1], expect[2], expect[3], in vm_test_collapse_compressor() 254 expect[4], expect[5], expect[6], expect[7], in vm_test_collapse_compressor() 255 expect[8], in vm_test_collapse_compressor()
|
| /xnu-11417.101.15/doc/lifecycle/ |
| H A D | startup.md | 282 Denotes that subsystems that expect to operate with
|
| /xnu-11417.101.15/doc/allocators/ |
| H A D | read-only.md | 69 relationships, we can validate the ownership invariant that we expect to hold.
|
| H A D | api-basics.md | 273 respectively. They expect both their pointer and size arguments to be
|
| /xnu-11417.101.15/bsd/miscfs/devfs/ |
| H A D | README | 9 expect it to be highly useless for a while,
|
| /xnu-11417.101.15/doc/primitives/ |
| H A D | atomics.md | 59 optimizations with relaxed atomics, that most developers will not expect.
|
| /xnu-11417.101.15/doc/debugging/ |
| H A D | debugging.md | 128 Python's int has unlimited precision. This may be surprising for kernel developers who expect
|
| /xnu-11417.101.15/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 190 …implement passenger tax reduction policies and co-locate workloads which expect similar performanc…
|