Home
last modified time | relevance | path

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

/linux/init/
H A Dinit_task.c28 .multiprocess = HLIST_HEAD_INIT,
36 .posix_timers = HLIST_HEAD_INIT,
37 .ignored_posix_timers = HLIST_HEAD_INIT,
/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.h943 #define HLIST_HEAD_INIT { .first = NULL } macro
/linux/scripts/include/
H A Dhashtable.h14 { [0 ... ((size) - 1)] = HLIST_HEAD_INIT }
H A Dlist.h320 #define HLIST_HEAD_INIT { .first = NULL } macro
/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
/linux/security/integrity/ima/
H A Dima_queue.c39 .queue[0 ... IMA_MEASURE_HTABLE_SIZE - 1] = HLIST_HEAD_INIT
/linux/net/batman-adv/
H A Dfragmentation.c314 struct hlist_head head = HLIST_HEAD_INIT; in batadv_frag_skb_buffer()
H A Dsend.c1096 struct hlist_head head = HLIST_HEAD_INIT; in batadv_purge_outstanding_packets()
H A Dmulticast.c903 struct hlist_head mcast_list = HLIST_HEAD_INIT; in __batadv_mcast_mla_update()
/linux/arch/x86/kernel/apic/
H A Dvector.c56 .head = HLIST_HEAD_INIT,
/linux/lib/tests/
H A Dlist-test.c824 struct hlist_head list1 = HLIST_HEAD_INIT; in hlist_test_init()