Home
last modified time | relevance | path

Searched refs:t_flags (Results 1 – 25 of 31) sorted by relevance

12

/xnu-11215/bsd/kern/
H A Dtty_compat.c268 tp->t_flags = (tp->t_flags & 0xffff0000) | (sg->sg_flags & 0xffff); in ttsetcompat()
335 tp->t_flags = (tp->t_flags & 0xffff) | set << 16; in ttsetcompat()
337 tp->t_flags = in ttsetcompat()
340 tp->t_flags |= set << 16; in ttsetcompat()
342 tp->t_flags &= ~(set << 16); in ttsetcompat()
433 sg->sg_flags = (short)tp->t_flags; in ttcompat()
475 tp->t_flags = in ttcompat()
477 | (tp->t_flags & 0xffff); in ttcompat()
478 *(int *)data = tp->t_flags >> 16; in ttcompat()
641 int flags = tp->t_flags; in ttcompatsetflags()
[all …]
H A Dsocket_info.c167 tcpsi->tcpsi_flags = tp->t_flags; in fill_socketinfo()
/xnu-11215/bsd/netinet/
H A Dtcp_output.c301 if (tp->t_flags & TF_NOOPT) { in tcp_tfo_check()
782 tp->t_flags &= ~TF_LASTIDLE; in tcp_output()
785 tp->t_flags |= TF_LASTIDLE; in tcp_output()
847 tp->t_flags &= ~TF_TSO; in tcp_output()
936 tp->t_flags &= ~TF_PMTUD; in tcp_output()
938 tp->t_flags |= TF_PMTUD; in tcp_output()
1682 tp->t_flags |= TF_DELACK; in tcp_output()
1777 tp->t_flags &= ~TF_CLOSING; in tcp_output()
2859 tp->t_flags |= TF_SENTFIN; in tcp_output()
2955 tp->t_flags |= TF_SENTFIN; in tcp_output()
[all …]
H A Dtcp_cc.c153 if ((tp->t_flags & TF_RXWIN0SENT) == 0 && in tcp_cc_delay_ack()
161 if ((tp->t_flags & TF_RXWIN0SENT) == 0 && in tcp_cc_delay_ack()
164 ((tp->t_flags & TF_STRETCHACK) && in tcp_cc_delay_ack()
196 if ((tp->t_flags & TF_RXWIN0SENT) == 0 && in tcp_cc_delay_ack()
H A Dtcp_input.c2848 tp->t_flags |= tp0->t_flags & (TF_NOPUSH | TF_NOOPT | TF_NODELAY); in tcp_input()
3430 tp->t_flags |= TF_ACKNOW; in tcp_input()
3594 tp->t_flags |= TF_ACKNOW; in tcp_input()
4022 tp->t_flags |= TF_ACKNOW; in tcp_input()
4380 tp->t_flags |= TF_ACKNOW; in tcp_input()
5842 tp->t_flags |= TF_ACKNOW; in tcp_input()
5880 tp->t_flags |= TF_ACKNOW; in tcp_input()
5904 tp->t_flags |= TF_ACKNOW; in tcp_input()
5923 tp->t_flags |= TF_ACKNOW; in tcp_input()
5965 tp->t_flags |= TF_ACKNOW; in tcp_input()
[all …]
H A Dtcp_timer.c918 tp->t_flags |= TF_WASFRECOVERY; in tcp_rexmt_save_state()
938 tp->t_flags |= TF_PMTUD; in tcp_pmtud_revert_segment_size()
939 tp->t_flags &= ~TF_BLACKHOLE; in tcp_pmtud_revert_segment_size()
1293 if ((tp->t_flags & TF_PMTUD) && in tcp_timers()
1303 tp->t_flags &= ~TF_PMTUD; in tcp_timers()
1305 tp->t_flags |= TF_BLACKHOLE; in tcp_timers()
1386 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1588 tp->t_flags &= ~TF_DELACK; in tcp_timers()
1590 tp->t_flags |= TF_ACKNOW; in tcp_timers()
1653 tp->t_flags |= TF_ACKNOW; in tcp_timers()
[all …]
H A Dtcp_var.h390 uint32_t t_flags; member
868 #define IN_FASTRECOVERY(tp) (tp->t_flags & TF_FASTRECOVERY)
887 (_tp_)->t_flags |= TF_FASTRECOVERY; \
895 (_tp_)->t_flags &= ~TF_FASTRECOVERY; \
922 (((_tp_)->t_flags & (TF_REQ_TSTMP|TF_RCVD_TSTMP)) == \
930 (((_tp_)->t_flags & (TF_RCVD_SCALE|TF_REQ_SCALE)) == \
1082 u_int t_flags; member
1511 u_int t_flags; member
1594 u_int t_flags; member
H A Dtcp_usrreq.c1052 tp->t_flags |= TF_ACKNOW; in tcp_usr_rcvd()
1265 tp->t_flags |= TF_MORETOCOME; in tcp_usr_send()
1271 tp->t_flags &= ~TF_MORETOCOME; in tcp_usr_send()
1531 (otp->t_flags & TF_RCVD_CC)) { in tcp_connect()
1667 (otp->t_flags & TF_RCVD_CC)) { in tcp6_connect()
1783 if (tp->t_flags & TF_STREAMING_ON) { in tcp_fill_info()
2342 tp->t_flags |= opt; in tcp_ctloutput()
2344 tp->t_flags &= ~opt; in tcp_ctloutput()
2857 optval = tp->t_flags & TF_NOOPT; in tcp_ctloutput()
2860 optval = tp->t_flags & TF_NOPUSH; in tcp_ctloutput()
[all …]
H A Dtcp_subr.c1911 otp->t_flags = tp->t_flags; in tcpcb_to_otcpcb()
2095 otp->t_flags = tp->t_flags; in tcpcb_to_xtcpcb64()
3057 tp->t_flags &= ~TF_PMTUD; in tcp_rtlookup()
3059 tp->t_flags |= TF_PMTUD; in tcp_rtlookup()
3085 tp->t_flags |= TF_LOCAL; in tcp_rtlookup()
3165 tp->t_flags &= ~TF_PMTUD; in tcp_rtlookup6()
3167 tp->t_flags |= TF_PMTUD; in tcp_rtlookup6()
3193 tp->t_flags |= TF_LOCAL; in tcp_rtlookup6()
3475 tp->t_flags &= ~TF_TSO; in tcp_set_tso()
3548 tp->t_flags |= TF_TSO; in tcp_set_tso()
[all …]
H A Dtcp_log.h141 if (tp->t_flags & TF_LOCAL) { in tcp_is_log_enabled()
H A Dtcp_sack.c215 if ((tp->t_flags & TF_STRETCHACK) != 0 && tp->rcv_numsacks > 0) { in tcp_update_sack_list()
747 if (!((tp->t_flags & TF_SENTFIN) && tp->snd_nxt == tp->snd_max - 1) && in tcp_sack_partialack()
H A Dtcp_ledbat.c543 if ((tp->t_flags & TF_RXWIN0SENT) == 0 && in tcp_ledbat_delay_ack()
H A Din_pcblist.c244 xt->t_flags = tp->t_flags; in tcpcb_to_xtcpcb_n()
/xnu-11215/osfmk/kern/
H A Dtask.h365 (((task)->t_flags & TF_64B_ADDR) != 0)
367 ((task)->t_flags |= TF_64B_ADDR)
369 ((task)->t_flags &= ~TF_64B_ADDR)
375 (((task)->t_flags & TF_64B_DATA) != 0)
377 ((task)->t_flags |= TF_64B_DATA)
379 ((task)->t_flags &= ~TF_64B_DATA)
385 ((task)->t_flags |= TF_PENDING_CORPSE)
403 (((task)->t_flags & TF_HASPROC) != 0)
406 ((task)->t_flags |= TF_HASPROC)
409 ((task)->t_flags &= ~TF_HASPROC)
[all …]
H A Dtask.c790 task->t_flags |= TF_CA_CLIENT_WI; in task_set_ca_client_wi()
793 task->t_flags &= ~TF_CA_CLIENT_WI; in task_set_ca_client_wi()
1484 uint32_t t_flags, in task_create_internal() argument
1582 new_task->t_flags = t_flags; in task_create_internal()
1769 new_task->t_flags |= TF_NO_SMT; in task_create_internal()
1777 new_task->t_flags |= TF_TECS; in task_create_internal()
1875 if (!(t_flags & TF_CORPSE_FORK)) { in task_create_internal()
8673 task->t_flags |= TF_GPU_DENIED; in task_set_gpu_denied()
8707 task->t_flags |= TF_GAME_MODE; in task_set_game_mode_locked()
8709 task->t_flags &= ~TF_GAME_MODE; in task_set_game_mode_locked()
[all …]
H A Dsched_prim.c5993 if (!(task->t_flags & TF_USE_PSET_HINT_CLUSTER_TYPE)) { in thread_setrun()
9347 ((thread->sched_flags & TH_SFLAG_NO_SMT) || (get_threadtask(thread)->t_flags & TF_NO_SMT)); in thread_no_smt()
9993 task->t_flags |= TF_NO_SMT; in task_set_no_smt()
10011 task->t_flags |= TF_NO_SMT; in sysctl_task_set_no_smt()
10022 if (task->t_flags & TF_NO_SMT) { in sysctl_task_get_no_smt()
10296 task->t_flags |= TF_USE_PSET_HINT_CLUSTER_TYPE; in sysctl_task_set_cluster_type()
H A Dhost.c215 if (sched_allow_NO_SMT_threads && current_task()->t_flags & TF_NO_SMT) { in host_info()
/xnu-11215/bsd/dev/dtrace/scripts/
H A Dtcp.d150 u_int t_flags; /* flags */ member
186 t_flags = T->t_flags;
/xnu-11215/tools/lldbmacros/usertaskdebugging/
H A Duserprocess.py106 if task.t_flags & 0x1:
108 if task.t_flags & 0x2:
/xnu-11215/osfmk/corpses/
H A Dcorpse.c674 uint32_t t_flags; in task_generate_corpse_internal() local
716 t_flags = TF_CORPSE_FORK | in task_generate_corpse_internal()
737 t_flags, in task_generate_corpse_internal()
/xnu-11215/tools/lldbmacros/
H A Duserspace.py203 ptrsize = 8 if int(task.t_flags) & 0x1 else 4
573 is_task_64 = int(task.t_flags) & 0x1
679 is_task_64 = int(task.t_flags) & 0x1
H A Dprocess.py331 if unsigned(task.t_flags) & 0x40:
365 if unsigned(task) and unsigned(task.t_flags) & TF_HASPROC:
1057 print("Flags: 0x{0:0>8x}".format(unsigned(tty.t_flags)))
2460 is_task_64 = int(task.t_flags) & 0x1
/xnu-11215/bsd/sys/
H A Dtty.h127 int t_flags; /* Tty flags. */ member
/xnu-11215/tools/lldbmacros/tests/lldb_tests/
H A Dtest_scripted_process.py327 task.t_flags = 0x00800000
/xnu-11215/osfmk/i386/
H A Dpcb_native.c763 if ((task->t_flags & TF_TECS) || __improbable(force_thread_policy_tecs)) { in machine_thread_create()
833 pcb->insn_copy_optout = (task->t_flags & TF_INSN_COPY_OPTOUT) ? true : false; in machine_thread_create()

12