Home
last modified time | relevance | path

Searched refs:HLIST_HEAD_INIT (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/include/linux/
H A Dhashtable.h18 { [0 ... ((1 << (bits)) - 1)] = HLIST_HEAD_INIT }
22 { [0 ... ((1 << (bits)) - 1)] = HLIST_HEAD_INIT }
H A Dlist.h931 #define HLIST_HEAD_INIT { .first = NULL } macro
/openbmc/linux/tools/include/linux/
H A Dhashtable.h19 { [0 ... ((1 << (bits)) - 1)] = HLIST_HEAD_INIT }
H A Dlist.h606 #define HLIST_HEAD_INIT { .first = NULL } macro
/openbmc/linux/security/integrity/ima/
H A Dima_queue.c38 .queue[0 ... IMA_MEASURE_HTABLE_SIZE - 1] = HLIST_HEAD_INIT
/openbmc/linux/init/
H A Dinit_task.c26 .multiprocess = HLIST_HEAD_INIT,
/openbmc/linux/net/batman-adv/
H A Dfragmentation.c315 struct hlist_head head = HLIST_HEAD_INIT; in batadv_frag_skb_buffer()
H A Dsend.c1111 struct hlist_head head = HLIST_HEAD_INIT; in batadv_purge_outstanding_packets()
H A Dmulticast.c872 struct hlist_head mcast_list = HLIST_HEAD_INIT; in __batadv_mcast_mla_update()
/openbmc/u-boot/include/linux/
H A Dlist.h551 #define HLIST_HEAD_INIT { .first = NULL } macro
/openbmc/linux/arch/x86/kernel/apic/
H A Dvector.c56 .head = HLIST_HEAD_INIT,
/openbmc/linux/lib/
H A Dlist-test.c816 struct hlist_head list1 = HLIST_HEAD_INIT; in hlist_test_init()