Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 34) sorted by relevance

12

/xnu-8020.101.4/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c72 cuckoo_node_chain(struct cuckoo_node *node, in cuckoo_node_chain()
100 struct cuckoo_node *node = *pnode; in cuckoo_node_del() local
115 cuckoo_node_set_next(struct cuckoo_node *node, struct cuckoo_node *next_node) in cuckoo_node_set_next()
122 cuckoo_node_next(struct cuckoo_node *node) in cuckoo_node_next()
222 __slot_set(struct _slot *slt, uint32_t hash, struct cuckoo_node *node) in __slot_set()
488 struct cuckoo_node *node = NULL; in __find_in_bucket() local
518 struct cuckoo_node *node = NULL; in cuckoo_hashtable_find_with_hash() local
550 struct cuckoo_node *node, uint32_t hash) in __add_to_bucket()
618 cuckoo_move(struct cuckoo_hashtable *h, struct cuckoo_node *node, in cuckoo_move()
704 cuckoo_probe(struct cuckoo_hashtable *h, struct cuckoo_node *node, in cuckoo_probe()
[all …]
H A Dcuckoo_hashtable_test.c93 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__()
221 struct cuckoo_node *node = NULL; in cht_basic_tests() local
371 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_add() local
384 struct cuckoo_node *node = NULL; in cht_concurrent_add_check() local
415 struct cuckoo_node *node = NULL; in cht_concurrent_add_fini() local
469 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_del() local
484 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_del_check() local
541 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_duo() local
[all …]
/xnu-8020.101.4/osfmk/ipc/
H A Dflipc.c105 flipc_port_create(ipc_port_t lport, mach_node_t node, mnl_name_t name) in flipc_port_create()
260 mach_node_t node) in mach_msg_send_from_remote_kernel()
294 mach_node_t node, in flipc_cmd_ipc()
360 flipc_node_prepare(mach_node_t node) in flipc_node_prepare()
387 flipc_node_retire(mach_node_t node) in flipc_node_retire()
509 mach_node_t node = mach_node_for_id_locked(msg->node_id, FALSE, FALSE); in flipc_msg_from_node() local
566 flipc_msg_ack(mach_node_t node, in flipc_msg_ack()
H A Dipc_mqueue.c252 mach_node_t node = kmsg->ikm_node; in ipc_mqueue_add_locked() local
722 mach_node_t node = kmsg->ikm_node; in ipc_mqueue_post() local
/xnu-8020.101.4/osfmk/kern/
H A Dmach_node.c153 mach_node_publish(mach_node_t node) in mach_node_publish()
257 mach_node_t node = MACH_NODE_ALLOC(); in mach_node_alloc_init() local
271 mach_node_register(mach_node_t node) in mach_node_register()
413 mach_node_t node = mach_node_table[node_id]; in mach_node_for_id_locked() local
643 mnl_register(mnl_node_info_t node, in mnl_register()
671 mnl_set_link_state(mnl_node_info_t node, in mnl_set_link_state()
713 mnl_terminate(mnl_node_info_t node, in mnl_terminate()
H A Dmach_node.h134 #define MACH_NODE_VALID(node) ((node) != MACH_NODE_NULL) argument
136 #define MACH_NODE_FREE(node) kfree(node, MACH_NODE_SIZE) argument
H A Dprocessor.c494 pset_node_t node, in pset_create()
537 pset_node_t node = &pset_node0; in pset_find() local
562 pset_node_t node) in pset_init()
H A Dsched_amp_common.c480 pset_node_t node = (recommended_pset_type(thread) == PSET_AMP_P) ? pcore_node : ecore_node; in sched_amp_choose_node() local
H A Dsched_prim.c2109 pset_node_t node = pset->node; in pset_has_stealable_rt_threads() local
2176 pset_node_t node = pset->node; in pset_commit_processor_to_new_thread() local
4267 pset_node_t node = &pset_node0; in sched_rtlocal_runq_scan() local
4297 pset_node_t node = &pset_node0; in sched_rtlocal_runq_count_sum() local
5004 pset_node_t node = pset->node; in choose_processor() local
5355 choose_starting_pset(pset_node_t node, thread_t thread, processor_t *processor_hint) in choose_starting_pset()
5524 pset_node_t node = SCHED(choose_node)(thread); in thread_setrun() local
7344 for (pset_node_t node = &pset_node0; node != NULL; node = node->node_list) { in sched_update_recommended_cores() local
7383 for (pset_node_t node = &pset_node0; node != NULL; node = node->node_list) { in sched_update_recommended_cores() local
8317 for (pset_node_t node = &pset_node0; node != NULL; node = node->node_list) { in find_pset_of_type() local
H A Dhost.c1321 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()
1341 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 Dsched_amp.c576 pset_node_t node = &pset_node0; in sched_amp_thread_update_scan() local
H A Dprocessor.h258 pset_node_t node; member
633 pset_node_t node = pset->node; in pset_update_processor_state() local
/xnu-8020.101.4/tests/
H A Dpriority_queue.cpp88 test_node_t node = NULL; variable
150 test_node_t node = NULL; variable
226 test_node_t node = NULL; variable
H A Dinet_transfer.c154 inet_endpoint_is_valid(inet_endpoint_t node) in inet_endpoint_is_valid()
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c94 __fe_cuckoo_cmp(struct cuckoo_node *node, void *key0) in __fe_cuckoo_cmp()
136 __fe_cuckoo_retain(struct cuckoo_node *node) in __fe_cuckoo_retain()
143 __fe_cuckoo_release(struct cuckoo_node *node) in __fe_cuckoo_release()
1132 struct cuckoo_node *node = NULL; in flow_mgr_find_fe_by_key() local
1180 struct cuckoo_node *node = NULL; in flow_mgr_find_conflicting_fe() local
/xnu-8020.101.4/tests/vm/
H A Dzalloc_buddy.c79 size_t node = zba_node(pos, o); variable
/xnu-8020.101.4/bsd/dev/arm64/
H A Dsysctl.c226 DTEntry node; in sysctl_load_brand_string() local
/xnu-8020.101.4/tools/lldbmacros/
H A Dskywalk.py709 def GetCuckooNodeAsFLowEntry(node, hashValue): argument
780 def CuckooHashtablePrintNode(node, hashValue): argument
/xnu-8020.101.4/libkern/uuid/
H A Duuid.c46 read_node(uint8_t *node) in read_node()
/xnu-8020.101.4/bsd/dev/
H A Ddev_perfmon.c335 void *node = devfs_make_node_clone(makedev(dmaj, 0), DEVFS_CHAR, in perfmon_dev_init() local
H A Dmonotonic.c115 void *node = devfs_make_node(dev, DEVFS_CHAR, UID_ROOT, in mt_dev_init() local
/xnu-8020.101.4/osfmk/vm/
H A Dvm_map_store_rb.c44 rb_node_compare(struct vm_map_store *node, struct vm_map_store *parent) in rb_node_compare()
/xnu-8020.101.4/san/coverage/
H A Dkcov_ksancov.c750 void *node = devfs_make_node_clone(dev, DEVFS_CHAR, UID_ROOT, GID_WHEEL, 0666, in ksancov_init_dev() local
/xnu-8020.101.4/bsd/netinet/
H A Dip_dummynet.c579 #define SET_OFFSET(heap, node) \ argument
585 #define RESET_OFFSET(heap, node) \ argument
/xnu-8020.101.4/tools/trace/
H A Dparse_ipc_trace.py427 def print_dot_node(self, ofile, node): argument

12