HomeSort by: relevance | last modified time | path
    Searched defs:nth (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
fault.h 52 unsigned long nth; member in union:fault_ioc_enable::__anon9d10d2bb010a
  /src/sys/kern/
subr_fault.c 52 volatile unsigned long nth; member in struct:__anonebfc71420108
60 .nth = FAULT_NTH_MIN,
95 if (__predict_false(cnt % atomic_load_relaxed(&f->nth) == 0)) {
124 if (args->nth < FAULT_NTH_MIN)
135 atomic_store_relaxed(&fault_global.nth, args->nth);
151 atomic_store_relaxed(&f->nth, args->nth);
  /src/sys/dev/pci/cxgb/
cxgb_lro.c 250 struct tcphdr *th, *nth = (struct tcphdr *)(nih + 1); local in function:lro_update_session
251 uint32_t seq = ntohl(nth->th_seq);
252 int plen, tcpiphlen, olen = (nth->th_off << 2) - sizeof (*nth);
269 uint32_t *nptr = (uint32_t *)(nth + 1);
278 th->th_ack = nth->th_ack;
279 th->th_win = nth->th_win;
281 tcpiphlen = (nth->th_off << 2) + sizeof (*nih);

Completed in 12 milliseconds