| /xnu-11215/tests/ |
| H A D | arm_matrix.c | 117 ops->start(); in test_matrix_not_started() 119 ops->stop(); in test_matrix_not_started() 227 threads[i].ops = ops; in test_on_each_cpu() 262 ops->start(); in active_context_switch_thread() 272 ops->stop(); in active_context_switch_thread() 297 ops->start(); in inactive_context_switch_thread() 299 ops->stop(); in inactive_context_switch_thread() 307 ops->start(); in inactive_context_switch_thread() 309 ops->stop(); in inactive_context_switch_thread() 337 ops->start(); in test_thread_migration() [all …]
|
| /xnu-11215/osfmk/console/ |
| H A D | serial_general.c | 133 uint32_t ops = old_console; in switch_to_old_console() local 135 if ((ops >= nconsops) && !squawked) { in switch_to_old_console() 137 printf("switch_to_old_console: unknown ops %d\n", ops); in switch_to_old_console() 139 cons_ops_index = ops; in switch_to_old_console()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_memory_entry.h | 40 int ops, 48 int ops,
|
| H A D | vm_object.c | 6988 int ops, argument 7023 (ops & UPL_POP_BUSY)) || (ops & UPL_POP_DUMP))) { 7030 if (ops & UPL_POP_DUMP) { 7064 if (ops & UPL_POP_SET) { 7073 if (ops & UPL_POP_DIRTY) { 7085 if (ops & UPL_POP_BUSY) { 7090 if (ops & UPL_POP_CLR) { 7092 if (ops & UPL_POP_DIRTY) { 7104 if (ops & UPL_POP_BUSY) { 7140 int ops, argument [all …]
|
| H A D | memory_object.c | 1562 int ops, in memory_object_page_op() argument 1573 return vm_object_page_op(object, offset, ops, phys_entry, flags); in memory_object_page_op() 1591 int ops, in memory_object_range_op() argument 1609 ops, in memory_object_range_op()
|
| H A D | vm_object_internal.h | 527 int ops, 535 int ops,
|
| H A D | vm_memory_entry.c | 2054 int ops, in mach_memory_entry_page_op() argument 2090 kr = vm_object_page_op(object, offset, ops, phys_entry, flags); in mach_memory_entry_page_op() 2112 int ops, in mach_memory_entry_range_op() argument 2159 ops, in mach_memory_entry_range_op()
|
| /xnu-11215/osfmk/kern/ |
| H A D | page_decrypt.c | 46 dsmos_page_transform(const void* from, void *to, unsigned long long src_offset, void *ops) in dsmos_page_transform() argument 57 return (*dsmos_hook)(from, to, src_offset, ops); in dsmos_page_transform()
|
| H A D | ipc_kobject.c | 209 ipc_kobject_register_startup(ipc_kobject_ops_t ops) in ipc_kobject_register_startup() argument 211 if (ipc_kobject_ops_array[ops->iko_op_type].iko_op_type) { in ipc_kobject_register_startup() 214 ipc_kobject_ops_array[ops->iko_op_type] = *ops; in ipc_kobject_register_startup() 1426 ipc_kobject_ops_t ops = ipc_kobject_ops_get(type); in ipc_kobject_dealloc_port_and_unlock() local 1441 if (!ops->iko_op_destroy) { in ipc_kobject_dealloc_port_and_unlock() 1599 ipc_kobject_ops_t ops = ipc_kobject_ops_get(ip_kotype(port)); in ipc_kobject_notify_no_senders() local 1601 assert(ops->iko_op_no_senders); in ipc_kobject_notify_no_senders() 1602 ops->iko_op_no_senders(port, mscount); in ipc_kobject_notify_no_senders() 1674 if (ops->iko_op_permanent) { in ipc_kobject_destroy() 1677 if (ops->iko_op_destroy) { in ipc_kobject_destroy() [all …]
|
| H A D | zalloc.h | 2359 zone_cache_ops_t ops); 2379 zone_cache_ops_t ops); 2398 zone_cache_ops_t ops); 2444 #define ZCACHE_DEFINE(zid, name, type_t, size, ops) \ argument 2447 const zone_cache_ops_t __zcache_##zid##_ops = (ops); \ 2449 zcache_ops[zid] = (ops); \
|
| H A D | zalloc.c | 6120 zone_cache_ops_t ops, in zcache_free_stack_to_cpu() argument 6133 if (ops) { in zcache_free_stack_to_cpu() 6164 if (!ops) { in zcache_free_1_ext() 6170 if (ops) { in zcache_free_1_ext() 6175 } else if (ops) { in zcache_free_1_ext() 6178 ops->zc_op_free(zid, addr); in zcache_free_1_ext() 6207 } else if (ops) { in zcache_free_n_ext() 6773 zone_cache_ops_t ops, in zalloc_cached_prime() argument 6810 if (ops == NULL) { in zalloc_cached_prime() 6948 if (ops) { in zcache_alloc_stack_from_cpu() [all …]
|
| H A D | ipc_kobject.h | 459 ipc_kobject_ops_t ops);
|
| /xnu-11215/osfmk/mach/ |
| H A D | memory_object_control.h | 127 integer_t ops, 135 integer_t ops,
|
| /xnu-11215/bsd/sys/ |
| H A D | codesign.h | 71 int csops(pid_t pid, unsigned int ops, void * useraddr, size_t usersize); 72 int csops_audittoken(pid_t pid, unsigned int ops, void * useraddr, size_t usersize, audit_token_t …
|
| H A D | mount.h | 1286 mount_t vfs_getvfs_with_vfsops(fsid_t *fsid, const struct vfsops *ops);
|
| /xnu-11215/bsd/nfs/ |
| H A D | nfs.h | 570 uint64_t ops; /* Count of NFS Requests received for this export */ member 586 uint64_t ops; member 636 struct nfsstatcount64 ops; /* Count of NFS Requests received for this export */ member 667 uint64_t ops; member
|
| H A D | nfs_serv.c | 298 NFSStatAdd64(&nx->nx_stats.ops, 1); in nfsrv_access() 428 NFSStatAdd64(&nx->nx_stats.ops, 1); in nfsrv_getattr() 536 NFSStatAdd64(&nx->nx_stats.ops, 1); in nfsrv_setattr() 696 NFSStatAdd64(&nx->nx_stats.ops, 1); in nfsrv_lookup() 822 NFSStatAdd64(&nx->nx_stats.ops, 1); in nfsrv_readlink() 960 NFSStatAdd64(&nx->nx_stats.ops, 1); in nfsrv_read() 1372 NFSStatAdd64(&nx->nx_stats.ops, 1); in nfsrv_write() 3428 NFSStatAdd64(&nx->nx_stats.ops, 1); in nfsrv_link() 4291 NFSStatAdd64(&nx->nx_stats.ops, 1); in nfsrv_readdir() 4546 NFSStatAdd64(&nx->nx_stats.ops, 1); in nfsrv_readdirplus() [all …]
|
| H A D | nfs_syscalls.c | 1447 statrec.ops = ((uint64_t)nx->nx_stats.ops.hi << 32) | in nfssvc_exportstats() 1448 nx->nx_stats.ops.lo; in nfssvc_exportstats() 1560 ustat_rec.ops = unode->ops; in nfssvc_userstats()
|
| H A D | nfs_subs.c | 2589 unode->ops = 0; in nfsrv_get_user_stat_node() 2603 nfsrv_update_user_stat(struct nfs_export *nx, struct nfsrv_descript *nd, uid_t uid, u_int ops, u_in… in nfsrv_update_user_stat() argument 2634 unode->ops += ops; in nfsrv_update_user_stat()
|
| /xnu-11215/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable_test.c | 528 uint32_t rand, ops, idx; in cht_concurrent_duo() local 530 ops = rand & DUO_OPS_MASK; in cht_concurrent_duo() 534 if (ops < DUO_OPS_ADD) { in cht_concurrent_duo()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_proc.c | 241 static int csops_internal(pid_t pid, int ops, user_addr_t uaddr, user_size_t usersize, user_addr_t … 3183 return csops_internal(uap->pid, uap->ops, uap->useraddr, in csops() 3193 return csops_internal(uap->pid, uap->ops, uap->useraddr, in csops_audittoken() 3226 csops_internal(pid_t pid, int ops, user_addr_t uaddr, user_size_t usersize, user_addr_t uaudittoken) in csops_internal() argument 3248 switch (ops) { in csops_internal() 3287 switch (ops) { in csops_internal() 3296 if ((error = mac_proc_check_set_cs_info(current_proc(), pt, ops))) { in csops_internal() 3301 if ((error = mac_proc_check_get_cs_info(current_proc(), pt, ops))) { in csops_internal() 3307 switch (ops) { in csops_internal() 3621 identity = ops == CS_OPS_TEAMID ? csproc_get_teamid(pt) : cs_identity_get(pt); in csops_internal()
|
| H A D | ubc_subr.c | 2420 int ops, in ubc_page_op() argument 2433 ops, in ubc_page_op() 2502 int ops, in ubc_range_op() argument 2515 ops, in ubc_range_op()
|
| /xnu-11215/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_flow.c | 315 netif_flow_list_table_alloc(struct netif_flowtable_ops *ops) in netif_flow_list_table_alloc() argument 329 ft->ft_ops = ops; in netif_flow_list_table_alloc()
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | README | 51 that, the same vnode, ops, modification times, flags, owner and group.
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_subr.c | 1947 vfs_getvfs_with_vfsops(fsid_t *fsid, const struct vfsops * const ops) in vfs_getvfs_with_vfsops() argument 1951 if (mp != NULL && mp->mnt_op != ops) { in vfs_getvfs_with_vfsops()
|