Searched refs:nb_p_lcores (Results 1 – 1 of 1) sorted by relevance
485 opdl_first_entry_id(uint32_t start_seq, uint8_t nb_p_lcores, in opdl_first_entry_id() argument488 return ((nb_p_lcores <= 1) ? 0 : in opdl_first_entry_id()489 (nb_p_lcores - (start_seq % nb_p_lcores) + this_lcore) % in opdl_first_entry_id()490 nb_p_lcores); in opdl_first_entry_id()