Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_indata.h48 #define sctp_build_readq_entry_mac(_ctl, in_it, context, net, tsn, ppid, sid, flags, dm, tfsn, mid)… argument
49 if (_ctl) { \
51 memset(_ctl, 0, sizeof(struct sctp_queued_to_read)); \
52 (_ctl)->sinfo_stream = sid; \
53 TAILQ_INIT(&_ctl->reasm); \
54 (_ctl)->top_fsn = tfsn; \
55 (_ctl)->mid = mid; \
56 (_ctl)->sinfo_flags = (flags << 8); \
57 (_ctl)->sinfo_ppid = ppid; \
58 (_ctl)->sinfo_context = context; \
[all …]
/freebsd/sys/net/route/
H A Droute_debug.h110 #define FIB_CTL_LOG(_l, _ctl, _fmt, ...) \ argument
111 FIB_LOG_##_l(_l, (_ctl)->ctl_rh->rib_fibnum, \
112 (_ctl)->ctl_rh->rib_family, _fmt, ## __VA_ARGS__)
/freebsd/sys/netlink/route/
H A Dnexthop.c105 #define UN_LOCK_INIT(_ctl) rm_init(&(_ctl)->un_lock, "unhop_ctl") argument
107 #define UN_RLOCK(_ctl) rm_rlock(&((_ctl)->un_lock), &un_tracker) argument
108 #define UN_RUNLOCK(_ctl) rm_runlock(&((_ctl)->un_lock), &un_tracker) argument
110 #define UN_WLOCK(_ctl) rm_wlock(&(_ctl)->un_lock); argument
111 #define UN_WUNLOCK(_ctl) rm_wunlock(&(_ctl)->un_lock); argument
/freebsd/sys/netlink/
H A Dnetlink_domain.c68 #define NLCTL_RLOCK(_ctl) rm_rlock(&((_ctl)->ctl_lock), &nl_tracker) argument
69 #define NLCTL_RUNLOCK(_ctl) rm_runlock(&((_ctl)->ctl_lock), &nl_tracker) argument
71 #define NLCTL_WLOCK(_ctl) rm_wlock(&((_ctl)->ctl_lock)) argument
72 #define NLCTL_WUNLOCK(_ctl) rm_wunlock(&((_ctl)->ctl_lock)) argument
/freebsd/contrib/jemalloc/src/
H A Dctl.c50 static int n##_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, \
265 #define CTL(c) 0, NULL, c##_ctl
1475 n##_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, \
1500 n##_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, \
1521 n##_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, \
1543 n##_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, \
1562 n##_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, \
1578 n##_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, \
1597 n##_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, \
/freebsd/tools/tools/ath/athrd/
H A Dathrd.c60 u_int16_t _ctl[32] = variable
1448 if (_ctl[i] == ctl) in findEdgePower()