Searched refs:group_cnt (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pinctrl/sprd/ |
| H A D | pinctrl-sprd.c | 918 unsigned int group_cnt, cnt; in sprd_pinctrl_get_groups() local 920 group_cnt = of_get_child_count(np); in sprd_pinctrl_get_groups() 925 group_cnt += cnt; in sprd_pinctrl_get_groups() 928 return group_cnt; in sprd_pinctrl_get_groups()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | percpu.c | 2672 static int group_cnt[NR_CPUS] __initdata; in pcpu_build_alloc_info() local 2684 memset(group_cnt, 0, sizeof(group_cnt)); in pcpu_build_alloc_info() 2722 group_cnt[group]++; in pcpu_build_alloc_info() 2738 int this_allocs = DIV_ROUND_UP(group_cnt[group], upa); in pcpu_build_alloc_info() 2740 wasted += this_allocs * upa - group_cnt[group]; in pcpu_build_alloc_info() 2761 nr_units += roundup(group_cnt[group], upa); in pcpu_build_alloc_info() 2770 cpu_map += roundup(group_cnt[group], upa); in pcpu_build_alloc_info()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid5.h | 680 int group_cnt; member
|
| H A D | raid5.c | 1070 should_defer = conf->batch_bio_dispatch && conf->group_cnt; in ops_run_io() 5534 for (i = 0; i < conf->group_cnt; i++) { in __get_priority_stripe() 6892 int *group_cnt, 6901 int group_cnt; in raid5_store_group_thread_cnt() local 6924 err = alloc_thread_groups(conf, new, &group_cnt, &new_groups); in raid5_store_group_thread_cnt() 6927 conf->group_cnt = group_cnt; in raid5_store_group_thread_cnt() 6965 static int alloc_thread_groups(struct r5conf *conf, int cnt, int *group_cnt, in alloc_thread_groups() argument 6973 *group_cnt = 0; in alloc_thread_groups() 6977 *group_cnt = num_possible_nodes(); in alloc_thread_groups() 6979 workers = kcalloc(size, *group_cnt, GFP_NOIO); in alloc_thread_groups() [all …]
|
| H A D | raid5-cache.c | 406 (conf->raid_disks - conf->max_degraded) * (conf->group_cnt + 1)); in r5c_log_required_to_flush_cache()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | rtw_mlme.h | 706 u8 group_cnt; //In WiDi 3.5, they specified another scan algo. for WFD/RDS co-existed member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | rtw_mlme.h | 723 u8 group_cnt; //In WiDi 3.5, they specified another scan algo. for WFD/RDS co-existed member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | rtw_mlme.h | 722 u8 group_cnt; /* In WiDi 3.5, they specified another scan algo. for WFD/RDS co-existed */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | rtw_mlme.h | 824 u8 group_cnt; /* In WiDi 3.5, they specified another scan algo. for WFD/RDS co-existed */ member
|