Home
last modified time | relevance | path

Searched refs:LIST_INSERT_HEAD (Results 1 – 4 of 4) sorted by relevance

/external/f2fs-tools/tools/
Df2fs_io_parse.c104 LIST_INSERT_HEAD(&pid_info, misc, ptr); in do_init()
175 LIST_INSERT_HEAD(&pid_info, pent, ptr); in handle_tp_pid()
/external/ipsec-tools/src/racoon/
Dhandler.c394 LIST_INSERT_HEAD(&ph1tree, iph1, chain);
688 LIST_INSERT_HEAD(&ph2tree, iph2, chain);
779 LIST_INSERT_HEAD(&iph1->ph2tree, iph2, ph1bind);
832 LIST_INSERT_HEAD(&ctdtree, new, chain);
983 LIST_INSERT_HEAD(&rcptree, new, chain);
Dsainfo.c204 LIST_INSERT_HEAD(&sitree, new, chain);
/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h301 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro