Symbol: __list_add
drivers/bluetooth/btrtl.c
477
__list_add(&node->list, pos->prev, pos);
drivers/gpu/drm/radeon/mkregtable.c
69
extern void __list_add(struct list_head *new,
drivers/gpu/drm/radeon/mkregtable.c
83
__list_add(new, head->prev, head);
drivers/net/ethernet/ti/netcp_core.c
490
__list_add(&entry->list, next->list.prev, &next->list);
drivers/net/ethernet/ti/netcp_core.c
539
__list_add(&entry->list, next->list.prev, &next->list);
drivers/s390/block/dasd_int.h
792
__list_add(&chunk->list, left, left->next);
drivers/s390/char/raw3270.c
772
__list_add(&rp->list, l->prev, l);
drivers/scsi/aic94xx/aic94xx_hwi.c
1204
__list_add(&list, ascb->list.prev, &ascb->list);
drivers/scsi/aic94xx/aic94xx_hwi.h
348
__list_add(&list, ascb_list->list.prev, &ascb_list->list);
drivers/scsi/aic94xx/aic94xx_task.c
540
__list_add(&alist, ascb->list.prev, &ascb->list);
drivers/scsi/aic94xx/aic94xx_task.c
576
__list_add(&alist, ascb->list.prev, &ascb->list);
include/linux/damon.h
909
__list_add(&r->list, &prev->list, &next->list);
include/linux/list.h
177
__list_add(new, head, head->next);
include/linux/list.h
191
__list_add(new, head->prev, head);
mm/cma.c
353
__list_add(&mrp->list, mlp->list.prev, &mlp->list);
net/ipv4/cipso_ipv4.c
267
__list_add(&entry->list,
net/ipv6/calipso.c
233
__list_add(&entry->list,
net/sunrpc/xprtrdma/svc_rdma_pcl.c
64
__list_add(&chunk->ch_list, pos->ch_list.prev, &pos->ch_list);
samples/bpf/test_lru_dist.c
57
__list_add(new, head, head->next);
scripts/include/list.h
83
__list_add(new, head, head->next);
scripts/include/list.h
96
__list_add(new, head->prev, head);
sound/pci/ctxfi/ctimap.c
46
__list_add(&entry->list, pos->prev, pos);
sound/pci/ctxfi/ctvmem.c
97
__list_add(&block->list, pos->prev, pos);
tools/include/linux/list.h
48
extern void __list_add(struct list_head *new,
tools/include/linux/list.h
63
__list_add(new, head, head->next);
tools/include/linux/list.h
77
__list_add(new, head->prev, head);
tools/testing/selftests/filesystems/utils.c
103
__list_add(list, head->prev, head);
tools/usb/usbip/libsrc/list.h
60
__list_add(new, head, head->next);