| /xnu-8792.41.9/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable.c | 73 cuckoo_node_chain(struct cuckoo_node *node, in cuckoo_node_chain() 101 struct cuckoo_node *node = *pnode; in cuckoo_node_del() local 116 cuckoo_node_set_next(struct cuckoo_node *node, struct cuckoo_node *next_node) in cuckoo_node_set_next() 123 cuckoo_node_next(struct cuckoo_node *node) in cuckoo_node_next() 225 __slot_set(struct _slot *slt, uint32_t hash, struct cuckoo_node *node) in __slot_set() 482 struct cuckoo_node *node = NULL; in __find_in_bucket() local 512 struct cuckoo_node *node = NULL; in cuckoo_hashtable_find_with_hash() local 544 struct cuckoo_node *node, uint32_t hash) in __add_to_bucket() 612 cuckoo_move(struct cuckoo_hashtable *h, struct cuckoo_node *node, in cuckoo_move() 698 cuckoo_probe(struct cuckoo_hashtable *h, struct cuckoo_node *node, in cuckoo_probe() [all …]
|
| H A D | cuckoo_hashtable_test.c | 93 cht_obj_cmp__(struct cuckoo_node *node, void *key) in cht_obj_cmp__() 114 cht_obj_retain__(struct cuckoo_node *node) in cht_obj_retain__() 127 cht_obj_release__(struct cuckoo_node *node) in cht_obj_release__() 217 struct cuckoo_node *node = NULL; in cht_basic_tests() local 367 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_add() local 380 struct cuckoo_node *node = NULL; in cht_concurrent_add_check() local 411 struct cuckoo_node *node = NULL; in cht_concurrent_add_fini() local 465 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_del() local 480 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_del_check() local 537 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_duo() local [all …]
|
| /xnu-8792.41.9/osfmk/ipc/ |
| H A D | flipc.c | 104 flipc_port_create(ipc_port_t lport, mach_node_t node, mnl_name_t name) in flipc_port_create() 259 mach_node_t node) in mach_msg_send_from_remote_kernel() 293 mach_node_t node, in flipc_cmd_ipc() 359 flipc_node_prepare(mach_node_t node) in flipc_node_prepare() 386 flipc_node_retire(mach_node_t node) in flipc_node_retire() 508 mach_node_t node = mach_node_for_id_locked(msg->node_id, FALSE, FALSE); in flipc_msg_from_node() local 565 flipc_msg_ack(mach_node_t node, in flipc_msg_ack()
|
| H A D | ipc_mqueue.c | 253 mach_node_t node = kmsg->ikm_node; in ipc_mqueue_add_locked() local 720 mach_node_t node = kmsg->ikm_node; in ipc_mqueue_post() local
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | mach_node.c | 152 mach_node_publish(mach_node_t node) in mach_node_publish() 256 mach_node_t node = MACH_NODE_ALLOC(); in mach_node_alloc_init() local 270 mach_node_register(mach_node_t node) in mach_node_register() 412 mach_node_t node = mach_node_table[node_id]; in mach_node_for_id_locked() local 642 mnl_register(mnl_node_info_t node, in mnl_register() 670 mnl_set_link_state(mnl_node_info_t node, in mnl_set_link_state() 712 mnl_terminate(mnl_node_info_t node, in mnl_terminate()
|
| H A D | mach_node.h | 134 #define MACH_NODE_VALID(node) ((node) != MACH_NODE_NULL) argument 136 #define MACH_NODE_FREE(node) kfree(node, MACH_NODE_SIZE) argument
|
| H A D | machine.c | 725 …struct io_timeout_override_entry *node = kalloc_type(struct io_timeout_override_entry, Z_WAITOK | … in ml_io_increase_timeouts() local 782 …struct io_timeout_override_entry *node = RB_FIND(io_timeout_override, &io_timeout_override_root, &… in ml_io_reset_timeouts() local 810 struct io_timeout_override_entry *node = RB_ROOT(&io_timeout_override_root); in override_io_timeouts() local
|
| H A D | processor.c | 501 pset_node_t node, in pset_create() 544 pset_node_t node = &pset_node0; in pset_find() local 569 pset_node_t node) in pset_init()
|
| H A D | sched_prim.c | 2181 pset_node_t node = pset->node; in pset_has_stealable_rt_threads() local 2248 pset_node_t node = pset->node; in pset_commit_processor_to_new_thread() local 4332 pset_node_t node = &pset_node0; in sched_rtlocal_runq_scan() local 4362 pset_node_t node = &pset_node0; in sched_rtlocal_runq_count_sum() local 5052 pset_node_t node = pset->node; in choose_processor() local 5391 choose_starting_pset(pset_node_t node, thread_t thread, processor_t *processor_hint) in choose_starting_pset() 5560 pset_node_t node = SCHED(choose_node)(thread); in thread_setrun() local 7641 for (pset_node_t node = &pset_node0; node != NULL; node = node->node_list) { in sched_update_recommended_cores() local 7681 for (pset_node_t node = &pset_node0; node != NULL; node = node->node_list) { in sched_update_recommended_cores() local 7765 for (pset_node_t node = &pset_node0; node != NULL; node = node->node_list) { in sched_update_powered_cores() local [all …]
|
| H A D | sched_amp_common.c | 480 pset_node_t node = (recommended_pset_type(thread) == PSET_AMP_P) ? pcore_node : ecore_node; in sched_amp_choose_node() local
|
| H A D | host.c | 1291 host_get_special_port_from_user(host_priv_t host_priv, __unused int node, int id, ipc_port_t * port… in host_get_special_port_from_user() 1311 host_get_special_port(host_priv_t host_priv, __unused int node, int id, ipc_port_t * portp) in host_get_special_port()
|
| H A D | sched_amp.c | 582 pset_node_t node = &pset_node0; in sched_amp_thread_update_scan() local
|
| H A D | processor.h | 260 pset_node_t node; member 643 pset_node_t node = pset->node; in pset_update_processor_state() local
|
| /xnu-8792.41.9/tests/ |
| H A D | priority_queue.cpp | 88 test_node_t node = NULL; variable 150 test_node_t node = NULL; variable 226 test_node_t node = NULL; variable
|
| H A D | inet_transfer.c | 154 inet_endpoint_is_valid(inet_endpoint_t node) in inet_endpoint_is_valid()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_manager.c | 85 __fe_cuckoo_cmp(struct cuckoo_node *node, void *key0) in __fe_cuckoo_cmp() 127 __fe_cuckoo_retain(struct cuckoo_node *node) in __fe_cuckoo_retain() 134 __fe_cuckoo_release(struct cuckoo_node *node) in __fe_cuckoo_release() 1138 struct cuckoo_node *node = NULL; in flow_mgr_find_fe_by_key() local 1186 struct cuckoo_node *node = NULL; in flow_mgr_find_conflicting_fe() local
|
| /xnu-8792.41.9/tests/vm/ |
| H A D | zalloc_buddy.c | 79 size_t node = zba_node(pos, o); variable
|
| /xnu-8792.41.9/bsd/dev/arm64/ |
| H A D | sysctl.c | 226 DTEntry node; in sysctl_load_brand_string() local
|
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | skywalk.py | 709 def GetCuckooNodeAsFLowEntry(node, hashValue): argument 780 def CuckooHashtablePrintNode(node, hashValue): argument
|
| /xnu-8792.41.9/libkern/uuid/ |
| H A D | uuid.c | 46 read_node(uint8_t *node) in read_node()
|
| /xnu-8792.41.9/bsd/dev/ |
| H A D | dev_perfmon.c | 335 void *node = devfs_make_node_clone(makedev(dmaj, 0), DEVFS_CHAR, in perfmon_dev_init() local
|
| H A D | monotonic.c | 119 void *node = devfs_make_node(dev, DEVFS_CHAR, UID_ROOT, in mt_dev_init() local
|
| /xnu-8792.41.9/osfmk/vm/ |
| H A D | vm_map_store_rb.c | 43 rb_node_compare(struct vm_map_store *node, struct vm_map_store *parent) in rb_node_compare()
|
| /xnu-8792.41.9/san/coverage/ |
| H A D | kcov_ksancov.c | 750 void *node = devfs_make_node_clone(dev, DEVFS_CHAR, UID_ROOT, GID_WHEEL, 0666, in ksancov_init_dev() local
|
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | ip_dummynet.c | 579 #define SET_OFFSET(heap, node) \ argument 585 #define RESET_OFFSET(heap, node) \ argument
|