Home
last modified time | relevance | path

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

/linux/init/
H A Dinit_task.c28 .multiprocess = HLIST_HEAD_INIT,
33 .posix_timers = HLIST_HEAD_INIT,
34 .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.h931 #define HLIST_HEAD_INIT { .first = NULL }
939 #define HLIST_HEAD_INIT global() 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.c38 .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.c1111 struct hlist_head head = HLIST_HEAD_INIT; in batadv_purge_outstanding_packets()
H A Dmulticast.c906 struct hlist_head mcast_list = HLIST_HEAD_INIT; in __batadv_mcast_mla_update()
/linux/lib/
H A Dlist-test.c824 struct hlist_head list1 = HLIST_HEAD_INIT; in hlist_test_init()