Searched refs:tu (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_resource.c | 966 uint64_t ut, uu, st, su, it, tt, tu; in calcru1() local 978 if ((int64_t)tu < 0) { in calcru1() 982 tu = ruxp->rux_tu; in calcru1() 988 uu = (tu * ut) / tt; in calcru1() 989 su = (tu * st) / tt; in calcru1() 991 uu = mul64_by_fraction(tu, ut, tt); in calcru1() 992 su = mul64_by_fraction(tu, st, tt); in calcru1() 995 if (tu >= ruxp->rux_tu) { in calcru1() 1004 } else if (tu + 3 > ruxp->rux_tu || 101 * tu > 100 * ruxp->rux_tu) { in calcru1() 1016 tu = ruxp->rux_tu; in calcru1() [all …]
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | fil.c | 7290 ipftune_t tu; local 7298 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0'; 7299 cookie = tu.ipft_cookie; 7319 tu.ipft_cookie = ta + 1; 7331 tu.ipft_vlong = 0; 7341 tu.ipft_sz = ta->ipft_sz; 7367 tu.ipft_name); 7378 tu.ipft_vlong = 0; 7387 tu.ipft_cookie = ta; 7409 in = tu.ipft_vlong; [all …]
|
| /f-stack/freebsd/net/ |
| H A D | bridgestp.c | 536 struct bstp_tcn_unit tu; in bstp_received_stp() local 540 tu.tu_message_type = tpdu->tbu_bpdutype; in bstp_received_stp() 541 bstp_received_tcn(bs, bp, &tu); in bstp_received_stp()
|