Searched refs:new_num (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ena/
H A Dena.h511 int ena_update_io_queue_nb(struct ena_adapter *adapter, uint32_t new_num);
H A Dena.c1254 /* Caller should sanitize new_num */
1256 ena_update_io_queue_nb(struct ena_adapter *adapter, uint32_t new_num) argument
1268 ena_update_io_rings(adapter, new_num);
1276 new_num, old_num);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp2399 int new_num = master_th->th.th_teams_size.nth; local
2401 team->t.t_nproc = new_num;
2403 other_threads[i]->th.th_team_nproc = new_num;
2406 for (int i = old_num; i < new_num; ++i) {

Completed in 110 milliseconds