Home
last modified time | relevance | path

Searched refs:ent1 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c4169 struct ice_vsig_prof *ent1, *ent2; in ice_get_profs_vsig() local
4172 list_for_each_entry(ent1, &hw->blk[blk].xlt2.vsig_tbl[idx].prop_lst, in ice_get_profs_vsig()
4177 p = devm_kmemdup(ice_hw_to_dev(hw), ent1, sizeof(*p), in ice_get_profs_vsig()
4188 list_for_each_entry_safe(ent1, ent2, lst, list) { in ice_get_profs_vsig()
4189 list_del(&ent1->list); in ice_get_profs_vsig()
4190 devm_kfree(ice_hw_to_dev(hw), ent1); in ice_get_profs_vsig() local
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c3419 struct ice_vsig_prof *ent1, *ent2; in ice_get_profs_vsig() local
3422 list_for_each_entry(ent1, &hw->blk[blk].xlt2.vsig_tbl[idx].prop_lst, in ice_get_profs_vsig()
3427 p = devm_kmemdup(ice_hw_to_dev(hw), ent1, sizeof(*p), in ice_get_profs_vsig()
3438 list_for_each_entry_safe(ent1, ent2, lst, list) { in ice_get_profs_vsig()
3439 list_del(&ent1->list); in ice_get_profs_vsig()
3440 devm_kfree(ice_hw_to_dev(hw), ent1); in ice_get_profs_vsig() local
/kernel/linux/linux-5.10/mm/
H A Dswapfile.c1455 static int swp_entry_cmp(const void *ent1, const void *ent2) in swp_entry_cmp() argument
1457 const swp_entry_t *e1 = ent1, *e2 = ent2; in swp_entry_cmp()
/kernel/linux/linux-6.6/mm/
H A Dswapfile.c1410 static int swp_entry_cmp(const void *ent1, const void *ent2) in swp_entry_cmp() argument
1412 const swp_entry_t *e1 = ent1, *e2 = ent2; in swp_entry_cmp()

Completed in 19 milliseconds