Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/opp/
Dopp.h207 unsigned int path_count; member
Ddebugfs.c62 for (i = 0; i < opp_table->path_count; i++) { in opp_debug_create_bw()
Dof.c505 opp_table->path_count = num_paths; in dev_pm_opp_of_find_icc_paths()
783 if (table->path_count != count) { in _read_bw()
785 __func__, name, count, table->path_count); in _read_bw()
Dcore.c766 if (index >= opp_table->path_count) in dev_pm_opp_find_bw_ceil()
825 if (index >= opp_table->path_count) in dev_pm_opp_find_bw_floor()
962 for (i = 0; i < opp_table->path_count; i++) { in _set_opp_bw()
1536 for (i = 0; i < opp_table->path_count; i++) in _opp_table_kref_release()
1731 icc_size = sizeof(*opp->bandwidth) * table->path_count; in _opp_allocate()
/linux-5.19.10/fs/
Deventpoll.c1302 static int path_count[PATH_ARR_SIZE]; variable
1310 if (++path_count[nests] > path_limits[nests]) in path_count_inc()
1320 path_count[i] = 0; in path_count_init()