Home
last modified time | relevance | path

Searched refs:max_buckets (Results 1 – 8 of 8) sorted by relevance

/linux/tools/power/x86/intel-speed-select/
H A Disst-core-tpmi.c331 if (info.max_buckets > TRL_MAX_BUCKETS) in tpmi_get_get_trls()
332 info.max_buckets = TRL_MAX_BUCKETS; in tpmi_get_get_trls()
338 for (j = 0; j < info.max_buckets; ++j) in tpmi_get_get_trls()
376 if (info.max_buckets > TRL_MAX_BUCKETS) in tpmi_get_trl_bucket_info()
377 info.max_buckets = TRL_MAX_BUCKETS; in tpmi_get_trl_bucket_info()
379 for (i = 0; i < info.max_buckets; ++i) in tpmi_get_trl_bucket_info()
555 if (info.max_buckets > TRL_MAX_BUCKETS) in tpmi_get_fact_info()
556 info.max_buckets = TRL_MAX_BUCKETS; in tpmi_get_fact_info()
562 for (j = 0; j < info.max_buckets; ++j) in tpmi_get_fact_info()
567 for (i = 0; i < info.max_buckets; ++i) in tpmi_get_fact_info()
/linux/net/ceph/crush/
H A Dmapper.c539 (-1-item) >= map->max_buckets) { in crush_choose_firstn()
752 (-1-item) >= map->max_buckets) { in crush_choose_indep()
866 v += map->max_buckets * sizeof(struct crush_work_bucket *); in crush_init_workspace()
867 for (b = 0; b < map->max_buckets; ++b) { in crush_init_workspace()
950 -1-curstep->arg1 < map->max_buckets && in crush_do_rule()
1018 if (bno < 0 || bno >= map->max_buckets) { in crush_do_rule()
H A Dcrush.c113 for (b = 0; b < map->max_buckets; b++) { in crush_destroy()
/linux/include/uapi/linux/
H A Disst_if.h374 __u16 max_buckets; member
475 __u16 max_buckets; member
/linux/include/linux/crush/
H A Dcrush.h243 __s32 max_buckets; member
/linux/net/ceph/
H A Dosdmap.c366 arg_map->size = c->max_buckets; in decode_choose_args()
411 c->max_buckets * sizeof(struct crush_work_bucket *); in crush_finalize()
413 for (b = 0; b < c->max_buckets; b++) { in crush_finalize()
463 c->max_buckets = ceph_decode_32(p); in crush_decode()
467 c->buckets = kcalloc(c->max_buckets, sizeof(*c->buckets), GFP_NOFS); in crush_decode()
475 for (i = 0; i < c->max_buckets; i++) { in crush_decode()
3032 for (i = 0; i < c->max_buckets; i++) { in get_immediate_parent()
/linux/drivers/platform/x86/intel/speed_select_if/
H A Disst_tpmi_core.c1148 perf_level.max_buckets = TRL_MAX_BUCKETS; in isst_if_get_perf_level_info()
1433 turbo_freq.max_buckets = TRL_MAX_BUCKETS; in isst_if_get_turbo_freq_info()
/linux/drivers/md/
H A Ddm-snap.c881 sector_t hash_size, cow_dev_size, max_buckets; in init_hash_tables() local
888 max_buckets = calc_max_buckets(); in init_hash_tables()
891 hash_size = min(hash_size, max_buckets); in init_hash_tables()