| /OK3568_Linux_fs/external/common_algorithm/video/move_detect/test/ |
| H A D | test.c | 69 INFO_LIST info_list[4096]; in hw_simu_top() local 108 memset(info_list, 0, sizeof(info_list)); in hw_simu_top() 109 move_detection(md_ctx, img_down_sam, p_roi_in, info_list); in hw_simu_top() 122 memset(info_list, 0, sizeof(info_list)); in hw_simu_top() 123 TIME_DEBUG(move_detection(md_ctx, img_down_sam, p_roi_in, info_list)); in hw_simu_top()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cacheinfo.h | 76 struct cacheinfo *info_list; member 115 if (ci->info_list[i].level == level) { in get_cpu_cacheinfo_id() 116 if (ci->info_list[i].attributes & CACHE_ID) in get_cpu_cacheinfo_id() 117 return ci->info_list[i].id; in get_cpu_cacheinfo_id()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | cacheinfo.c | 27 #define per_cpu_cacheinfo(cpu) (ci_cacheinfo(cpu)->info_list) 165 if (this_cpu_ci->info_list->fw_token) { in cache_setup_of_node() 180 this_leaf = this_cpu_ci->info_list + index; in cache_setup_of_node() 239 this_leaf = this_cpu_ci->info_list + index; in cache_shared_cpu_map_setup() 248 if (i == cpu || !sib_cpu_ci->info_list) in cache_shared_cpu_map_setup() 250 sib_leaf = sib_cpu_ci->info_list + index; in cache_shared_cpu_map_setup() 271 this_leaf = this_cpu_ci->info_list + index; in cache_shared_cpu_map_remove() 279 if (!sib_cpu_ci->info_list) in cache_shared_cpu_map_remove() 282 sib_leaf = sib_cpu_ci->info_list + index; in cache_shared_cpu_map_remove() 625 this_leaf = this_cpu_ci->info_list + i; in cache_add_dev()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | cacheinfo.c | 891 if (!this_cpu_ci->info_list) in __cache_amd_cpumap_setup() 893 this_leaf = this_cpu_ci->info_list + index; in __cache_amd_cpumap_setup() 911 if (!this_cpu_ci->info_list) in __cache_amd_cpumap_setup() 918 this_leaf = this_cpu_ci->info_list + index; in __cache_amd_cpumap_setup() 949 this_leaf = this_cpu_ci->info_list + index; in __cache_cpumap_setup() 962 if (i == cpu || !sib_cpu_ci->info_list) in __cache_cpumap_setup() 964 sibling_leaf = sib_cpu_ci->info_list + index; in __cache_cpumap_setup() 1021 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | cacheinfo.c | 43 this_leaf = this_cpu_ci->info_list + index; in get_cacheinfo() 161 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | cache.c | 78 cache = this_cpu_ci->info_list + idx; in show_cacheinfo() 155 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()
|
| /OK3568_Linux_fs/external/common_algorithm/video/move_detect/include/ |
| H A D | move_detection.h | 34 …detection(struct md_ctx *ctx, void *downscale_frame_y, ROI_INFO * p_roi_in, INFO_LIST *info_list);
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H A D | cacheinfo.c | 41 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()
|
| /OK3568_Linux_fs/kernel/fs/vboxsf/ |
| H A D | utils.c | 496 INIT_LIST_HEAD(&p->info_list); in vboxsf_dir_info_alloc() 504 list = &p->info_list; in vboxsf_dir_info_free() 524 b = vboxsf_dir_buf_alloc(&sf_d->info_list); in vboxsf_dir_read_all()
|
| H A D | vfsmod.h | 65 struct list_head info_list; member
|
| H A D | dir.c | 107 list_for_each_entry(b, &sf_d->info_list, head) { in vboxsf_dir_emit()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | cacheinfo.c | 90 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | cacheinfo.c | 76 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | xen-blkfront.c | 129 static LIST_HEAD(info_list); 231 struct list_head info_list; member 1851 list_del(&info->info_list); in free_info() 2100 list_add(&info->info_list, &info_list); in blkfront_probe() 2786 list_for_each_entry(info, &info_list, info_list) { in blkfront_delay_work()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/resctrl/ |
| H A D | pseudo_lock.c | 296 if (ci->info_list[i].level == plr->r->cache_level) { in pseudo_lock_region_init() 297 plr->line_size = ci->info_list[i].coherency_line_size; in pseudo_lock_region_init()
|
| H A D | rdtgroup.c | 1381 if (ci->info_list[i].level == r->cache_level) { in rdtgroup_cbm_to_size() 1382 size = ci->info_list[i].size / r->cache.cbm_len * num_b; in rdtgroup_cbm_to_size()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | pptt.c | 421 this_leaf = this_cpu_ci->info_list + index; in cache_setup_acpi_cpu()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/ |
| H A D | hostap_info.c | 501 skb_queue_head_init(&local->info_list); in hostap_info_init()
|
| H A D | hostap_wlan.h | 807 struct sk_buff_head info_list; /* info frames as skb's for member
|
| H A D | hostap_hw.c | 2385 while ((skb = skb_dequeue(&local->info_list)) != NULL) { in hostap_info_tasklet() 2450 skb_queue_tail(&local->info_list, skb); in prism2_info() 3304 skb_queue_purge(&local->info_list); in prism2_free_local_data()
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | r8152.c | 769 struct list_head list, info_list; member 1739 list_del(&agg->info_list); in free_rx_agg() 1773 INIT_LIST_HEAD(&rx_agg->info_list); in alloc_rx_agg() 1775 list_add_tail(&rx_agg->info_list, &tp->rx_info); in alloc_rx_agg() 1797 list_for_each_entry_safe(agg, agg_next, &tp->rx_info, info_list) in free_all_mem() 2699 list_for_each_entry_safe(agg, agg_next, &tmp_list, info_list) { in rtl_start_rx() 2742 list_for_each_entry_safe(agg, agg_next, &tmp_list, info_list) { in rtl_stop_rx()
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | xen-scsiback.c | 180 struct list_head info_list; member 1729 INIT_LIST_HEAD(&tpg->info_list); in scsiback_make_tpg()
|