Searched refs:ent1 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/intel/ice/ |
D | ice_flex_pipe.c | 5323 struct ice_vsig_prof *ent1, *ent2; in ice_get_profs_vsig() local 5326 list_for_each_entry(ent1, &hw->blk[blk].xlt2.vsig_tbl[idx].prop_lst, in ice_get_profs_vsig() 5331 p = devm_kmemdup(ice_hw_to_dev(hw), ent1, sizeof(*p), in ice_get_profs_vsig() 5342 list_for_each_entry_safe(ent1, ent2, lst, list) { in ice_get_profs_vsig() 5343 list_del(&ent1->list); in ice_get_profs_vsig() 5344 devm_kfree(ice_hw_to_dev(hw), ent1); in ice_get_profs_vsig()
|
/linux-6.1.9/mm/ |
D | swapfile.c | 1399 static int swp_entry_cmp(const void *ent1, const void *ent2) in swp_entry_cmp() argument 1401 const swp_entry_t *e1 = ent1, *e2 = ent2; in swp_entry_cmp()
|