Home
last modified time | relevance | path

Searched refs:_head (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/net/route/
H A Dnhop_utils.h62 #define CHT_SLIST_NEED_RESIZE(_head) \ argument
63 _cht_need_resize((const struct _cht_head *)(_head))
64 #define CHT_SLIST_GET_RESIZE_BUCKETS(_head) \ argument
65 _cht_get_resize_size((const struct _cht_head *)(_head))
69 struct _HNAME##_head { \
75 #define CHT_SLIST_INIT(_head, _ptr, _num_buckets) \ argument
76 (_head)->hash_size = _num_buckets; \
77 (_head)->items_count = 0; \
78 (_head)->ptr = _ptr;
82 #define CHT_GET_BUCK(_head, _PX, _key) _PX##_hash_key(_key) & ((_head)->hash_size - 1) argument
[all …]
/freebsd/contrib/atf/atf-c/
H A Dmacros.h54 static void atfu_ ## tc ## _head(atf_tc_t *); \
59 .m_head = atfu_ ## tc ## _head, \
65 static void atfu_ ## tc ## _head(atf_tc_t *); \
71 .m_head = atfu_ ## tc ## _head, \
79 atfu_ ## tc ## _head(atf_tc_t *tcptr ATF_DEFS_ATTRIBUTE_UNUSED)
82 (atfu_ ## tc ## _head)
/freebsd/tests/sys/netpfil/common/
H A Drunner.subr43 eval "${fw}_${testcase}_head(){ ${testcase}_head; }"
/freebsd/tests/sys/net/
H A Dif_tun_test.sh5 235704_head()
/freebsd/contrib/atf/atf-sh/
H A Dlibatf-sh.subr66 # named after it: <tc-name>_head and <tc-name>_body, and optionally by
389 # accompanied by two functions named after it: <tc-name>_head and
395 eval "${1}_head() { :; }"
587 ${1}_head
/freebsd/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fmemopen.c39 #define ATF_TC(arg0) static void arg0##_head(void)
40 #define ATF_TC_HEAD(arg0, arg1) static void arg0##_head()
48 #define ATF_TP_ADD_TC(arg0, arg1) arg1##_head(); arg1##_body()
/freebsd/tools/tools/netmap/
H A Dnmreplay.c622 volatile uint64_t _head ALIGN_CACHE ; /* consumer reads from here */
859 q->cons_head = q->_head; in cons()
891 (u_long)q->_head, (u_long)q->_tail, (u_long)p->next); in cons()