Searched refs:nth (Results 1 – 2 of 2) sorted by relevance
804 nth = self.thread_cache[th_id]805 self.threads.append(nth)806 self.thread_cache[nth['tid']] = nth824 nth = self.thread_cache[th_id]826 if cputhread['active_thread'] == nth['ptr']:827 nth['core'] = cputhread['cpu_id']828 self.threads.append( nth )
747 struct tcphdr *nth; in tcp_respond() local794 (sizeof(*ip6) + sizeof(*nth))); in tcp_respond()798 nth = (struct tcphdr *)(void *)(ip6 + 1); in tcp_respond()801 (sizeof(*ip) + sizeof(*nth))); in tcp_respond()804 nth = (struct tcphdr *)(void *)(ip + 1); in tcp_respond()806 bcopy((caddr_t)th, (caddr_t)nth, sizeof(struct tcphdr)); in tcp_respond()829 nth = (struct tcphdr *)(void *)(ip6 + 1); in tcp_respond()834 nth = (struct tcphdr *)(void *)(ip + 1); in tcp_respond()836 if (th != nth) { in tcp_respond()842 nth->th_sport = th->th_sport; in tcp_respond()[all …]