Home
last modified time | relevance | path

Searched refs:pprev (Results 1 - 11 of 11) sorted by relevance

/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_hash.h43 struct hlist_node *next, **pprev; member
67 h->pprev = NULL; in INIT_HLIST_NODE()
72 return !h->pprev; in hlist_unhashed()
83 struct hlist_node **pprev = n->pprev; in _hlist_del() local
85 WRITE_ONCE(*pprev, next); in _hlist_del()
87 next->pprev = pprev; in _hlist_del()
95 n->pprev = (struct hlist_node **)LIST_POISON2; in hlist_del()
111 first->pprev in hlist_add_head()
[all...]
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_hash.h43 struct hlist_node *next, **pprev; member
65 h->pprev = NULL; in INIT_HLIST_NODE()
70 return !h->pprev; in hlist_unhashed()
81 struct hlist_node **pprev = n->pprev; in _hlist_del() local
83 WRITE_ONCE(*pprev, next); in _hlist_del()
85 next->pprev = pprev; in _hlist_del()
93 n->pprev = (struct hlist_node**)LIST_POISON2; in hlist_del()
109 first->pprev in hlist_add_head()
[all...]
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_hash.h43 struct hlist_node *next, **pprev; member
65 h->pprev = NULL; in INIT_HLIST_NODE()
70 return !h->pprev; in hlist_unhashed()
81 struct hlist_node **pprev = n->pprev; in __hlist_del() local
83 WRITE_ONCE(*pprev, next); in __hlist_del()
85 next->pprev = pprev; in __hlist_del()
93 n->pprev = (struct hlist_node**)LIST_POISON2; in hlist_del()
109 first->pprev in hlist_add_head()
[all...]
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_hash.h44 struct hlist_node *next, **pprev; member
66 h->pprev = NULL; in INIT_HLIST_NODE()
71 return !h->pprev; in hlist_unhashed()
83 struct hlist_node **pprev = n->pprev; in __hlist_del() local
85 WRITE_ONCE(*pprev, next); in __hlist_del()
87 next->pprev = pprev; in __hlist_del()
94 n->pprev = (struct hlist_node**)LIST_POISON2; in hlist_del()
110 first->pprev in hlist_add_head()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H A Dosal_list.h595 struct osal_hlist_node *next, **pprev; member
610 h->pprev = OSAL_NULL; in INIT_OSAL_HLIST_NODE()
615 return !h->pprev; in osal_hlist_unhashed()
626 struct osal_hlist_node **pprev = n->pprev; in osal___hlist_del() local
627 *pprev = next; in osal___hlist_del()
629 next->pprev = pprev; in osal___hlist_del()
637 n->pprev = OSAL_LIST_POISON2; in osal_hlist_del()
653 first->pprev in osal_hlist_add_head()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dosal_list.h592 struct osal_hlist_node *next, **pprev; member
607 h->pprev = OSAL_NULL; in INIT_OSAL_HLIST_NODE()
612 return !h->pprev; in osal_hlist_unhashed()
623 struct osal_hlist_node **pprev = n->pprev; in osal___hlist_del() local
624 *pprev = next; in osal___hlist_del()
626 next->pprev = pprev; in osal___hlist_del()
634 n->pprev = OSAL_LIST_POISON2; in osal_hlist_del()
650 first->pprev in osal_hlist_add_head()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dosal_list.h591 struct osal_hlist_node *next, **pprev; member
606 h->pprev = OSAL_NULL; in INIT_OSAL_HLIST_NODE()
611 return !h->pprev; in osal_hlist_unhashed()
622 struct osal_hlist_node **pprev = n->pprev; in osal___hlist_del() local
623 *pprev = next; in osal___hlist_del()
625 next->pprev = pprev; in osal___hlist_del()
633 n->pprev = OSAL_LIST_POISON2; in osal_hlist_del()
649 first->pprev in osal_hlist_add_head()
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Dosal_list.h590 struct osal_hlist_node *next, **pprev; member
605 h->pprev = OSAL_NULL; in INIT_OSAL_HLIST_NODE()
610 return !h->pprev; in osal_hlist_unhashed()
621 struct osal_hlist_node **pprev = n->pprev; in osal___hlist_del() local
622 *pprev = next; in osal___hlist_del()
624 next->pprev = pprev; in osal___hlist_del()
632 n->pprev = OSAL_LIST_POISON2; in osal_hlist_del()
648 first->pprev in osal_hlist_add_head()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_pno.c802 dhd_pno_best_header_t *phead, *pprev; in _dhd_pno_convert_format() local
887 pprev = phead; in _dhd_pno_convert_format()
890 MFREE(dhd->osh, pprev, BEST_HEADER_SIZE); in _dhd_pno_convert_format()
927 dhd_pno_best_header_t *phead, *pprev; in _dhd_pno_clear_all_batch_results() local
953 pprev = phead; in _dhd_pno_clear_all_batch_results()
955 MFREE(dhd->osh, pprev, BEST_HEADER_SIZE); in _dhd_pno_clear_all_batch_results()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dmm.h1888 extern int mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev, unsigned long start,
2681 extern struct vm_area_struct *find_vma_prev(struct mm_struct *mm, unsigned long addr, struct vm_area_struct **pprev);
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c9410 struct bpf_verifier_state_list *sl, **pprev; in is_state_visited() local
9435 pprev = explored_state(env, insn_idx); in is_state_visited()
9436 sl = *pprev; in is_state_visited()
9514 *pprev = sl->next; in is_state_visited()
9530 sl = *pprev; in is_state_visited()
9534 pprev = &sl->next; in is_state_visited()
9535 sl = *pprev; in is_state_visited()

Completed in 32 milliseconds