| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | list.h | 134 __list_add(struct list_head *entry, in __list_add() function 161 __list_add(entry, head, head->next); in list_add() 182 __list_add(entry, head->prev, head); in list_add_tail()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_list.h | 163 static __inline void __list_add(struct list_head *_new, in __list_add() function 183 __list_add(_new, head, head->next); in list_add() 197 __list_add(_new, head->prev, head); in list_add_tail()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_list.h | 163 static __inline void __list_add(struct list_head *_new, in __list_add() function 183 __list_add(_new, head, head->next); in list_add() 197 __list_add(_new, head->prev, head); in list_add_tail()
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/ |
| H A D | list.h | 40 static inline void __list_add(struct list_head *new, in __list_add() function 60 __list_add(new, head, head->next); in list_add()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | mkregtable.c | 60 static inline void __list_add(struct list_head *new, in __list_add() function 69 extern void __list_add(struct list_head *new, 83 __list_add(new, head->prev, head); in list_add_tail()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | list.h | 82 static inline void __list_add(struct list_head *_new, in __list_add() function 102 __list_add(_new, head->prev, head); in list_add_tail()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | list.h | 81 static inline void __list_add(struct list_head *_new, in __list_add() function 101 __list_add(_new, head->prev, head); in list_add_tail()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | list.h | 82 static inline void __list_add(struct list_head *_new, in __list_add() function 102 __list_add(_new, head->prev, head); in list_add_tail()
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_list.h | 151 static __inline void __list_add(struct list_head * _new, in __list_add() function 163 __list_add(_new, head, head->next); in list_add() 168 __list_add(_new, head->prev, head); in list_add_tail()
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rk_list.h | 97 static inline void __list_add(struct list_head *new, in __list_add() function 106 extern void __list_add(struct list_head *new, 121 __list_add(new, head, head->next); in list_add() 135 __list_add(new, head->prev, head); in list_add_tail()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | list.h | 38 static inline void __list_add(struct list_head *new, in __list_add() function 48 extern void __list_add(struct list_head *new, 63 __list_add(new, head, head->next); in list_add() 77 __list_add(new, head->prev, head); in list_add_tail()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | list.h | 90 static inline void __list_add(struct list_head *new, in __list_add() function 100 extern void __list_add(struct list_head *new, 115 __list_add(new, head, head->next); in list_add() 129 __list_add(new, head->prev, head); in list_add_tail()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | list.h | 57 static inline void __list_add(struct list_head *n, in __list_add() function 77 __list_add(n, head, head->next); in list_add() 92 __list_add(n, head->prev, head); in list_add_tail()
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | list.h | 43 static inline void __list_add(struct list_head *new, in __list_add() function 63 __list_add(new, head, head->next); in list_add() 76 __list_add(new, head->prev, head); in list_add_tail()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | list.h | 63 static inline void __list_add(struct list_head *new, in __list_add() function 86 __list_add(new, head, head->next); in list_add() 100 __list_add(new, head->prev, head); in list_add_tail()
|
| H A D | damon.h | 462 __list_add(&r->list, &prev->list, &next->list); in damon_insert_region()
|
| /OK3568_Linux_fs/kernel/sound/pci/ctxfi/ |
| H A D | ctimap.c | 46 __list_add(&entry->list, pos->prev, pos); in input_mapper_add()
|
| H A D | ctvmem.c | 100 __list_add(&block->list, pos->prev, pos); in put_vm_block()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | test_lru_dist.c | 51 static inline void __list_add(struct list_head *new, in __list_add() function 63 __list_add(new, head, head->next); in list_add()
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | raw3270.h | 271 __list_add(&cs->list, left, left->next); in free_string()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/ |
| H A D | aic94xx_task.c | 548 __list_add(&alist, ascb->list.prev, &ascb->list); in asd_execute_task() 588 __list_add(&alist, ascb->list.prev, &ascb->list); in asd_execute_task()
|
| H A D | aic94xx_hwi.h | 348 __list_add(&list, ascb_list->list.prev, &ascb_list->list); in asd_ascb_free_list()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/ |
| H A D | osdep_service.c | 872 static inline void __list_add(_list *pnew, _list *pprev, _list *pnext) in __list_add() function 950 __list_add(plist, phead, phead->next); in rtw_list_insert_head() 968 __list_add(plist, phead->prev, phead); in rtw_list_insert_tail()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/ |
| H A D | osdep_service.c | 881 static inline void __list_add(_list *pnew, _list *pprev, _list *pnext) in __list_add() function 959 __list_add(plist, phead, phead->next); in rtw_list_insert_head() 977 __list_add(plist, phead->prev, phead); in rtw_list_insert_tail()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/ |
| H A D | osdep_service.c | 935 static inline void __list_add(_list *pnew, _list *pprev, _list *pnext) in __list_add() function 1013 __list_add(plist, phead, phead->next); in rtw_list_insert_head() 1031 __list_add(plist, phead->prev, phead); in rtw_list_insert_tail()
|