Searched refs:nth (Results 1 – 2 of 2) sorted by relevance
791 nth = self.thread_cache[th_id]792 self.threads.append(nth)793 self.thread_cache[nth['tid']] = nth810 nth = self.thread_cache[th_id]812 if cputhread['active_thread'] == nth['ptr']:813 nth['core'] = cputhread['cpu_id']814 self.threads.append( nth )
743 struct tcphdr *nth; in tcp_respond() local790 (sizeof(*ip6) + sizeof(*nth))); in tcp_respond()794 nth = (struct tcphdr *)(void *)(ip6 + 1); in tcp_respond()797 (sizeof(*ip) + sizeof(*nth))); in tcp_respond()800 nth = (struct tcphdr *)(void *)(ip + 1); in tcp_respond()802 bcopy((caddr_t)th, (caddr_t)nth, sizeof(struct tcphdr)); in tcp_respond()825 nth = (struct tcphdr *)(void *)(ip6 + 1); in tcp_respond()830 nth = (struct tcphdr *)(void *)(ip + 1); in tcp_respond()832 if (th != nth) { in tcp_respond()838 nth->th_sport = th->th_sport; in tcp_respond()[all …]