Searched refs:group_cnt (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/mm/ |
D | percpu.c | 2277 static int group_cnt[NR_CPUS] __initdata; in pcpu_build_alloc_info() local 2289 memset(group_cnt, 0, sizeof(group_cnt)); in pcpu_build_alloc_info() 2327 group_cnt[group]++; in pcpu_build_alloc_info() 2343 int this_allocs = DIV_ROUND_UP(group_cnt[group], upa); in pcpu_build_alloc_info() 2345 wasted += this_allocs * upa - group_cnt[group]; in pcpu_build_alloc_info() 2366 nr_units += roundup(group_cnt[group], upa); in pcpu_build_alloc_info() 2375 cpu_map += roundup(group_cnt[group], upa); in pcpu_build_alloc_info() 2385 for (group = 0, unit = 0; group_cnt[group]; group++) { in pcpu_build_alloc_info()
|
/Linux-v4.19/drivers/pinctrl/sprd/ |
D | pinctrl-sprd.c | 906 unsigned int group_cnt, cnt; in sprd_pinctrl_get_groups() local 908 group_cnt = of_get_child_count(np); in sprd_pinctrl_get_groups() 913 group_cnt += cnt; in sprd_pinctrl_get_groups() 916 return group_cnt; in sprd_pinctrl_get_groups()
|
/Linux-v4.19/drivers/md/ |
D | raid5.h | 681 int group_cnt; member
|
D | raid5.c | 997 should_defer = conf->batch_bio_dispatch && conf->group_cnt; in ops_run_io() 5334 for (i = 0; i < conf->group_cnt; i++) { in __get_priority_stripe() 6580 int *group_cnt, 6590 int group_cnt, worker_cnt_per_group; in raid5_store_group_thread_cnt() local 6614 &group_cnt, &worker_cnt_per_group, in raid5_store_group_thread_cnt() 6618 conf->group_cnt = group_cnt; in raid5_store_group_thread_cnt() 6655 int *group_cnt, in alloc_thread_groups() argument 6665 *group_cnt = 0; in alloc_thread_groups() 6669 *group_cnt = num_possible_nodes(); in alloc_thread_groups() 6671 workers = kcalloc(size, *group_cnt, GFP_NOIO); in alloc_thread_groups() [all …]
|
D | raid5-cache.c | 417 (conf->raid_disks - conf->max_degraded) * (conf->group_cnt + 1)); in r5c_log_required_to_flush_cache()
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme.h | 464 u8 group_cnt; /* In WiDi 3.5, they specified another scan algo. for WFD/RDS co-existed */ member
|