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

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_pgt.c99 mlxsw_sp_pgt_entry_port_lookup(struct mlxsw_sp_pgt_entry *pgt_entry, argument
104 list_for_each_entry(pgt_entry_port, &pgt_entry->ports_list, list) {
115 struct mlxsw_sp_pgt_entry *pgt_entry; local
119 pgt_entry = kzalloc(sizeof(*pgt_entry), GFP_KERNEL);
120 if (!pgt_entry)
123 ret = idr_replace(&pgt->pgt_idr, pgt_entry, mid);
129 INIT_LIST_HEAD(&pgt_entry->ports_list);
130 pgt_entry->index = mid;
131 pgt_entry
139 mlxsw_sp_pgt_entry_destroy(struct mlxsw_sp_pgt *pgt, struct mlxsw_sp_pgt_entry *pgt_entry) argument
154 struct mlxsw_sp_pgt_entry *pgt_entry; local
165 struct mlxsw_sp_pgt_entry *pgt_entry; local
183 mlxsw_sp_pgt_entry_port_write(struct mlxsw_sp *mlxsw_sp, const struct mlxsw_sp_pgt_entry *pgt_entry, u16 local_port, bool member) argument
207 mlxsw_sp_pgt_entry_port_create(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_pgt_entry *pgt_entry, u16 local_port) argument
234 mlxsw_sp_pgt_entry_port_destroy(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_pgt_entry *pgt_entry, struct mlxsw_sp_pgt_entry_port *pgt_entry_port) argument
249 struct mlxsw_sp_pgt_entry *pgt_entry; local
281 struct mlxsw_sp_pgt_entry *pgt_entry; local
[all...]
/linux-master/mm/
H A Dmremap.c402 enum pgt_entry { enum
410 * Returns an extent of the corresponding size for the pgt_entry specified if
412 * destination pgt_entry.
414 static __always_inline unsigned long get_extent(enum pgt_entry entry,
449 * pgt_entry. Returns true if the move was successful, else false.
451 static bool move_pgt_entry(enum pgt_entry entry, struct vm_area_struct *vma,

Completed in 128 milliseconds