Home
last modified time | relevance | path

Searched refs:path_count (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/opp/
H A Dopp.h231 unsigned int path_count; member
H A Ddebugfs.c64 for (i = 0; i < opp_table->path_count; i++) { in opp_debug_create_bw()
H A Dof.c523 opp_table->path_count = num_paths; in dev_pm_opp_of_find_icc_paths()
815 if (opp_table->path_count != count) { in _read_bw()
817 __func__, name, count, opp_table->path_count); in _read_bw()
H A Dcore.c125 return opp_table->path_count > index; in assert_bandwidth_index()
1028 for (i = 0; i < opp_table->path_count; i++) { in _set_opp_bw()
1630 for (i = 0; i < opp_table->path_count; i++) in _opp_table_kref_release()
1823 icc_size = sizeof(*opp->bandwidth) * opp_table->path_count; in _opp_allocate()
1887 for (i = 0; i < opp_table->path_count; i++) { in _opp_compare_bw()
/openbmc/linux/fs/
H A Deventpoll.c1375 static int path_count[PATH_ARR_SIZE]; variable
1383 if (++path_count[nests] > path_limits[nests]) in path_count_inc()
1393 path_count[i] = 0; in path_count_init()