/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | condvar.h | 67 zfs_nstosbt(int64_t _ns) in zfs_nstosbt() argument 72 KASSERT(_ns >= 0, ("Negative values illegal for nstosbt: %jd", _ns)); in zfs_nstosbt() 74 if (_ns >= SBT_1S) { in zfs_nstosbt() 75 sb = (_ns / 1000000000) * SBT_1S; in zfs_nstosbt() 76 _ns = _ns % 1000000000; in zfs_nstosbt() 79 sb += ((_ns * 9223372037ull) + 0x7fffffff) >> 31; in zfs_nstosbt()
|
/freebsd/sys/netlink/ |
H A D | netlink_message_writer.h | 180 #define nlattr_restore_offset(_ns, _off, _t) ((_t *)_nlattr_restore_offset(_ns, _off)) argument 190 #define nlmsg_reserve_object(_ns, _t) ((_t *)nlmsg_reserve_data_raw(_ns, sizeof(_t))) argument 191 #define nlmsg_reserve_data(_ns, _sz, _t) ((_t *)nlmsg_reserve_data_raw(_ns, _sz)) argument 217 #define nlmsg_reserve_attr(_ns, _at, _t) ((_t *)_nlmsg_reserve_attr(_ns, _at, NLA_ALIGN(sizeof(_t))… argument
|
H A D | netlink_snl.h | 1118 #define snl_reserve_msg_object(_ns, _t) ((_t *)snl_reserve_msg_data_raw(_ns, sizeof(_t))) argument 1119 #define snl_reserve_msg_data(_ns, _sz, _t) ((_t *)snl_reserve_msg_data_raw(_ns, _sz)) argument 1135 #define snl_reserve_msg_attr(_ns, _at, _t) \ argument 1136 ((_t *)(snl_reserve_msg_attr_raw(_ns, _at, sizeof(_t)) + 1)) 1251 #define snl_restore_msg_offset(_ns, _off, _t) ((_t *)_snl_restore_msg_offset(_ns, _off)) argument
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx_ht.c | 166 #define HT_LTF(_ns) (4 * (_ns)) argument 167 #define SYMBOL_TIME(_ns) ((_ns) << 2) // ns * 4 us argument 168 #define SYMBOL_TIME_HALFGI(_ns) (((_ns) * 18 + 4) / 5) // ns * 3.6 us argument
|
H A D | if_athvar.h | 1432 #define ath_hal_set11nratescenario(_ah, _ds, _dur, _rt, _series, _ns, _flags) \ argument 1434 (_series), (_ns), (_flags)))
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | netdevice.h | 252 #define netif_napi_add(_nd, _ns, _p) \ argument 253 linuxkpi_netif_napi_add(_nd, _ns, _p)
|
/freebsd/sys/compat/linux/ |
H A D | linux_netlink.c | 230 #define nlmsg_copy_next_header(_hdr, _ns, _t) \ argument 231 ((_t *)(_nlmsg_copy_next_header(_hdr, _ns, sizeof(_t))))
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.qtip.js | 1987 this._ns = 'tip'; 2018 …*', tip).add(tip), ['click', 'mousedown'], function(event) { event.stopPropagation(); }, this._ns); 2022 qtip._bind(qtip.tooltip, 'tooltipmove', this.reposition, this._ns, this); 2480 this.qtip._unbind(this.qtip.tooltip, this._ns);
|
/freebsd/contrib/expat/lib/ |
H A D | xmltok.c | 1654 # define ns(x) x##_ns
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedFalkorDetails.td | 1154 def : InstRW<[FalkorWr_1VXVY_0cyc], (instregex "^FMOV(Sr|Dr|v.*_ns)$")>; // imm fwd
|
H A D | AArch64SchedKryoDetails.td | 867 (instregex "FMOV(Di|Dr|Si|Sr|SWr|WSr|XDr|v.*_ns)")>;
|