Searched refs:native (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/osfmk/mach/machine/ |
| H A D | machine_types.defs | 59 * The [u]intptr_t types for the native 107 … hack for arm. We implement the backend with a wide type, but present a native-sized type to call…
|
| /xnu-11215/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 55 …I)` and `FG Timeshare` buckets overlap, it is important to maintain some native priority order bet… 259 * (1) Find foreign runnnable threads in non-native cluster runqueues (sched_edge_foreign_runnable_t… 260 * (2) Steal a runnable thread from a native cluster runqueue (sched_edge_steal_thread()) 261 * (3) Check if foreign threads are running on the non-native clusters (sched_edge_foreign_running_t… 282 …ge scheduler since this always tries to fill up the native clusters to capacity even when non-nati… 286 …native to the preferred cluster. On the next scheduling event for that cluster, the CPU will picku…
|
| /xnu-11215/bsd/net/ |
| H A D | if_redirect.c | 331 boolean_t drop, native, compat; in redirect_tx_submit() local 350 native = (dev_nifna->nifna_up.na_type == NA_NETIF_DEV); in redirect_tx_submit() 358 if (__probable(native)) { in redirect_tx_submit()
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | OSObject.iig | 60 #define IIG_NATIVE __attribute__((annotate("native")))
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_xattr.c | 236 int native = 0, dufile = 0; in vn_setxattr() local 239 native = VNOP_GETXATTR(vp, name, NULL, &sz, 0, context) ? 0 : 1; in vn_setxattr() 241 if (options & XATTR_CREATE && (native || dufile)) { in vn_setxattr() 245 if (options & XATTR_REPLACE && !(native || dufile)) { in vn_setxattr()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_exit.c | 401 copyoutsiginfo(user_siginfo_t *native, boolean_t is64, user_addr_t uaddr) in copyoutsiginfo() argument 407 siginfo_user_to_user64(native, &sinfo64); in copyoutsiginfo() 413 siginfo_user_to_user32(native, &sinfo32); in copyoutsiginfo()
|
| /xnu-11215/osfmk/mach/ |
| H A D | vm_map.defs | 61 * Exported (native-sized) kernel VM calls.
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | README.md | 361 …* if a class variable is supposed to hold non native type of object, it is good idea to comment wh…
|