/freebsd/tools/tools/syscall_timing/ |
H A D | syscall_timing.c | 919 int t_flags; member 926 { "access", test_access, .t_flags = FLAG_PATH }, 927 { "bad_open", test_bad_open, .t_flags = 0 }, 928 { "chroot", test_chroot, .t_flags = 0 }, 929 { "clock_gettime", test_clock_gettime, .t_flags = 0 }, 930 { "create_unlink", test_create_unlink, .t_flags = FLAG_PATH }, 931 { "fork", test_fork, .t_flags = 0 }, 932 { "fork_exec", test_fork_exec, .t_flags = 0 }, 933 { "getppid", test_getppid, .t_flags = 0 }, 934 { "getpriority", test_getpriority, .t_flags = 0 }, [all …]
|
/freebsd/sys/netinet/ |
H A D | tcp_output.c | 229 if (tp->t_flags & TF_TOE) in tcp_default_output() 238 if ((tp->t_flags & TF_FASTOPEN) && in tcp_default_output() 251 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una); in tcp_default_output() 255 tp->t_flags &= ~TF_LASTIDLE; in tcp_default_output() 257 if (tp->t_flags & TF_MORETOCOME) { in tcp_default_output() 258 tp->t_flags |= TF_LASTIDLE; in tcp_default_output() 269 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_default_output() 271 !IN_FASTRECOVERY(tp->t_flags)) { in tcp_default_output() 293 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_default_output() 294 (IN_FASTRECOVERY(tp->t_flags) || in tcp_default_output() [all …]
|
H A D | tcp_input.c | 264 return ((tp->t_flags & TF_SACK_PERMIT) && in tcp_is_sack_recovery() 315 if (!IN_RECOVERY(tp->t_flags)) in cc_ack_received() 318 if ((tp->t_flags & TF_GPUTINPROG) && in cc_ack_received() 337 tp->t_flags &= ~TF_GPUTINPROG; in cc_ack_received() 429 if (!IN_FASTRECOVERY(tp->t_flags)) { in cc_cong_signal() 436 if (!IN_CONGRECOVERY(tp->t_flags) || in cc_cong_signal() 442 EXIT_CONGRECOVERY(tp->t_flags); in cc_cong_signal() 452 EXIT_RECOVERY(tp->t_flags); in cc_cong_signal() 462 if (tp->t_flags & TF_WASFRECOVERY) in cc_cong_signal() 463 ENTER_FASTRECOVERY(tp->t_flags); in cc_cong_signal() [all …]
|
H A D | tcp_usrreq.c | 403 if (tp->t_flags & TF_FASTOPEN) in tcp_usr_listen() 467 if (tp->t_flags & TF_FASTOPEN) in tcp6_usr_listen() 894 if ((tp->t_flags & TF_FASTOPEN) && (tp->t_state == TCPS_SYN_RECEIVED)) in tcp_usr_rcvd() 897 if (tp->t_flags & TF_TOE) in tcp_usr_rcvd() 1101 if (tp->t_flags & TF_FASTOPEN) in tcp_usr_send() 1129 tp->t_flags |= TF_MORETOCOME; in tcp_usr_send() 1132 tp->t_flags &= ~TF_MORETOCOME; in tcp_usr_send() 1167 if (tp->t_flags & TF_FASTOPEN) in tcp_usr_send() 1168 tp->t_flags &= ~TF_FASTOPEN; in tcp_usr_send() 1197 tp->t_flags |= TF_FORCEDATA; in tcp_usr_send() [all …]
|
H A D | tcp_timer.c | 320 tp->t_flags |= TF_ACKNOW; in tcp_timer_delack() 532 tp->t_flags |= TF_FORCEDATA; in tcp_timer_persist() 535 tp->t_flags &= ~TF_FORCEDATA; in tcp_timer_persist() 606 if (IN_FASTRECOVERY(tp->t_flags)) in tcp_timer_rexmt() 607 tp->t_flags |= TF_WASFRECOVERY; in tcp_timer_rexmt() 609 tp->t_flags &= ~TF_WASFRECOVERY; in tcp_timer_rexmt() 610 if (IN_CONGRECOVERY(tp->t_flags)) in tcp_timer_rexmt() 611 tp->t_flags |= TF_WASCRECOVERY; in tcp_timer_rexmt() 613 tp->t_flags &= ~TF_WASCRECOVERY; in tcp_timer_rexmt() 614 if ((tp->t_flags & TF_RCVD_TSTMP) == 0) in tcp_timer_rexmt() [all …]
|
H A D | tcp_var.h | 346 u_int t_flags; member 811 #define IN_FASTRECOVERY(t_flags) (t_flags & TF_FASTRECOVERY) argument 812 #define ENTER_FASTRECOVERY(t_flags) t_flags |= TF_FASTRECOVERY argument 813 #define EXIT_FASTRECOVERY(t_flags) t_flags &= ~TF_FASTRECOVERY argument 815 #define IN_CONGRECOVERY(t_flags) (t_flags & TF_CONGRECOVERY) argument 816 #define ENTER_CONGRECOVERY(t_flags) t_flags |= TF_CONGRECOVERY argument 817 #define EXIT_CONGRECOVERY(t_flags) t_flags &= ~TF_CONGRECOVERY argument 819 #define IN_RECOVERY(t_flags) (t_flags & (TF_CONGRECOVERY | TF_FASTRECOVERY)) argument 820 #define ENTER_RECOVERY(t_flags) t_flags |= (TF_CONGRECOVERY | TF_FASTRECOVERY) argument 821 #define EXIT_RECOVERY(t_flags) t_flags &= ~(TF_CONGRECOVERY | TF_FASTRECOVERY) argument [all …]
|
H A D | tcp_offload.c | 155 } else if ((flags & TH_FIN || tp->t_flags & TF_NEEDFIN) && in tcp_offload_output() 156 (tp->t_flags & TF_SENTFIN) == 0) { in tcp_offload_output() 159 tp->t_flags |= TF_SENTFIN; in tcp_offload_output()
|
H A D | tcp_subr.c | 1047 tp->t_flags &= ~TF_GPUTINPROG; in tcp_default_fb_init() 1097 if IN_FASTRECOVERY(tp->t_flags) { in tcp_default_fb_init() 1796 if ((tp->t_flags & TF_NOOPT) == 0) in tcp_respond() 1957 if (tp->t_flags & TF_RCVD_TSTMP) { in tcp_respond() 1964 if (tp->t_flags & TF_SIGNATURE) in tcp_respond() 2307 tp->t_flags = (TF_REQ_SCALE|TF_REQ_TSTMP); in tcp_newtcpcb() 2310 tp->t_flags = TF_REQ_SCALE; in tcp_newtcpcb() 2313 tp->t_flags = TF_REQ_TSTMP; in tcp_newtcpcb() 2317 tp->t_flags |= TF_SACK_PERMIT; in tcp_newtcpcb() 2369 tp->t_flags |= TF_LRD; in tcp_newtcpcb() [all …]
|
/freebsd/sys/kern/ |
H A D | tty_ttydisc.c | 102 tp->t_flags &= ~(TF_STOPPED|TF_HIWAT|TF_ZOMBIE); in ttydisc_close() 229 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_canonical() 294 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_raw_no_timer() 346 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_raw_read_timer() 395 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_raw_interbyte_timer() 547 if (tp->t_flags & TF_ZOMBIE) in ttydisc_write() 629 tp->t_flags |= TF_HIWAT_OUT; in ttydisc_write() 642 if ((tp->t_flags & TF_HIWAT_OUT) == 0) in ttydisc_write() 649 if (tp->t_flags & TF_ZOMBIE) { in ttydisc_write() 675 tp->t_flags |= TF_BYPASS; in ttydisc_optimize() [all …]
|
H A D | tty.c | 234 if (tty_opened(tp) || tp->t_flags & TF_OPENCLOSE) { in ttydev_leave() 240 tp->t_flags |= TF_OPENCLOSE; in ttydev_leave() 260 tp->t_flags &= ~TF_OPENCLOSE; in ttydev_leave() 288 while (tp->t_flags & TF_OPENCLOSE) { in ttydev_open() 295 tp->t_flags |= TF_OPENCLOSE; in ttydev_open() 302 if (tp->t_flags & (TF_OPENED_CONS | TF_OPENED_IN)) { in ttydev_open() 307 if (tp->t_flags & TF_OPENED_OUT) { in ttydev_open() 313 if (tp->t_flags & TF_EXCLUDE && priv_check(td, PRIV_TTY_EXCLUSIVE)) { in ttydev_open() 353 tp->t_flags |= TF_OPENED_CONS; in ttydev_open() 355 tp->t_flags |= TF_OPENED_OUT; in ttydev_open() [all …]
|
/freebsd/sys/netinet/cc/ |
H A D | cc_dctcp.c | 121 if (IN_CONGRECOVERY(CCV(ccv, t_flags))) { in dctcp_ack_received() 122 EXIT_CONGRECOVERY(CCV(ccv, t_flags)); in dctcp_ack_received() 124 ENTER_CONGRECOVERY(CCV(ccv, t_flags)); in dctcp_ack_received() 160 if (!IN_FASTRECOVERY(CCV(ccv, t_flags)) && in dctcp_ack_received() 253 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in dctcp_cong_signal() 254 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) { in dctcp_cong_signal() 267 ENTER_RECOVERY(CCV(ccv, t_flags)); in dctcp_cong_signal() 276 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) { in dctcp_cong_signal() 291 ENTER_CONGRECOVERY(CCV(ccv, t_flags)); in dctcp_cong_signal()
|
H A D | cc_htcp.c | 206 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in htcp_ack_received() 292 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in htcp_cong_signal() 293 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) { in htcp_cong_signal() 306 ENTER_RECOVERY(CCV(ccv, t_flags)); in htcp_cong_signal() 311 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) { in htcp_cong_signal() 322 ENTER_CONGRECOVERY(CCV(ccv, t_flags)); in htcp_cong_signal() 373 if (IN_FASTRECOVERY(CCV(ccv, t_flags))) { in htcp_post_recovery()
|
H A D | cc.c | 397 if (IN_FASTRECOVERY(CCV(ccv, t_flags))) { in newreno_cc_post_recovery() 483 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in newreno_cc_cong_signal() 484 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) in newreno_cc_cong_signal() 486 ENTER_RECOVERY(CCV(ccv, t_flags)); in newreno_cc_cong_signal() 490 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) { in newreno_cc_cong_signal() 493 ENTER_CONGRECOVERY(CCV(ccv, t_flags)); in newreno_cc_cong_signal() 606 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in newreno_cc_ack_received()
|
H A D | cc_newreno.c | 221 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in newreno_ack_received() 404 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in newreno_cong_signal() 405 if (IN_CONGRECOVERY(CCV(ccv, t_flags) && in newreno_cong_signal() 411 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) in newreno_cong_signal() 413 ENTER_RECOVERY(CCV(ccv, t_flags)); in newreno_cong_signal() 423 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) { in newreno_cong_signal() 426 ENTER_CONGRECOVERY(CCV(ccv, t_flags)); in newreno_cong_signal()
|
H A D | cc_cubic.c | 250 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in cubic_ack_received() 334 } else if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in cubic_ack_received() 432 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in cubic_cong_signal() 433 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) { in cubic_cong_signal() 439 ENTER_RECOVERY(CCV(ccv, t_flags)); in cubic_cong_signal() 450 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) { in cubic_cong_signal() 456 ENTER_CONGRECOVERY(CCV(ccv, t_flags)); in cubic_cong_signal() 528 if (IN_FASTRECOVERY(CCV(ccv, t_flags))) { in cubic_post_recovery()
|
H A D | cc_vegas.c | 214 if (IN_RECOVERY(CCV(ccv, t_flags))) in vegas_cong_signal() 221 if (!IN_RECOVERY(CCV(ccv, t_flags))) { in vegas_cong_signal() 235 if (IN_RECOVERY(CCV(ccv, t_flags)) && !presignalrecov) in vegas_cong_signal()
|
H A D | cc_chd.c | 261 if (rtt && e_t->minrtt && !IN_RECOVERY(CCV(ccv, t_flags))) { in chd_ack_received() 356 ENTER_CONGRECOVERY(CCV(ccv, t_flags)); in chd_cong_signal() 368 if (!IN_RECOVERY(CCV(ccv, t_flags)) && qdly > V_chd_qthresh) { in chd_cong_signal() 388 ENTER_FASTRECOVERY(CCV(ccv, t_flags)); in chd_cong_signal()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | dwarf.c | 579 tdp->t_flags = TDESC_F_RESOLVED; in tdesc_intr_common() 625 if (!(old->t_flags & TDESC_F_RESOLVED)) { in tdesc_intr_clone() 634 new->t_flags = TDESC_F_RESOLVED; in tdesc_intr_clone() 702 dimtdp->t_flags |= TDESC_F_RESOLVED; in tdesc_array_create() 740 if (!(dimtdp->t_flags & TDESC_F_RESOLVED)) { in die_array_create() 746 tdp->t_flags |= flags; in die_array_create() 760 if (tdp->t_flags & TDESC_F_RESOLVED) in die_array_resolve() 767 (tdp->t_ardef->ad_contents->t_flags & TDESC_F_RESOLVED) == 0) { in die_array_resolve() 777 tdp->t_flags |= TDESC_F_RESOLVED; in die_array_resolve() 790 if (tdp->t_flags & TDESC_F_RESOLVED) in die_array_failed() [all …]
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 1986 if (IN_FASTRECOVERY(rack->rc_tp->t_flags)) in rack_get_fixed_pacing_bw() 2479 else if ((IN_FASTRECOVERY(rack->rc_tp->t_flags) && in rack_get_output_gain() 3649 if ((tim >= srtts) && (IN_RECOVERY(rack->rc_tp->t_flags) == 0)) { in rack_enough_for_measurement() 4207 if ((rack->rc_tp->t_flags & TF_GPUTINPROG) && in rack_enter_probertt() 4245 if ((rack->rc_tp->t_flags & TF_GPUTINPROG) && in rack_exit_probertt() 4257 } else if (rack->rc_tp->t_flags & TF_GPUTINPROG) { in rack_exit_probertt() 4264 rack->rc_tp->t_flags &= ~TF_GPUTINPROG; in rack_exit_probertt() 4777 if ((tp->t_flags & TF_GPUTINPROG) == 0) in rack_mark_in_gp_win() 5338 tp->t_flags &= ~TF_GPUTINPROG; in rack_do_goodput_measurement() 5377 tp->t_flags &= ~TF_GPUTINPROG; in rack_do_goodput_measurement() [all …]
|
H A D | bbr.c | 576 ((tp->t_flags & TF_SACK_PERMIT) == 0) || in bbr_timer_start() 624 if ((tp->t_flags & TF_SENTFIN) && in bbr_timer_start() 791 if (tp->t_flags & TF_DELACK) { in bbr_start_hpts_timer() 974 if (tp->t_flags & TF_DELACK) { in bbr_timer_audit() 991 if ((tp->t_flags & TF_SENTFIN) && in bbr_timer_audit() 1058 if (tp->t_flags & TF_DELACK) { in bbr_timer_audit() 2864 if (IN_RECOVERY(bbr->rc_tp->t_flags)) in bbr_set_pktepoch() 3593 if ((tp->t_flags & TF_GPUTINPROG) && in bbr_ack_received() 3614 tp->t_flags &= ~TF_GPUTINPROG; in bbr_ack_received() 3646 if (IN_RECOVERY(tp->t_flags) && in bbr_ack_received() [all …]
|
H A D | rack_bbr_common.c | 493 if (tp->t_flags & TF_SENTFIN) in ctf_outstanding() 533 tp->t_flags |= TF_ACKNOW; in ctf_ack_war_checks() 535 tp->t_flags &= ~TF_ACKNOW; in ctf_ack_war_checks() 537 tp->t_flags |= TF_ACKNOW; in ctf_ack_war_checks() 594 if ((todrop > 0) && (tp->t_flags & TF_SACK_PERMIT)) { in ctf_drop_checks() 600 if (tp->t_flags & TF_ACKNOW) in ctf_drop_checks()
|
/freebsd/cddl/lib/libdtrace/ |
H A D | siftr.d | 61 u_int t_flags; member 98 t_flags = p == NULL ? 0 : p->t_flags;
|
/freebsd/sys/sys/ |
H A D | tty.h | 66 unsigned int t_flags; /* (t) Terminal option flags. */ member 213 #define tty_opened(tp) ((tp)->t_flags & TF_OPENED) 214 #define tty_gone(tp) ((tp)->t_flags & TF_GONE)
|
/freebsd/contrib/libedit/ |
H A D | terminal.h | 53 int t_flags; member 113 #define EL_FLAGS (el)->el_terminal.t_flags
|
/freebsd/sys/netinet/khelp/ |
H A D | h_ertt.c | 177 if (tp->t_flags & TF_TSO) { in marked_packet_rtt() 179 tp->t_flags &= ~TF_TSO; in marked_packet_rtt() 464 tp->t_flags |= TF_TSO; in ertt_add_tx_segment_info_hook() 476 if (((tp->t_flags & TF_NOOPT) == 0) && in ertt_add_tx_segment_info_hook()
|