Home
last modified time | relevance | path

Searched refs:entry_b (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/netlabel/
H A Dnetlabel_domainhash.c409 struct netlbl_dom_map *entry_old, *entry_b; in netlbl_domhsh_add() local
456 entry_b = kzalloc(sizeof(*entry_b), GFP_ATOMIC); in netlbl_domhsh_add()
457 if (entry_b == NULL) { in netlbl_domhsh_add()
461 entry_b->family = AF_INET6; in netlbl_domhsh_add()
462 entry_b->def.type = NETLBL_NLTYPE_UNLABELED; in netlbl_domhsh_add()
463 entry_b->valid = 1; in netlbl_domhsh_add()
468 entry_b); in netlbl_domhsh_add()
/kernel/linux/linux-6.6/net/netlabel/
H A Dnetlabel_domainhash.c409 struct netlbl_dom_map *entry_old, *entry_b; in netlbl_domhsh_add() local
456 entry_b = kzalloc(sizeof(*entry_b), GFP_ATOMIC); in netlbl_domhsh_add()
457 if (entry_b == NULL) { in netlbl_domhsh_add()
461 entry_b->family = AF_INET6; in netlbl_domhsh_add()
462 entry_b->def.type = NETLBL_NLTYPE_UNLABELED; in netlbl_domhsh_add()
463 entry_b->valid = 1; in netlbl_domhsh_add()
468 entry_b); in netlbl_domhsh_add()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_dp_mst_topology.c1617 const struct drm_dp_mst_topology_ref_entry *entry_a = a, *entry_b = b; in topology_ref_history_cmp() local
1619 if (entry_a->ts_nsec > entry_b->ts_nsec) in topology_ref_history_cmp()
1621 else if (entry_a->ts_nsec < entry_b->ts_nsec) in topology_ref_history_cmp()
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1575 const struct drm_dp_mst_topology_ref_entry *entry_a = a, *entry_b = b; in topology_ref_history_cmp() local
1577 if (entry_a->ts_nsec > entry_b->ts_nsec) in topology_ref_history_cmp()
1579 else if (entry_a->ts_nsec < entry_b->ts_nsec) in topology_ref_history_cmp()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dcma.c469 struct id_table_entry *entry_b) in compare_netdev_and_ip()
472 &entry_b->id_list, struct rdma_id_private, id_list_entry); in compare_netdev_and_ip()
468 compare_netdev_and_ip(int ifindex_a, struct sockaddr *sa, struct id_table_entry *entry_b) compare_netdev_and_ip() argument

Completed in 24 milliseconds