Searched refs:tw (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_timewait.c | 122 #define TW_LOCK_INIT(tw, d) rw_init_flags(&(tw), (d), 0) argument 123 #define TW_LOCK_DESTROY(tw) rw_destroy(&(tw)) argument 124 #define TW_RLOCK(tw) rw_rlock(&(tw)) argument 125 #define TW_WLOCK(tw) rw_wlock(&(tw)) argument 126 #define TW_RUNLOCK(tw) rw_runlock(&(tw)) argument 127 #define TW_WUNLOCK(tw) rw_wunlock(&(tw)) argument 128 #define TW_LOCK_ASSERT(tw) rw_assert(&(tw), RA_LOCKED) argument 129 #define TW_RLOCK_ASSERT(tw) rw_assert(&(tw), RA_RLOCKED) argument 130 #define TW_WLOCK_ASSERT(tw) rw_assert(&(tw), RA_WLOCKED) argument 131 #define TW_UNLOCK_ASSERT(tw) rw_assert(&(tw), RA_UNLOCKED) argument [all …]
|
| H A D | in_pcb.c | 992 struct tcptw *tw; in in_pcbbind_setup() local 1038 tw = intotw(t); in in_pcbbind_setup() 1039 if (tw == NULL || in in_pcbbind_setup() 1040 ((reuseport & tw->tw_so_options) == 0 && in in_pcbbind_setup() 1042 tw->tw_so_options) == 0)) { in in_pcbbind_setup()
|
| H A D | tcp_subr.c | 3072 struct tcptw *tw; in sysctl_drop() local 3158 tw = intotw(inp); in sysctl_drop() 3159 if (tw != NULL) in sysctl_drop() 3160 tcp_twclose(tw, 0); in sysctl_drop()
|
| /f-stack/freebsd/amd64/ia32/ |
| H A D | ia32_reg.c | 151 uint16_t tw, exp; in fill_fpregs32() local 184 tw = 0; in fill_fpregs32() 187 tw <<= 2; in fill_fpregs32() 201 tw |= 1; /* Zero */ in fill_fpregs32() 203 tw |= 2; /* Denormal */ in fill_fpregs32() 205 tw |= 2; /* Infinity or NaN */ in fill_fpregs32() 207 tw |= 3; /* Empty */ in fill_fpregs32() 210 penv_87->en_tw = tw; in fill_fpregs32()
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_pcb.c | 211 struct tcptw *tw; in in6_pcbbind() local 279 tw = intotw(t); in in6_pcbbind() 280 if (tw == NULL || in in6_pcbbind() 281 ((reuseport & tw->tw_so_options) == 0 && in in6_pcbbind() 282 (reuseport_lb & tw->tw_so_options) == 0)) in in6_pcbbind() 297 tw = intotw(t); in in6_pcbbind() 298 if (tw == NULL) in in6_pcbbind() 300 if ((reuseport & tw->tw_so_options) == 0 in in6_pcbbind() 301 && (reuseport_lb & tw->tw_so_options) == 0 in in6_pcbbind()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | npx.c | 1160 uint16_t tw, exp; in npx_fill_fpregs_xmm1() local 1181 tw = 0; in npx_fill_fpregs_xmm1() 1184 tw <<= 2; in npx_fill_fpregs_xmm1() 1198 tw |= 1; /* Zero */ in npx_fill_fpregs_xmm1() 1200 tw |= 2; /* Denormal */ in npx_fill_fpregs_xmm1() 1202 tw |= 2; /* Infinity or NaN */ in npx_fill_fpregs_xmm1() 1204 tw |= 3; /* Empty */ in npx_fill_fpregs_xmm1() 1207 penv_87->en_tw = tw; in npx_fill_fpregs_xmm1()
|
| /f-stack/freebsd/contrib/dev/ral/ |
| H A D | LICENSE | 4 Paul Lin <[email protected].tw>
|
| /f-stack/freebsd/mips/conf/ |
| H A D | ALFA_HORNET_UB | 4 # http://www.alfa.com.tw/products_show.php?pc=99&ps=50
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | sun8i-h3-mapleboard-mp130.dts | 3 * Copyright (C) 2017 Centrum Embedded Systems, Jia-Bin Huang <[email protected].tw>
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/bridge/ |
| H A D | ite,it6505.yaml | 10 - Allen Chen <[email protected].tw>
|
| /f-stack/freebsd/contrib/openzfs/ |
| H A D | AUTHORS | 35 AndCycle <[email protected].tw>
|