Lines Matching defs:om
1342 veb_ports_insert(struct veb_ports *om, struct veb_port *p)
1346 unsigned int ocount = om != NULL ? om->m_count : 0;
1357 if (om != NULL) {
1358 ops = veb_ports_array(om);
1374 veb_ports_remove(struct veb_ports *om, struct veb_port *p)
1378 unsigned int ocount = om->m_count;
1393 ops = veb_ports_array(om);
1433 struct veb_ports *om, *nm;
1507 om = SMR_PTR_GET_LOCKED(ports_ptr);
1508 nm = veb_ports_insert(om, p);
1536 if (om != NULL) {
1537 refcnt_finalize(&om->m_refs, "vebports");
1538 veb_ports_destroy(om);
2181 struct veb_ports *om, *nm;
2186 om = SMR_PTR_GET_LOCKED(ports_ptr);
2187 nm = veb_ports_remove(om, p);
2193 refcnt_finalize(&om->m_refs, "vebports");
2194 veb_ports_destroy(om);