Searched refs:SLIST_INSERT_HEAD (Results 1 – 7 of 7) sorted by relevance
/external/libiio/src/iiod/ |
D | ops.c | 959 SLIST_INSERT_HEAD(&entry->thdlist_head, thd, dev_list_entry); in open_dev_helper() 979 SLIST_INSERT_HEAD(&pdata->thdlist_head, thd, parser_list_entry); in open_dev_helper() 1006 SLIST_INSERT_HEAD(&entry->thdlist_head, thd, dev_list_entry); in open_dev_helper() 1037 SLIST_INSERT_HEAD(&pdata->thdlist_head, thd, parser_list_entry); in open_dev_helper()
|
D | queue.h | 175 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
|
/external/openssh/openbsd-compat/ |
D | sys-queue.h | 55 #undef SLIST_INSERT_HEAD 222 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
|
/external/ipsec-tools/src/include-glibc/sys/ |
D | queue.h | 143 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
|
/external/libevent/compat/sys/ |
D | queue.h | 128 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
|
/external/iperf3/src/ |
D | queue.h | 137 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
|
D | iperf_api.c | 2349 SLIST_INSERT_HEAD(&testp->protocols, tcp, protocols); in iperf_defaults() 3768 SLIST_INSERT_HEAD(&test->streams, sp, streams); in iperf_add_stream()
|