Searched refs:difference (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.81.4/bsd/sys/ |
| H A D | kern_control.h | 471 ctl_getenqueuereadable(kern_ctl_ref kctlref, u_int32_t unit, u_int32_t *difference);
|
| /xnu-12377.81.4/libkern/kxld/ |
| H A D | kxld_reloc.c | 1524 uint64_t difference; in calculate_displacement_x86_64() local 1527 difference = ABSOLUTE_VALUE(displacement); in calculate_displacement_x86_64() 1528 require_action(difference < X86_64_RIP_RELATIVE_LIMIT, finish, in calculate_displacement_x86_64() 1704 uint64_t difference = 0; in arm64_process_reloc() local 1727 difference = ABSOLUTE_VALUE(displacement); in arm64_process_reloc() 1729 require_action(difference < (128 * 1024 * 1024), finish, in arm64_process_reloc()
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | kern_control.c | 1302 u_int32_t *difference) in ctl_getenqueuereadable() argument 1306 if (difference == NULL) { in ctl_getenqueuereadable() 1316 *difference = 0; in ctl_getenqueuereadable() 1318 *difference = (so->so_rcv.sb_lowat - so->so_rcv.sb_cc); in ctl_getenqueuereadable()
|
| /xnu-12377.81.4/osfmk/tests/ |
| H A D | README.md | 75 ## What is the difference between T_EXPECT and T_ASSERT macros?
|
| /xnu-12377.81.4/doc/mach_ipc/ |
| H A D | port_types.md | 70 - Same feature set and usage as `IOT_SERVICE_PORT` above, the only difference is
|
| /xnu-12377.81.4/doc/observability/ |
| H A D | mt_stackshot.md | 137 before (with a single CPU/thread) - with the only difference being that we can
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | if_utun.c | 2860 u_int32_t difference = 0; in utun_start() local 2861 if (ctl_getenqueuereadable(pcb->utun_ctlref, pcb->utun_unit, &difference) == 0) { in utun_start() 2862 if (difference > 0) { in utun_start()
|
| /xnu-12377.81.4/doc/lifecycle/ |
| H A D | hibernation.md | 213 - On ARM64, an important difference is that a normal S2R wake on some
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | memory.py | 2060 if len(set(cmd_args).difference(options)) > 0: 2094 if len(set(cmd_args).difference(options)) > 0:
|
| /xnu-12377.81.4/doc/arm/ |
| H A D | apple_speculative_hardening.md | 642 difference occurs only with an offset of a magnitude greater than 2GB. Since XNU
|