Home
last modified time | relevance | path

Searched refs:le_next (Results 1 – 25 of 721) sorted by relevance

12345678910>>...29

/dports/net/cvsync/cvsync-0.24.19/common/
H A Dlist.c85 next = lep->le_next; in list_destroy()
94 next = lep->le_next; in list_destroy()
125 lep->le_next = lp->l_head; in list_insert_head()
154 lep->le_next = NULL; in list_insert_tail()
159 lp->l_tail->le_next = lep; in list_insert_tail()
182 next = lep->le_next; in list_remove()
188 priv->le_next = next; in list_remove()
194 lep->le_next = lp->l_freelist; in list_remove()
211 lp->l_head = lep->le_next; in list_remove_head()
218 lep->le_next = lp->l_freelist; in list_remove_head()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qemu/
H A Drcu_queue.h67 (elm)->field.le_next = (listelm)->field.le_next; \
68 (elm)->field.le_prev = &(listelm)->field.le_next; \
69 atomic_rcu_set(&(listelm)->field.le_next, (elm)); \
70 if ((elm)->field.le_next != NULL) { \
71 (elm)->field.le_next->field.le_prev = \
97 (elm)->field.le_next = (head)->lh_first; \
99 if ((elm)->field.le_next != NULL) { \
100 (elm)->field.le_next->field.le_prev = \
101 &(elm)->field.le_next; \
111 if ((elm)->field.le_next != NULL) { \
[all …]
/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Drcu_queue.h67 (elm)->field.le_next = (listelm)->field.le_next; \
68 (elm)->field.le_prev = &(listelm)->field.le_next; \
69 atomic_rcu_set(&(listelm)->field.le_next, (elm)); \
70 if ((elm)->field.le_next != NULL) { \
71 (elm)->field.le_next->field.le_prev = \
97 (elm)->field.le_next = (head)->lh_first; \
99 if ((elm)->field.le_next != NULL) { \
100 (elm)->field.le_next->field.le_prev = \
101 &(elm)->field.le_next; \
111 if ((elm)->field.le_next != NULL) { \
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Drcu_queue.h67 (elm)->field.le_next = (listelm)->field.le_next; \
68 (elm)->field.le_prev = &(listelm)->field.le_next; \
69 atomic_rcu_set(&(listelm)->field.le_next, (elm)); \
70 if ((elm)->field.le_next != NULL) { \
71 (elm)->field.le_next->field.le_prev = \
97 (elm)->field.le_next = (head)->lh_first; \
99 if ((elm)->field.le_next != NULL) { \
100 (elm)->field.le_next->field.le_prev = \
101 &(elm)->field.le_next; \
111 if ((elm)->field.le_next != NULL) { \
[all …]
/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Drcu_queue.h67 (elm)->field.le_next = (listelm)->field.le_next; \
68 (elm)->field.le_prev = &(listelm)->field.le_next; \
69 qatomic_rcu_set(&(listelm)->field.le_next, (elm)); \
70 if ((elm)->field.le_next != NULL) { \
71 (elm)->field.le_next->field.le_prev = \
97 (elm)->field.le_next = (head)->lh_first; \
99 if ((elm)->field.le_next != NULL) { \
100 (elm)->field.le_next->field.le_prev = \
101 &(elm)->field.le_next; \
111 if ((elm)->field.le_next != NULL) { \
[all …]
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Drcu_queue.h67 (elm)->field.le_next = (listelm)->field.le_next; \
68 (elm)->field.le_prev = &(listelm)->field.le_next; \
69 qatomic_rcu_set(&(listelm)->field.le_next, (elm)); \
70 if ((elm)->field.le_next != NULL) { \
71 (elm)->field.le_next->field.le_prev = \
97 (elm)->field.le_next = (head)->lh_first; \
99 if ((elm)->field.le_next != NULL) { \
100 (elm)->field.le_next->field.le_prev = \
101 &(elm)->field.le_next; \
111 if ((elm)->field.le_next != NULL) { \
[all …]
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/
H A Drcu_queue.h67 (elm)->field.le_next = (listelm)->field.le_next; \
68 (elm)->field.le_prev = &(listelm)->field.le_next; \
69 qatomic_rcu_set(&(listelm)->field.le_next, (elm)); \
70 if ((elm)->field.le_next != NULL) { \
71 (elm)->field.le_next->field.le_prev = \
97 (elm)->field.le_next = (head)->lh_first; \
99 if ((elm)->field.le_next != NULL) { \
100 (elm)->field.le_next->field.le_prev = \
101 &(elm)->field.le_next; \
111 if ((elm)->field.le_next != NULL) { \
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Drcu_queue.h67 (elm)->field.le_next = (listelm)->field.le_next; \
68 (elm)->field.le_prev = &(listelm)->field.le_next; \
69 atomic_rcu_set(&(listelm)->field.le_next, (elm)); \
70 if ((elm)->field.le_next != NULL) { \
71 (elm)->field.le_next->field.le_prev = \
97 (elm)->field.le_next = (head)->lh_first; \
99 if ((elm)->field.le_next != NULL) { \
100 (elm)->field.le_next->field.le_prev = \
101 &(elm)->field.le_next; \
111 if ((elm)->field.le_next != NULL) { \
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Drcu_queue.h67 (elm)->field.le_next = (listelm)->field.le_next; \
68 (elm)->field.le_prev = &(listelm)->field.le_next; \
69 qatomic_rcu_set(&(listelm)->field.le_next, (elm)); \
70 if ((elm)->field.le_next != NULL) { \
71 (elm)->field.le_next->field.le_prev = \
97 (elm)->field.le_next = (head)->lh_first; \
99 if ((elm)->field.le_next != NULL) { \
100 (elm)->field.le_next->field.le_prev = \
101 &(elm)->field.le_next; \
111 if ((elm)->field.le_next != NULL) { \
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Drcu_queue.h67 (elm)->field.le_next = (listelm)->field.le_next; \
68 (elm)->field.le_prev = &(listelm)->field.le_next; \
69 atomic_rcu_set(&(listelm)->field.le_next, (elm)); \
70 if ((elm)->field.le_next != NULL) { \
71 (elm)->field.le_next->field.le_prev = \
97 (elm)->field.le_next = (head)->lh_first; \
99 if ((elm)->field.le_next != NULL) { \
100 (elm)->field.le_next->field.le_prev = \
101 &(elm)->field.le_next; \
111 if ((elm)->field.le_next != NULL) { \
[all …]
/dports/editors/vigor/vigor-0.016/include/sys/
H A Dqueue.h78 struct type *le_next; /* next element */ \
90 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
91 (listelm)->field.le_next->field.le_prev = \
92 &(elm)->field.le_next; \
93 (listelm)->field.le_next = (elm); \
94 (elm)->field.le_prev = &(listelm)->field.le_next; \
99 (elm)->field.le_next = (listelm); \
101 (listelm)->field.le_prev = &(elm)->field.le_next; \
112 if ((elm)->field.le_next != NULL) \
113 (elm)->field.le_next->field.le_prev = \
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Dqueue.h74 struct type *le_next; /* next element */ \
79 #define LIST_NEXT(elm, field) ((elm)->field.le_next)
90 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
91 (listelm)->field.le_next->field.le_prev = \
92 &(elm)->field.le_next; \
93 (listelm)->field.le_next = (elm); \
94 (elm)->field.le_prev = &(listelm)->field.le_next; \
99 (elm)->field.le_next = (listelm); \
112 if ((elm)->field.le_next != NULL) \
113 (elm)->field.le_next->field.le_prev = \
[all …]
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Dqueue.h78 struct type *le_next; /* next element */ \
83 #define LIST_NEXT(elm, field) ((elm)->field.le_next)
94 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
95 (listelm)->field.le_next->field.le_prev = \
96 &(elm)->field.le_next; \
97 (listelm)->field.le_next = (elm); \
98 (elm)->field.le_prev = &(listelm)->field.le_next; \
103 (elm)->field.le_next = (listelm); \
116 if ((elm)->field.le_next != NULL) \
117 (elm)->field.le_next->field.le_prev = \
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/include/qemu/
H A Dqueue.h96 struct type *le_next; /* next element */ \
108 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
109 (listelm)->field.le_next->field.le_prev = \
110 &(elm)->field.le_next; \
111 (listelm)->field.le_next = (elm); \
112 (elm)->field.le_prev = &(listelm)->field.le_next; \
117 (elm)->field.le_next = (listelm); \
119 (listelm)->field.le_prev = &(elm)->field.le_next; \
123 if (((elm)->field.le_next = (head)->lh_first) != NULL) \
150 (var) = ((var)->field.le_next))
[all …]
/dports/emulators/bochs/bochs-2.7/
H A Dqemu-queue.h96 struct type *le_next; /* next element */ \
108 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
109 (listelm)->field.le_next->field.le_prev = \
110 &(elm)->field.le_next; \
111 (listelm)->field.le_next = (elm); \
112 (elm)->field.le_prev = &(listelm)->field.le_next; \
117 (elm)->field.le_next = (listelm); \
119 (listelm)->field.le_prev = &(elm)->field.le_next; \
123 if (((elm)->field.le_next = (head)->lh_first) != NULL) \
150 (var) = ((var)->field.le_next))
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/qemuvga/
H A Dqueue.h96 struct type *le_next; /* next element */ \
108 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
109 (listelm)->field.le_next->field.le_prev = \
110 &(elm)->field.le_next; \
111 (listelm)->field.le_next = (elm); \
112 (elm)->field.le_prev = &(listelm)->field.le_next; \
117 (elm)->field.le_next = (listelm); \
119 (listelm)->field.le_prev = &(elm)->field.le_next; \
123 if (((elm)->field.le_next = (head)->lh_first) != NULL) \
150 (var) = ((var)->field.le_next))
[all …]
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/include/
H A Dec_queue.h179 struct type *le_next; /* next element */ \
189 #define LIST_NEXT(elm, field) ((elm)->field.le_next)
211 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
212 (listelm)->field.le_next->field.le_prev = \
213 &(elm)->field.le_next; \
214 (listelm)->field.le_next = (elm); \
215 (elm)->field.le_prev = &(listelm)->field.le_next; \
220 (elm)->field.le_next = (listelm); \
222 (listelm)->field.le_prev = &(elm)->field.le_next; \
226 if (((elm)->field.le_next = (head)->lh_first) != NULL) \
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/qemu/include/qemu/
H A Dqueue.h96 struct type *le_next; /* next element */ \
108 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
109 (listelm)->field.le_next->field.le_prev = \
110 &(elm)->field.le_next; \
111 (listelm)->field.le_next = (elm); \
112 (elm)->field.le_prev = &(listelm)->field.le_next; \
117 (elm)->field.le_next = (listelm); \
119 (listelm)->field.le_prev = &(elm)->field.le_next; \
123 if (((elm)->field.le_next = (head)->lh_first) != NULL) \
150 (var) = ((var)->field.le_next))
[all …]
/dports/devel/concurrencykit/ck-0.6.0/include/
H A Dck_queue.h354 struct type *le_next; /* next element */ \
378 (elm)->field.le_next = (listelm)->field.le_next; \
379 (elm)->field.le_prev = &(listelm)->field.le_next; \
381 if ((listelm)->field.le_next != NULL) \
382 (listelm)->field.le_next->field.le_prev = &(elm)->field.le_next;\
383 ck_pr_store_ptr(&(listelm)->field.le_next, elm); \
388 (elm)->field.le_next = (listelm); \
391 (listelm)->field.le_prev = &(elm)->field.le_next; \
395 (elm)->field.le_next = (head)->lh_first; \
397 if ((elm)->field.le_next != NULL) \
[all …]
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/concurrency_kit/ck/include/
H A Dck_queue.h354 struct type *le_next; /* next element */ \
378 (elm)->field.le_next = (listelm)->field.le_next; \
379 (elm)->field.le_prev = &(listelm)->field.le_next; \
381 if ((listelm)->field.le_next != NULL) \
382 (listelm)->field.le_next->field.le_prev = &(elm)->field.le_next;\
383 ck_pr_store_ptr(&(listelm)->field.le_next, elm); \
388 (elm)->field.le_next = (listelm); \
391 (listelm)->field.le_prev = &(elm)->field.le_next; \
395 (elm)->field.le_next = (head)->lh_first; \
397 if ((elm)->field.le_next != NULL) \
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/dbm/include/
H A Dqueue.h76 struct type *le_next; /* next element */ \
90 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
91 (listelm)->field.le_next->field.le_prev = \
92 &(elm)->field.le_next; \
93 (listelm)->field.le_next = (elm); \
94 (elm)->field.le_prev = &(listelm)->field.le_next; \
99 if (((elm)->field.le_next = (head)->lh_first) != NULL) \
100 (head)->lh_first->field.le_prev = &(elm)->field.le_next; \
107 if ((elm)->field.le_next != NULL) \
108 (elm)->field.le_next->field.le_prev = \
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/plugins/kdb/db2/libdb2/include/
H A Ddb-queue.h78 struct type *le_next; /* next element */ \
90 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
91 (listelm)->field.le_next->field.le_prev = \
92 &(elm)->field.le_next; \
93 (listelm)->field.le_next = (elm); \
94 (elm)->field.le_prev = &(listelm)->field.le_next; \
98 if (((elm)->field.le_next = (head)->lh_first) != NULL) \
99 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
105 if ((elm)->field.le_next != NULL) \
106 (elm)->field.le_next->field.le_prev = \
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/lib/dbm/include/
H A Dqueue.h76 struct type *le_next; /* next element */ \
90 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
91 (listelm)->field.le_next->field.le_prev = \
92 &(elm)->field.le_next; \
93 (listelm)->field.le_next = (elm); \
94 (elm)->field.le_prev = &(listelm)->field.le_next; \
99 if (((elm)->field.le_next = (head)->lh_first) != NULL) \
100 (head)->lh_first->field.le_prev = &(elm)->field.le_next; \
107 if ((elm)->field.le_next != NULL) \
108 (elm)->field.le_next->field.le_prev = \
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/PORT/bsdi.1.0/include/
H A Dqueue.h78 struct type *le_next; /* next element */ \
90 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
91 (listelm)->field.le_next->field.le_prev = \
92 &(elm)->field.le_next; \
93 (listelm)->field.le_next = (elm); \
94 (elm)->field.le_prev = &(listelm)->field.le_next; \
98 if (((elm)->field.le_next = (head)->lh_first) != NULL) \
99 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
105 if ((elm)->field.le_next != NULL) \
106 (elm)->field.le_next->field.le_prev = \
[all …]
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/PORT/irix.4.05F/include/
H A Dqueue.h78 struct type *le_next; /* next element */ \
90 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
91 (listelm)->field.le_next->field.le_prev = \
92 &(elm)->field.le_next; \
93 (listelm)->field.le_next = (elm); \
94 (elm)->field.le_prev = &(listelm)->field.le_next; \
98 if (((elm)->field.le_next = (head)->lh_first) != NULL) \
99 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
105 if ((elm)->field.le_next != NULL) \
106 (elm)->field.le_next->field.le_prev = \
[all …]

12345678910>>...29