| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-log-userspace-base.c | 56 struct list_head clear_list; member 231 INIT_LIST_HEAD(&lc->clear_list); in userspace_ctr() 568 LIST_HEAD(clear_list); in userspace_flush() 576 list_splice_init(&lc->clear_list, &clear_list); in userspace_flush() 580 clear_list_is_empty = list_empty(&clear_list); in userspace_flush() 585 r = flush_by_group(lc, &clear_list, 0); in userspace_flush() 631 list_for_each_entry_safe(fe, tmp_fe, &clear_list, list) { in userspace_flush() 698 list_add(&fe->list, &lc->clear_list); in userspace_clear_region()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | RkAiqCalibDb.cpp | 549 clear_list(list); in releaseCalibDb() 553 clear_list(list); in releaseCalibDb() 557 clear_list(list); in releaseCalibDb() 563 clear_list(ae_list); in releaseCalibDb() 567 clear_list(ae_list); in releaseCalibDb()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/accm/ |
| H A D | rk_aiq_accm_algo_v1.cpp | 315 clear_list(&hAccm->accmRest.problist); in UpdateCcmCalibV2ParaV1() 387 clear_list(&hAccm->accmRest.dominateIlluList); in AccmRelease() 389 clear_list(&hAccm->accmRest.problist); in AccmRelease()
|
| H A D | rk_aiq_accm_algo_v2.cpp | 361 clear_list(&hAccm->accmRest.problist); in UpdateCcmCalibV2ParaV2() 432 clear_list(&hAccm->accmRest.dominateIlluList); in AccmRelease() 434 clear_list(&hAccm->accmRest.problist); in AccmRelease()
|
| H A D | rk_aiq_accm_algo_com.cpp | 883 clear_list(&hAccm->accmRest.dominateIlluList); in ReloadCCMCalibV2()
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | hcd.h | 574 struct list_head clear_list; /* of usb_tt_clear */ member 584 struct list_head clear_list; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/a3dlut/ |
| H A D | rk_aiq_a3dlut_algo.cpp | 465 clear_list(&hAlut3d->restinfo.dominateIdxList); in UpdateLut3dCalibV2Para() 542 clear_list(&hAlut3d->restinfo.dominateIdxList); in Alut3dRelease()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/ |
| H A D | rk_aiq_alsc_algo_v1.cpp | 501 clear_list(&hAlsc->alscRest.dominateIlluList); in AlscConfig() 767 clear_list(&hAlsc->alscRest.dominateIlluList); in UpdateLscCalibPara() 845 clear_list(&hAlsc->alscRest.dominateIlluList); in AlscRelease()
|
| H A D | rk_aiq_alsc_algo.cpp | 586 clear_list(&hAlsc->alscRest.dominateIlluList); in ClearContext() 1114 clear_list(&hAlsc->alscRest.dominateIlluList); in AlscConfig()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | list.h | 314 AIQ_MAYBE_UNUSED static void clear_list(struct list_head* l) { in clear_list() function
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | hub.c | 788 while (!list_empty(&hub->tt.clear_list)) { in hub_tt_work() 795 next = hub->tt.clear_list.next; in hub_tt_work() 796 clear = list_entry(next, struct usb_tt_clear, clear_list); in hub_tt_work() 797 list_del(&clear->clear_list); in hub_tt_work() 899 list_add_tail(&clear->clear_list, &tt->clear_list); in usb_hub_clear_tt_buffer() 1504 INIT_LIST_HEAD(&hub->tt.clear_list); in hub_configure()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hnae3.h | 601 bool clear_list);
|
| H A D | hns3_enet.c | 4020 static void hns3_del_all_fd_rules(struct net_device *netdev, bool clear_list) in hns3_del_all_fd_rules() argument 4025 h->ae_algo->ops->del_all_fd_entries(h, clear_list); in hns3_del_all_fd_rules()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | ftrace.c | 6765 static void add_to_clear_hash_list(struct list_head *clear_list, in add_to_clear_hash_list() argument 6777 list_add(&func->list, clear_list); in add_to_clear_hash_list()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 5986 bool clear_list) in hclge_del_all_fd_entries() argument 6002 if (clear_list) { in hclge_del_all_fd_entries()
|