Searched refs:num_moved (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_lag.c | 433 u16 numq, valq, buf_size, num_moved, qbuf_size; in ice_lag_move_vf_node_tc() local 521 if (ice_aq_move_sched_elems(&lag->pf->hw, 1, buf, buf_size, &num_moved, in ice_lag_move_vf_node_tc() 801 u16 numq, valq, buf_size, num_moved, qbuf_size; in ice_lag_reclaim_vf_tc() local 879 if (ice_aq_move_sched_elems(&lag->pf->hw, 1, buf, buf_size, &num_moved, in ice_lag_reclaim_vf_tc() 1832 u16 numq, valq, buf_size, num_moved, qbuf_size; in ice_lag_move_vf_nodes_tc_sync() local 1906 if (ice_aq_move_sched_elems(&lag->pf->hw, 1, buf, buf_size, &num_moved, in ice_lag_move_vf_nodes_tc_sync()
|
/openbmc/linux/fs/ocfs2/ |
H A D | refcounttree.c | 1451 int split_index = 0, num_moved, ret; in ocfs2_divide_leaf_refcount_block() local 1489 num_moved = le16_to_cpu(rl->rl_used) - split_index; in ocfs2_divide_leaf_refcount_block() 1491 num_moved * sizeof(struct ocfs2_refcount_rec)); in ocfs2_divide_leaf_refcount_block() 1495 num_moved * sizeof(struct ocfs2_refcount_rec)); in ocfs2_divide_leaf_refcount_block() 1498 le16_add_cpu(&rl->rl_used, -num_moved); in ocfs2_divide_leaf_refcount_block() 1499 new_rl->rl_used = cpu_to_le16(num_moved); in ocfs2_divide_leaf_refcount_block()
|