Home
last modified time | relevance | path

Searched refs:pgt_entry (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_pgt.c99 mlxsw_sp_pgt_entry_port_lookup(struct mlxsw_sp_pgt_entry *pgt_entry, in mlxsw_sp_pgt_entry_port_lookup() argument
104 list_for_each_entry(pgt_entry_port, &pgt_entry->ports_list, list) { in mlxsw_sp_pgt_entry_port_lookup()
115 struct mlxsw_sp_pgt_entry *pgt_entry; in mlxsw_sp_pgt_entry_create() local
119 pgt_entry = kzalloc(sizeof(*pgt_entry), GFP_KERNEL); in mlxsw_sp_pgt_entry_create()
120 if (!pgt_entry) in mlxsw_sp_pgt_entry_create()
123 ret = idr_replace(&pgt->pgt_idr, pgt_entry, mid); in mlxsw_sp_pgt_entry_create()
129 INIT_LIST_HEAD(&pgt_entry->ports_list); in mlxsw_sp_pgt_entry_create()
130 pgt_entry->index = mid; in mlxsw_sp_pgt_entry_create()
131 pgt_entry->smpe_index = smpe; in mlxsw_sp_pgt_entry_create()
132 return pgt_entry; in mlxsw_sp_pgt_entry_create()
[all …]
/linux/mm/
H A Dmremap.c409 enum pgt_entry { enum
421 static __always_inline unsigned long get_extent(enum pgt_entry entry, in get_extent()
458 static bool move_pgt_entry(enum pgt_entry entry, struct vm_area_struct *vma, in move_pgt_entry()