SPLAY_INSERT
SPLAY_INSERT(dict, d, entry);
SPLAY_INSERT(tree, t, entry);
SPLAY_INSERT(_dl_md_plabels, &_dl_md_plabel_root, p);
if (SPLAY_INSERT(tree, &root, tmp) != NULL)
e = SPLAY_INSERT(iommu_page_tree, &ipm->ipm_tree, e);
e = SPLAY_INSERT(iommu_page_tree, &ipm->ipm_tree, e);
SPLAY_INSERT(drm_file_tree, &dev->files, file_priv);
while (SPLAY_INSERT(xarray_tree, &xa->xa_tree, xid)) {
if (SPLAY_INSERT(xarray_tree, &xa->xa_tree, res) != NULL)
while (SPLAY_INSERT(idr_tree, &idr->tree, id)) {
while (SPLAY_INSERT(idr_tree, &idr->tree, id)) {
SPLAY_INSERT(client_tree, &srv->srv_clients, clt);
SPLAY_INSERT(ssltree, env->sc_ssl, s);
SPLAY_INSERT(conntree, &conns, conn);
SPLAY_INSERT(lpr_conn_tree, &conns, conn);
SPLAY_INSERT(reqtree, &reqs, req);
SPLAY_INSERT(reqtree, &reqs, req);
SPLAY_INSERT(session_tree, &rlay->rl_sessions, con);
SPLAY_INSERT(session_tree, &rlay->rl_sessions, con);
SPLAY_INSERT(bounce_message_tree, &messages, msg);
SPLAY_INSERT(_dict, &d->dict, &key);
if (SPLAY_INSERT(_dict, &dst->dict, entry))
SPLAY_INSERT(_dict, &d->dict, entry);
if (SPLAY_INSERT(_dict, &d->dict, entry))
SPLAY_INSERT(mta_relay_tree, &relays, r);
SPLAY_INSERT(mta_host_tree, &hosts, h);
SPLAY_INSERT(mta_domain_tree, &domains, d);
SPLAY_INSERT(mta_source_tree, &sources, s);
SPLAY_INSERT(mta_route_tree, &routes, r);
SPLAY_INSERT(mta_block_tree, &blocks, b);
SPLAY_INSERT(reqtree, &reqs, req);
SPLAY_INSERT(reqtree, &reqs, req);
SPLAY_INSERT(reqtree, &reqs, req);
SPLAY_INSERT(prioqtree, &rq->q_priotree, evp);
SPLAY_INSERT(_tree, &t->tree, &key);
if (SPLAY_INSERT(_tree, &dst->tree, entry))
SPLAY_INSERT(_tree, &t->tree, entry);
if (SPLAY_INSERT(_tree, &t->tree, entry))
SPLAY_INSERT(waitqtree, &waitqs, wq);