Home
last modified time | relevance | path

Searched refs:LIST_INIT (Results 1 – 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dqueue.h526 LIST_INIT(head2); \
533 LIST_INIT(head2); \
561 #define LIST_INIT(head) do { \ macro
/third_party/f2fs-tools/tools/
Df2fs_io_parse.c103 LIST_INIT(&pid_info); in do_init()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_pcb.c229 LIST_INIT(&vrf->ifnlist);
618 LIST_INIT(&sctp_ifnp->ifalist);
2975 LIST_INIT(&inp->sctp_addr_list);
2977 LIST_INIT(&inp->sctp_asoc_list);
2981 LIST_INIT(&inp->sctp_asoc_free_list);
3060 LIST_INIT(&m->shared_keys);
6588 LIST_INIT(&SCTP_BASE_INFO(listhead));
6590 LIST_INIT(&SCTP_BASE_INFO(inplisthead));
6682 LIST_INIT(&SCTP_BASE_INFO(addr_wq));
6709 LIST_INIT(&SCTP_BASE_INFO(vtag_timewait)[i]);
Dsctputil.c1298 LIST_INIT(&asoc->sctp_restricted_addrs); in sctp_init_asoc()
1393 LIST_INIT(&asoc->shared_keys); in sctp_init_asoc()
1703 LIST_INIT(&asc->list_of_work); in sctp_handle_addr_wq()
7334 LIST_INIT(&hashtbl[i]);
7385 LIST_INIT(&hashtbl[i]);
Dsctp_asconf.c3287 LIST_INIT(&asc->list_of_work); in sctp_addr_mgmt_ep_sa()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_queue.h399 #define LIST_INIT(head) do { \ macro