Searched defs:head1 (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/ |
H A D | sys-queue.h | 214 #define LIST_MOVE(head1, head2) do { \ argument 383 #define SIMPLEQ_CONCAT(head1, head2) do { \ argument 556 #define TAILQ_CONCAT(head1, head2, field) do { \ argument 644 #define STAILQ_CONCAT(head1, head2) do { \ argument
|
/openbmc/qemu/include/qemu/ |
H A D | queue.h | 354 #define QSIMPLEQ_CONCAT(head1, head2) do { \ argument 362 #define QSIMPLEQ_PREPEND(head1, head2) do { \ argument
|
/openbmc/linux/kernel/ |
H A D | pid.c | 375 struct hlist_head *head1 = &pid1->tasks[PIDTYPE_PID]; in exchange_tids() local
|
/openbmc/linux/kernel/events/ |
H A D | core.c | 3444 #define double_list_for_each_entry(pos1, pos2, head1, head2, member) \ argument
|