| /freebsd-14.2/sys/vm/ |
| H A D | vm_radix.c | 142 index = (index - rnode->rn_owner) >> rnode->rn_clev; in vm_radix_keybarr() 185 rnode->rn_owner = index & -(rnode->rn_owner << rnode->rn_clev); in vm_radix_node_get() 186 return (rnode); in vm_radix_node_get() 347 rnode = mem; in vm_radix_zone_init() 434 rnode = vm_radix_node_load(&rnode->rn_child[slot], LOCKED); in vm_radix_insert() 477 rnode = vm_radix_node_load(&rnode->rn_child[slot], access); in _vm_radix_lookup() 565 rnode = vm_radix_node_load(&rnode->rn_child[slot], LOCKED); in vm_radix_lookup_ge() 631 rnode = vm_radix_node_load(&rnode->rn_child[slot], LOCKED); in vm_radix_lookup_le() 663 rnode = NULL; in vm_radix_remove() 758 rnode = vm_radix_node_load(&rnode->rn_child[slot], LOCKED); in vm_radix_replace() [all …]
|
| /freebsd-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_radix.c | 62 root->rnode = NULL; in radix_tree_clean_root_node() 75 node = root->rnode; in radix_tree_lookup() 97 node = root->rnode; in radix_tree_iter_find() 137 node = root->rnode; in radix_tree_delete() 162 root->rnode = NULL; in radix_tree_delete() 194 node = root->rnode; in radix_tree_insert() 201 root->rnode = node; in radix_tree_insert() 231 root->rnode = node; in radix_tree_insert() 298 node = root->rnode; in radix_tree_store() 305 root->rnode = node; in radix_tree_store() [all …]
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | radix-tree.h | 50 struct radix_tree_node *rnode; member 60 { .rnode = NULL, .gfp_mask = mask, .height = 0 }; 62 { (root)->rnode = NULL; (root)->gfp_mask = mask; (root)->height = 0; }
|
| /freebsd-14.2/sbin/rcorder/ |
| H A D | rcorder.c | 292 f_reqnode *rnode; in add_require() local 298 rnode = emalloc(sizeof(*rnode)); in add_require() 299 rnode->entry = entry; in add_require() 300 rnode->next = fnode->req_list; in add_require() 301 fnode->req_list = rnode; in add_require() 595 f_reqnode *rnode; in insert_before() local 617 rnode = emalloc(sizeof(*rnode)); in insert_before() 618 rnode->entry = fake_prov_entry; in insert_before() 619 rnode->next = pnode->fnode->req_list; in insert_before() 620 pnode->fnode->req_list = rnode; in insert_before() [all …]
|
| /freebsd-14.2/sys/dev/ocs_fc/ |
| H A D | ocs_fabric.c | 1185 rc = ocs_hw_node_detach(&ocs->hw, &node->rnode); in ocs_fabric_initiate_shutdown() 1186 if (node->rnode.free_group) { in ocs_fabric_initiate_shutdown() 1189 node->rnode.free_group = FALSE; in ocs_fabric_initiate_shutdown() 1351 ocs_node_t *rnode; in __ocs_p2p_wait_domain_attach() local 1359 if (rnode != NULL) { in __ocs_p2p_wait_domain_attach() 1362 node_printf(node, "Node with fc_id x%x already exists\n", rnode->rnode.fc_id); in __ocs_p2p_wait_domain_attach() 1363 ocs_assert (rnode != node, NULL); in __ocs_p2p_wait_domain_attach() 1367 if (rnode == NULL) { in __ocs_p2p_wait_domain_attach() 1378 if (node->rnode.fc_id == 0) { in __ocs_p2p_wait_domain_attach() 1893 port_id = n->rnode.fc_id; in ocs_process_gidpt_payload() [all …]
|
| H A D | ocs_node.c | 116 ocs_remote_node_t *rnode = data; in ocs_remote_node_cb() local 117 ocs_node_t *node = rnode->node; in ocs_remote_node_cb() 155 n->rnode.attached = attach_ok; in ocs_remote_node_cb() 157 n->rnode.index, attach_ok ? "ok" : "fail"); in ocs_remote_node_cb() 273 node->rnode.indicator = UINT32_MAX; in ocs_node_create_pool() 403 node->rnode.indicator = UINT32_MAX; in ocs_node_alloc() 412 rc = ocs_hw_node_alloc(&ocs->hw, &node->rnode, port_id, sport); in ocs_node_alloc() 438 node->rnode.node = node; in ocs_node_alloc() 517 spv_set(sport->lookup, node->rnode.fc_id, NULL); in ocs_node_free() 708 uint32_t port_id = node->rnode.fc_id; in ocs_node_update_display_name() [all …]
|
| H A D | ocs_hw.c | 3045 rnode->indicator, rnode->sport->indicator, in ocs_hw_node_attach() 3079 hw, rnode); in ocs_hw_node_free_resources() 3088 rnode->indicator, rnode->fc_id); in ocs_hw_node_free_resources() 3124 hw, rnode); in ocs_hw_node_detach() 3265 rnode->indicator, rnode->fc_id); in ocs_hw_node_group_attach() 3861 io->rnode = rnode; in ocs_hw_srrs_send() 4081 io->rnode = rnode; in ocs_hw_io_send() 4289 rpi, rnode, in ocs_hw_io_send() 9403 hw->callback.rnode(hw->args.rnode, evt, rnode); in ocs_hw_cb_node_attach() 9446 hw->callback.rnode(hw->args.rnode, evt, rnode); in ocs_hw_cb_node_free() [all …]
|
| H A D | sli4.c | 6640 if (rnode->node_group) { in sli_els_request64_wqe() 6654 if (rnode->attached) { in sli_els_request64_wqe() 6724 if (rnode->attached) { in sli_els_request64_wqe() 6819 if (rnode->node_group) { in sli_fcp_icmnd64_wqe() 6914 if (rnode->node_group) { in sli_fcp_iread64_wqe() 7019 if (rnode->node_group) { in sli_fcp_iwrite64_wqe() 7144 if (rnode->node_group) { in sli_fcp_treceive64_wqe() 7288 if (rnode->node_group) { in sli_fcp_trsp64_wqe() 7756 if (rnode->attached) { in sli_xmit_bcast64_wqe() 7851 if (rnode->attached) { in sli_xmit_bls_rsp64_wqe() [all …]
|
| H A D | ocs_els.c | 62 static int32_t ocs_bls_send_acc_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, 452 ocs_els_req_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_… in ocs_els_req_cb() argument 545 ocs_els_acc_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_… in ocs_els_acc_cb() argument 929 logo->port_id = fc_htobe24(node->rnode.sport->fc_id); in ocs_send_logo() 994 adisc->port_id = fc_htobe24(node->rnode.sport->fc_id); in ocs_send_adisc() 1680 adisc->port_id = fc_htobe24(node->rnode.sport->fc_id); in ocs_send_adisc_acc() 1733 rftid->port_id = ocs_htobe32(node->rnode.sport->fc_id); in ocs_ns_send_rftid() 1786 rffid->port_id = ocs_htobe32(node->rnode.sport->fc_id); in ocs_ns_send_rffid() 1907 if (node->rnode.sport->fc_id == s_id) { in ocs_bls_send_acc() 1987 ocs_els_abort_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint3… in ocs_els_abort_cb() argument [all …]
|
| H A D | ocs_scsi.c | 72 static int32_t ocs_scsi_abort_io_cb(struct ocs_hw_io_s *hio, ocs_remote_node_t *rnode, uint32_t len… 316 ocs_target_io_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, in ocs_target_io_cb() argument 1323 … = ocs_hw_io_send(&io->ocs->hw, io->hio_type, io->hio, io->wire_len, &io->iparam, &io->node->rnode, in ocs_scsi_io_dispatch_hw_io() 1331 &io->els_rsp, &io->node->rnode, &io->iparam, in ocs_scsi_io_dispatch_hw_io() 1338 NULL, &io->node->rnode, &io->iparam, in ocs_scsi_io_dispatch_hw_io() 1346 NULL, 0, NULL, &io->node->rnode, &io->iparam, io->hw_cb, io); in ocs_scsi_io_dispatch_hw_io() 1846 ocs_target_abort_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, ui… in ocs_target_abort_cb() argument 1992 ocs_target_bls_resp_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status,… in ocs_target_bls_resp_cb() argument 2119 ocs_initiator_io_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, in ocs_initiator_io_cb() argument 2665 ocs_scsi_abort_io_cb(struct ocs_hw_io_s *hio, ocs_remote_node_t *rnode, uint32_t len, int32_t statu… in ocs_scsi_abort_io_cb() argument
|
| H A D | ocs_device.c | 185 rc = ocs_hw_node_detach(&ocs->hw, &node->rnode); in __ocs_d_initiate_shutdown() 186 if (node->rnode.free_group) { in __ocs_d_initiate_shutdown() 189 node->rnode.free_group = FALSE; in __ocs_d_initiate_shutdown() 732 …if ((node->ocs->nodedb_mask & OCS_NODEDB_PAUSE_NEW_NODES) && !FC_ADDR_IS_DOMAIN_CTRL(node->rnode.f… in ocs_node_init_device() 1443 if (node->sport->enable_ini && !FC_ADDR_IS_DOMAIN_CTRL(node->rnode.fc_id) in __ocs_d_port_logged_in()
|
| H A D | ocs_hw.h | 566 ocs_remote_node_t *rnode; member 1004 int32_t (*rnode)(void *, ocs_hw_remote_node_event_e, void *); member 1011 void *rnode; member 1283 typedef int32_t (*ocs_hw_srrs_cb_t)(ocs_hw_io_t *io, ocs_remote_node_t *rnode, uint32_t length, int… 1287 uint32_t len, ocs_hw_io_param_t *iparam, ocs_remote_node_t *rnode,
|
| H A D | ocs_common.h | 336 ocs_remote_node_t rnode; /**< Remote node */ member
|
| H A D | ocs_unsol.c | 115 ocs_unsol_abort_cb (ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t len, int32_t status, uint3… in ocs_unsol_abort_cb() argument 676 ocs_assert(port_id == node->rnode.fc_id, -1); in ocs_node_dispatch_frame()
|
| H A D | ocs_sport.c | 521 if((node->rnode.fc_id == FC_ADDR_FABRIC) && (sport->is_vport)) { in __ocs_sport_common() 1907 hrc = ocs_hw_node_group_attach(&ocs->hw, node_group, &node->rnode); in ocs_node_group_init()
|
| H A D | ocs_cam.c | 444 adc->port = node->rnode.fc_id; in ocs_scsi_new_initiator() 510 adc->port = node->rnode.fc_id; in ocs_scsi_del_initiator() 1024 tgt->port_id = node->rnode.fc_id; in ocs_update_tgt()
|
| /freebsd-14.2/sys/dev/iicbus/pmic/rockchip/ |
| H A D | rk8xx_regulators.c | 320 phandle_t rnode, child; in rk8xx_attach_regulators() local 325 rnode = ofw_bus_find_child(ofw_bus_get_node(sc->dev), "regulators"); in rk8xx_attach_regulators() 326 if (rnode > 0) { in rk8xx_attach_regulators() 328 child = ofw_bus_find_child(rnode, in rk8xx_attach_regulators()
|
| /freebsd-14.2/sys/dev/iicbus/pmic/ |
| H A D | act8846_regulator.c | 451 phandle_t child, rnode; in act8846_regulator_attach() local 454 rnode = ofw_bus_find_child(node, "regulators"); in act8846_regulator_attach() 455 if (rnode <= 0) { in act8846_regulator_attach() 468 child = ofw_bus_find_child(rnode, act8846_regdefs[i].name); in act8846_regulator_attach()
|
| /freebsd-14.2/sys/arm/nvidia/ |
| H A D | as3722_regulators.c | 603 phandle_t child, rnode; in as3722_regulator_attach() local 606 rnode = ofw_bus_find_child(node, "regulators"); in as3722_regulator_attach() 607 if (rnode <= 0) { in as3722_regulator_attach() 618 child = ofw_bus_find_child(rnode, as3722s_def[i].name); in as3722_regulator_attach()
|
| /freebsd-14.2/sys/arm64/nvidia/tegra210/ |
| H A D | max77620_regulators.c | 762 phandle_t child, rnode; in max77620_regulator_attach() local 765 rnode = ofw_bus_find_child(node, "regulators"); in max77620_regulator_attach() 766 if (rnode <= 0) { in max77620_regulator_attach() 778 child = ofw_bus_find_child(rnode, max77620s_def[i].name); in max77620_regulator_attach()
|
| /freebsd-14.2/sys/arm/allwinner/ |
| H A D | axp209.c | 1309 phandle_t rnode, child; in axp2xx_attach() local 1356 rnode = ofw_bus_find_child(ofw_bus_get_node(dev), "regulators"); in axp2xx_attach() 1357 if (rnode > 0) { in axp2xx_attach() 1359 child = ofw_bus_find_child(rnode, in axp2xx_attach()
|
| H A D | axp81x.c | 1469 phandle_t rnode, child; in axp8xx_attach() local 1506 rnode = ofw_bus_find_child(ofw_bus_get_node(dev), "regulators"); in axp8xx_attach() 1507 if (rnode > 0) { in axp8xx_attach() 1530 child = ofw_bus_find_child(rnode, in axp8xx_attach()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 8174 unsigned int *namelenp, char *cname, SIZE_T *csz, void **rnode, 8178 csz, rnode, v); 8185 // Skip rnode, it's rarely used and not trivial to sanitize 8187 int res = REAL(sysctlgetmibinfo)(sname, name, namelenp, cname, csz, rnode, v);
|